|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.framework.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 |
|---|
accessLevel, FREQUENCYTYPE_AD_Reference_ID, FREQUENCYTYPE_Day, FREQUENCYTYPE_Hour, FREQUENCYTYPE_Minute, Model, SUPERVISOR_ID_AD_Reference_ID, Table_ID, Table_Name, updatedMS |
| Fields inherited from class org.compiere.framework.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_changeVO, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Constructor Summary | |
|---|---|
MAlertProcessor(Ctx ctx,
int AD_AlertProcessor_ID,
String trxName)
Standard Constructor |
|
MAlertProcessor(Ctx ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
int |
deleteLog()
Delete old Request Log |
static MAlertProcessor[] |
getActive(Ctx ctx)
Get Active |
MAlert[] |
getAlerts(boolean reload)
Get Alerts |
Timestamp |
getDateNextRun(boolean requery)
Get Date Next Run |
CompiereProcessorLog[] |
getLogs()
Get Logs |
String |
getServerID()
Get Server ID |
| Methods inherited from class org.compiere.model.X_AD_AlertProcessor |
|---|
get_AccessLevel, getAD_AlertProcessor_ID, getAD_Schedule_ID, getDateLastRun, getDateNextRun, getDescription, getFrequency, getFrequencyType, getKeepLogDays, getKeyNamePair, getName, getSupervisor_ID, initPO, isFrequencyTypeValid, isProcessing, setAD_AlertProcessor_ID, setAD_Schedule_ID, setDateLastRun, setDateNextRun, setDescription, setFrequency, setFrequencyType, setKeepLogDays, setName, setProcessing, setSupervisor_ID, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.compiere.model.CompiereProcessor |
|---|
getAD_Client_ID, getAD_Schedule_ID, getCtx, getDateLastRun, getDescription, getFrequency, getFrequencyType, getName, save, setDateLastRun, setDateNextRun |
| Constructor Detail |
|---|
public MAlertProcessor(Ctx ctx,
int AD_AlertProcessor_ID,
String trxName)
ctx - contextAD_AlertProcessor_ID - idtrxName - transaction
public MAlertProcessor(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transaction| Method Detail |
|---|
public static MAlertProcessor[] getActive(Ctx ctx)
ctx - context
public String getServerID()
getServerID in interface CompiereProcessorpublic Timestamp getDateNextRun(boolean requery)
getDateNextRun in interface CompiereProcessorrequery - requery
public CompiereProcessorLog[] getLogs()
getLogs in interface CompiereProcessorpublic int deleteLog()
public MAlert[] getAlerts(boolean reload)
reload - reload data
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||