|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.model.PO
org.compiere.model.X_AD_AlertProcessor
org.compiere.model.MAlertProcessor
public class MAlertProcessor
Alert Processor
| Field Summary |
|---|
| Fields inherited from class org.compiere.model.X_AD_AlertProcessor |
|---|
FREQUENCYTYPE_AD_Reference_ID, FREQUENCYTYPE_Day, FREQUENCYTYPE_Hour, FREQUENCYTYPE_Minute, SUPERVISOR_ID_AD_Reference_ID |
| Fields inherited from class org.compiere.model.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_ctx, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Fields inherited from interface org.compiere.model.I_AD_AlertProcessor |
|---|
accessLevel, COLUMNNAME_AD_AlertProcessor_ID, COLUMNNAME_DateLastRun, COLUMNNAME_DateNextRun, COLUMNNAME_Description, COLUMNNAME_Frequency, COLUMNNAME_FrequencyType, COLUMNNAME_KeepLogDays, COLUMNNAME_Name, COLUMNNAME_Processing, COLUMNNAME_Supervisor_ID, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
MAlertProcessor(Properties ctx,
int AD_AlertProcessorLog_ID,
String trxName)
Standard Constructor |
|
MAlertProcessor(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
int |
deleteLog()
Delete old Request Log |
static MAlertProcessor[] |
getActive(Properties ctx)
Get Active |
MAlert[] |
getAlerts(boolean reload)
Get Alerts |
Timestamp |
getDateNextRun(boolean requery)
Get Date Next Run |
AdempiereProcessorLog[] |
getLogs()
Get Logs |
String |
getServerID()
Get Server ID |
| Methods inherited from class org.compiere.model.X_AD_AlertProcessor |
|---|
get_AccessLevel, getAD_AlertProcessor_ID, getDateLastRun, getDateNextRun, getDescription, getFrequency, getFrequencyType, getKeepLogDays, getKeyNamePair, getName, getSupervisor_ID, initPO, isProcessing, setAD_AlertProcessor_ID, setDateLastRun, setDateNextRun, setDescription, setFrequency, setFrequencyType, setKeepLogDays, setName, setProcessing, setSupervisor_ID, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.compiere.model.AdempiereProcessor |
|---|
getAD_Client_ID, getCtx, getDateLastRun, getDescription, getFrequency, getFrequencyType, getName, save, setDateLastRun, setDateNextRun |
| Methods inherited from interface org.compiere.model.I_Persistent |
|---|
save |
| Constructor Detail |
|---|
public MAlertProcessor(Properties ctx,
int AD_AlertProcessorLog_ID,
String trxName)
ctx - contextAD_AlertProcessorLog_ID - idtrxName - transaction
public MAlertProcessor(Properties ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transaction| Method Detail |
|---|
public static MAlertProcessor[] getActive(Properties ctx)
ctx - context
public String getServerID()
getServerID in interface AdempiereProcessorpublic Timestamp getDateNextRun(boolean requery)
getDateNextRun in interface AdempiereProcessorrequery - requery
public AdempiereProcessorLog[] getLogs()
getLogs in interface AdempiereProcessorpublic int deleteLog()
public MAlert[] getAlerts(boolean reload)
reload - reload data
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||