|
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_R_RequestProcessor
public class X_R_RequestProcessor
Generated Model for R_RequestProcessor
| 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=286 |
| 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_R_RequestProcessor(Properties ctx,
int R_RequestProcessor_ID,
String trxName)
Standard Constructor |
|
X_R_RequestProcessor(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
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 |
getOverdueAlertDays()
Get Alert after Days Due. |
int |
getOverdueAssignDays()
Get Escalate after Days Due. |
int |
getR_RequestProcessor_ID()
Get Request Processor. |
int |
getR_RequestType_ID()
Get Request Type. |
I_R_RequestType |
getR_RequestType()
|
int |
getRemindDays()
Get Reminder Days. |
int |
getSupervisor_ID()
Get Supervisor. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
boolean |
isProcessing()
Get Process Now. |
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 |
setOverdueAlertDays(int OverdueAlertDays)
Set Alert after Days Due. |
void |
setOverdueAssignDays(int OverdueAssignDays)
Set Escalate after Days Due. |
void |
setProcessing(boolean Processing)
Set Process Now. |
void |
setR_RequestProcessor_ID(int R_RequestProcessor_ID)
Set Request Processor. |
void |
setR_RequestType_ID(int R_RequestType_ID)
Set Request Type. |
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_R_RequestProcessor(Properties ctx,
int R_RequestProcessor_ID,
String trxName)
public X_R_RequestProcessor(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 setDateLastRun(Timestamp DateLastRun)
setDateLastRun in interface I_R_RequestProcessorDateLastRun - Date the process was last run.public Timestamp getDateLastRun()
getDateLastRun in interface I_R_RequestProcessorpublic void setDateNextRun(Timestamp DateNextRun)
setDateNextRun in interface I_R_RequestProcessorDateNextRun - Date the process will run nextpublic Timestamp getDateNextRun()
getDateNextRun in interface I_R_RequestProcessorpublic void setDescription(String Description)
setDescription in interface I_R_RequestProcessorDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_R_RequestProcessorpublic void setFrequency(int Frequency)
setFrequency in interface I_R_RequestProcessorFrequency - Frequency of eventspublic int getFrequency()
getFrequency in interface I_R_RequestProcessorpublic void setFrequencyType(String FrequencyType)
setFrequencyType in interface I_R_RequestProcessorFrequencyType - Frequency of eventpublic String getFrequencyType()
getFrequencyType in interface I_R_RequestProcessorpublic void setInactivityAlertDays(int InactivityAlertDays)
setInactivityAlertDays in interface I_R_RequestProcessorInactivityAlertDays - Send Alert when there is no activity after days (0= no alert)public int getInactivityAlertDays()
getInactivityAlertDays in interface I_R_RequestProcessorpublic void setKeepLogDays(int KeepLogDays)
setKeepLogDays in interface I_R_RequestProcessorKeepLogDays - Number of days to keep the log entriespublic int getKeepLogDays()
getKeepLogDays in interface I_R_RequestProcessorpublic void setName(String Name)
setName in interface I_R_RequestProcessorName - Alphanumeric identifier of the entitypublic String getName()
getName in interface I_R_RequestProcessorpublic KeyNamePair getKeyNamePair()
public void setOverdueAlertDays(int OverdueAlertDays)
setOverdueAlertDays in interface I_R_RequestProcessorOverdueAlertDays - Send email alert after number of days due (0=no alerts)public int getOverdueAlertDays()
getOverdueAlertDays in interface I_R_RequestProcessorpublic void setOverdueAssignDays(int OverdueAssignDays)
setOverdueAssignDays in interface I_R_RequestProcessorOverdueAssignDays - Escalation to superior after number of due days (0 = no)public int getOverdueAssignDays()
getOverdueAssignDays in interface I_R_RequestProcessorpublic void setProcessing(boolean Processing)
setProcessing in interface I_R_RequestProcessorProcessing - Process Nowpublic boolean isProcessing()
isProcessing in interface I_R_RequestProcessorpublic void setRemindDays(int RemindDays)
setRemindDays in interface I_R_RequestProcessorRemindDays - Days between sending Reminder Emails for a due or inactive Documentpublic int getRemindDays()
getRemindDays in interface I_R_RequestProcessorpublic void setR_RequestProcessor_ID(int R_RequestProcessor_ID)
setR_RequestProcessor_ID in interface I_R_RequestProcessorR_RequestProcessor_ID - Processor for Requestspublic int getR_RequestProcessor_ID()
getR_RequestProcessor_ID in interface I_R_RequestProcessor
public I_R_RequestType getR_RequestType()
throws Exception
getR_RequestType in interface I_R_RequestProcessorExceptionpublic void setR_RequestType_ID(int R_RequestType_ID)
setR_RequestType_ID in interface I_R_RequestProcessorR_RequestType_ID - Type of request (e.g. Inquiry, Complaint, ..)public int getR_RequestType_ID()
getR_RequestType_ID in interface I_R_RequestProcessorpublic void setSupervisor_ID(int Supervisor_ID)
setSupervisor_ID in interface I_R_RequestProcessorSupervisor_ID - Supervisor for this user/organization - used for escalation and approvalpublic int getSupervisor_ID()
getSupervisor_ID in interface I_R_RequestProcessor
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||