|
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_WorkflowProcessor
public class X_AD_WorkflowProcessor
Generated Model for AD_WorkflowProcessor
| Field Summary | |
|---|---|
static int |
FREQUENCYTYPE_AD_Reference_ID
FrequencyType AD_Reference_ID=221 |
static String |
FREQUENCYTYPE_Day
Day = D |
static String |
FREQUENCYTYPE_Hour
Hour = H |
static String |
FREQUENCYTYPE_Minute
Minute = M |
static int |
SUPERVISOR_ID_AD_Reference_ID
Supervisor_ID AD_Reference_ID=316 |
| 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 | |
|---|---|
X_AD_WorkflowProcessor(Properties ctx,
int AD_WorkflowProcessor_ID,
String trxName)
Standard Constructor |
|
X_AD_WorkflowProcessor(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
int |
getAD_WorkflowProcessor_ID()
Get Workflow Processor. |
int |
getAlertOverPriority()
Get Alert over Priority. |
Timestamp |
getDateLastRun()
Get Date last run. |
Timestamp |
getDateNextRun()
Get Date next run. |
String |
getDescription()
Get Description. |
int |
getFrequency()
Get Frequency. |
String |
getFrequencyType()
Get Frequency Type. |
int |
getInactivityAlertDays()
Get Inactivity Alert Days. |
int |
getKeepLogDays()
Get Days to keep Log. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
String |
getName()
Get Name. |
int |
getRemindDays()
Get Reminder Days. |
int |
getSupervisor_ID()
Get Supervisor. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
boolean |
isProcessing()
Get Process Now. |
void |
setAD_WorkflowProcessor_ID(int AD_WorkflowProcessor_ID)
Set Workflow Processor. |
void |
setAlertOverPriority(int AlertOverPriority)
Set Alert over Priority. |
void |
setDateLastRun(Timestamp DateLastRun)
Set Date last run. |
void |
setDateNextRun(Timestamp DateNextRun)
Set Date next run. |
void |
setDescription(String Description)
Set Description. |
void |
setFrequency(int Frequency)
Set Frequency. |
void |
setFrequencyType(String FrequencyType)
Set Frequency Type. |
void |
setInactivityAlertDays(int InactivityAlertDays)
Set Inactivity Alert Days. |
void |
setKeepLogDays(int KeepLogDays)
Set Days to keep Log. |
void |
setName(String Name)
Set Name. |
void |
setProcessing(boolean Processing)
Set Process Now. |
void |
setRemindDays(int RemindDays)
Set Reminder Days. |
void |
setSupervisor_ID(int Supervisor_ID)
Set Supervisor. |
String |
toString()
String representation |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.compiere.model.I_Persistent |
|---|
save |
| Field Detail |
|---|
public static final int FREQUENCYTYPE_AD_Reference_ID
public static final String FREQUENCYTYPE_Minute
public static final String FREQUENCYTYPE_Hour
public static final String FREQUENCYTYPE_Day
public static final int SUPERVISOR_ID_AD_Reference_ID
| Constructor Detail |
|---|
public X_AD_WorkflowProcessor(Properties ctx,
int AD_WorkflowProcessor_ID,
String trxName)
public X_AD_WorkflowProcessor(Properties ctx,
ResultSet rs,
String trxName)
| Method Detail |
|---|
protected int get_AccessLevel()
get_AccessLevel in class POprotected POInfo initPO(Properties ctx)
initPO in class POctx - context
public String toString()
PO
toString in class POpublic void setAD_WorkflowProcessor_ID(int AD_WorkflowProcessor_ID)
setAD_WorkflowProcessor_ID in interface I_AD_WorkflowProcessorAD_WorkflowProcessor_ID - Workflow Processor Serverpublic int getAD_WorkflowProcessor_ID()
getAD_WorkflowProcessor_ID in interface I_AD_WorkflowProcessorpublic void setAlertOverPriority(int AlertOverPriority)
setAlertOverPriority in interface I_AD_WorkflowProcessorAlertOverPriority - Send alert email when over prioritypublic int getAlertOverPriority()
getAlertOverPriority in interface I_AD_WorkflowProcessorpublic void setDateLastRun(Timestamp DateLastRun)
setDateLastRun in interface I_AD_WorkflowProcessorDateLastRun - Date the process was last run.public Timestamp getDateLastRun()
getDateLastRun in interface I_AD_WorkflowProcessorpublic void setDateNextRun(Timestamp DateNextRun)
setDateNextRun in interface I_AD_WorkflowProcessorDateNextRun - Date the process will run nextpublic Timestamp getDateNextRun()
getDateNextRun in interface I_AD_WorkflowProcessorpublic void setDescription(String Description)
setDescription in interface I_AD_WorkflowProcessorDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_AD_WorkflowProcessorpublic void setFrequency(int Frequency)
setFrequency in interface I_AD_WorkflowProcessorFrequency - Frequency of eventspublic int getFrequency()
getFrequency in interface I_AD_WorkflowProcessorpublic void setFrequencyType(String FrequencyType)
setFrequencyType in interface I_AD_WorkflowProcessorFrequencyType - Frequency of eventpublic String getFrequencyType()
getFrequencyType in interface I_AD_WorkflowProcessorpublic void setInactivityAlertDays(int InactivityAlertDays)
setInactivityAlertDays in interface I_AD_WorkflowProcessorInactivityAlertDays - Send Alert when there is no activity after days (0= no alert)public int getInactivityAlertDays()
getInactivityAlertDays in interface I_AD_WorkflowProcessorpublic void setKeepLogDays(int KeepLogDays)
setKeepLogDays in interface I_AD_WorkflowProcessorKeepLogDays - Number of days to keep the log entriespublic int getKeepLogDays()
getKeepLogDays in interface I_AD_WorkflowProcessorpublic void setName(String Name)
setName in interface I_AD_WorkflowProcessorName - Alphanumeric identifier of the entitypublic String getName()
getName in interface I_AD_WorkflowProcessorpublic KeyNamePair getKeyNamePair()
public void setProcessing(boolean Processing)
setProcessing in interface I_AD_WorkflowProcessorProcessing - Process Nowpublic boolean isProcessing()
isProcessing in interface I_AD_WorkflowProcessorpublic void setRemindDays(int RemindDays)
setRemindDays in interface I_AD_WorkflowProcessorRemindDays - Days between sending Reminder Emails for a due or inactive Documentpublic int getRemindDays()
getRemindDays in interface I_AD_WorkflowProcessorpublic void setSupervisor_ID(int Supervisor_ID)
setSupervisor_ID in interface I_AD_WorkflowProcessorSupervisor_ID - Supervisor for this user/organization - used for escalation and approvalpublic int getSupervisor_ID()
getSupervisor_ID in interface I_AD_WorkflowProcessor
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||