|
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_Scheduler
org.compiere.model.MScheduler
public class MScheduler
Scheduler Model
| Field Summary |
|---|
| Fields inherited from class org.compiere.model.X_AD_Scheduler |
|---|
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 | |
|---|---|
MScheduler(Ctx ctx,
int AD_Scheduler_ID,
String trxName)
Standard Constructor |
|
MScheduler(Ctx ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
int |
deleteLog()
Delete old Request Log |
String |
execute(Trx trx)
Run Scheduler |
static MScheduler[] |
getActive(Ctx ctx)
Get Active |
Timestamp |
getDateNextRun(boolean requery)
Get Date Next Run |
CompiereProcessorLog[] |
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_Schedule_ID, getAD_Scheduler_ID, getDateLastRun, getDateNextRun, getDescription, getFrequency, getFrequencyType, getKeepLogDays, getKeyNamePair, getName, getSupervisor_ID, initPO, isFrequencyTypeValid, isProcessing, setAD_Process_ID, setAD_Schedule_ID, setAD_Scheduler_ID, setDateLastRun, setDateNextRun, setDescription, setFrequency, setFrequencyType, setKeepLogDays, setName, setProcessing, setSupervisor_ID |
| 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 MScheduler(Ctx ctx,
int AD_Scheduler_ID,
String trxName)
ctx - contextAD_Scheduler_ID - idtrxName - transaction
public MScheduler(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transaction| Method Detail |
|---|
public static MScheduler[] 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 MProcess getProcess()
public MSchedulerPara[] getParameters(boolean reload)
reload - reload
public MSchedulerRecipient[] getRecipients(boolean reload)
reload - reload
public Integer[] getRecipientAD_User_IDs()
public String toString()
toString in class X_AD_Scheduler
public String execute(Trx trx)
throws Exception
trx - transaction
Exception
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||