|
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_Scheduler
org.compiere.model.MScheduler
public class MScheduler
Scheduler Model
| Field Summary |
|---|
| 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 |
| Constructor Summary | |
|---|---|
MScheduler(Properties ctx,
int AD_Scheduler_ID,
String trxName)
Standard Constructor |
|
MScheduler(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected boolean |
beforeSave(boolean newRecord)
Before Save |
int |
deleteLog()
Delete old Request Log |
static MScheduler[] |
getActive(Properties ctx)
Get Active |
Timestamp |
getDateNextRun(boolean requery)
Get Date Next Run |
AdempiereProcessorLog[] |
getLogs()
Get Logs |
MSchedulerPara[] |
getParameters(boolean reload)
Get Parameters |
MProcess |
getProcess()
Get Process |
Integer[] |
getRecipientAD_User_IDs()
Get Recipient AD_User_IDs |
MSchedulerRecipient[] |
getRecipients(boolean reload)
Get Recipients |
String |
getServerID()
Get Server ID |
String |
toString()
String Representation |
| Methods inherited from class org.compiere.model.X_AD_Scheduler |
|---|
get_AccessLevel, getAD_Process_ID, getAD_Process, getAD_Scheduler_ID, getDateLastRun, getDateNextRun, getDescription, getFrequency, getFrequencyType, getKeepLogDays, getKeyNamePair, getMonthDay, getName, getScheduleType, getSupervisor_ID, getWeekDay, initPO, isProcessing, setAD_Process_ID, setAD_Scheduler_ID, setDateLastRun, setDateNextRun, setDescription, setFrequency, setFrequencyType, setKeepLogDays, setMonthDay, setName, setProcessing, setScheduleType, setSupervisor_ID, setWeekDay |
| 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 MScheduler(Properties ctx,
int AD_Scheduler_ID,
String trxName)
ctx - contextAD_Scheduler_ID - idtrxName - transaction
public MScheduler(Properties ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transaction| Method Detail |
|---|
public static MScheduler[] 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 MProcess getProcess()
public MSchedulerPara[] getParameters(boolean reload)
reload - reload
public MSchedulerRecipient[] getRecipients(boolean reload)
reload - reload
public Integer[] getRecipientAD_User_IDs()
protected boolean beforeSave(boolean newRecord)
beforeSave in class POnewRecord - new
public String toString()
toString in class X_AD_Scheduler
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||