Package org.compiere.model
Class X_R_RequestProcessor_Route
java.lang.Object
org.compiere.model.PO
org.compiere.model.X_R_RequestProcessor_Route
- All Implemented Interfaces:
Serializable,Cloneable,Comparator<Object>,I_Persistent,I_R_RequestProcessor_Route,Evaluatee
- Direct Known Subclasses:
MRequestProcessorRoute
public class X_R_RequestProcessor_Route
extends PO
implements I_R_RequestProcessor_Route, I_Persistent
Generated Model for R_RequestProcessor_Route
- Version:
- Release 13 - $Id$
- Author:
- iDempiere (generated)
- See Also:
-
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, LOCAL_TRX_PREFIX, log, p_ctx, p_info, UUID_NEW_RECORD, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_IDFields inherited from interface org.compiere.model.I_R_RequestProcessor_Route
accessLevel, COLUMNNAME_AD_Client_ID, COLUMNNAME_AD_Org_ID, COLUMNNAME_AD_User_ID, COLUMNNAME_Created, COLUMNNAME_CreatedBy, COLUMNNAME_IsActive, COLUMNNAME_Keyword, COLUMNNAME_R_RequestProcessor_ID, COLUMNNAME_R_RequestProcessor_Route_ID, COLUMNNAME_R_RequestProcessor_Route_UU, COLUMNNAME_R_RequestType_ID, COLUMNNAME_SeqNo, COLUMNNAME_Updated, COLUMNNAME_UpdatedBy, Model, Table_ID, Table_Name -
Constructor Summary
ConstructorsConstructorDescriptionX_R_RequestProcessor_Route(Properties ctx, int R_RequestProcessor_Route_ID, String trxName) Standard ConstructorX_R_RequestProcessor_Route(Properties ctx, int R_RequestProcessor_Route_ID, String trxName, String... virtualColumns) Standard ConstructorX_R_RequestProcessor_Route(Properties ctx, String R_RequestProcessor_Route_UU, String trxName) Standard ConstructorX_R_RequestProcessor_Route(Properties ctx, String R_RequestProcessor_Route_UU, String trxName, String... virtualColumns) Standard ConstructorX_R_RequestProcessor_Route(Properties ctx, ResultSet rs, String trxName) Load Constructor -
Method Summary
Modifier and TypeMethodDescriptionprotected intAccessLevelDeprecated.intGet User/Contact.Get Record ID/ColumnNameGet Keyword.Deprecated.intGet Request Processor.intGet Request Routing.Get R_RequestProcessor_Route_UU.Deprecated.intGet Request Type.intgetSeqNo()Get Sequence.protected POInfoinitPO(Properties ctx) Load Meta DatavoidsetAD_User_ID(int AD_User_ID) Set User/Contact.voidsetKeyword(String Keyword) Set Keyword.voidsetR_RequestProcessor_ID(int R_RequestProcessor_ID) Set Request Processor.voidsetR_RequestProcessor_Route_ID(int R_RequestProcessor_Route_ID) Set Request Routing.voidsetR_RequestProcessor_Route_UU(String R_RequestProcessor_Route_UU) Set R_RequestProcessor_Route_UU.voidsetR_RequestType_ID(int R_RequestType_ID) Set Request Type.voidsetSeqNo(int SeqNo) Set Sequence.toString()String representationMethods inherited from class org.compiere.model.PO
afterDelete, afterSave, beforeDelete, beforeSave, buildInsertSQL, checkImmutable, clearCrossTenantSafe, clone, columnExists, columnExists, compare, copyPO, copyValues, copyValues, createAttachment, delete, delete, delete_Accounting, delete_Tree, deleteEx, deleteEx, dump, dump, equals, get_Attribute, get_Attributes, get_ColumnCount, get_ColumnDescription, get_ColumnDisplayType, get_ColumnIndex, get_ColumnLabel, get_ColumnLookup, get_ColumnName, get_DisplayValue, get_HashMap, get_ID, get_IDOld, get_KeyColumns, get_Logger, get_OptimisticLockingColumns, get_Table_ID, get_TableAttribute, get_TableAttributeAsBoolean, get_TableAttributeAsInt, get_TableAttributes, get_TableName, get_Translation, get_Translation, get_Translation, get_Translation, get_Translation, get_TrxName, get_UUID, get_Value, get_Value, get_ValueAsBoolean, get_ValueAsInt, get_ValueAsInt, get_ValueAsString, get_ValueAsString, get_ValueDifference, get_ValueDifference, get_ValueE, get_ValueOfColumn, get_ValueOld, get_ValueOld, get_ValueOldAsInt, get_WhereClause, get_WhereClause, get_xmlDocument, get_xmlString, getAD_Client_ID, getAD_Org_ID, getAllIDs, getAttachment, getAttachment, getAttachmentData, getCreated, getCreatedBy, getCtx, getDoc, getFindParameter, getPdfAttachment, getUpdated, getUpdatedBy, getUUIDColumnName, getUUIDColumnName, hashCode, insert_Accounting, insert_Tree, insert_Tree, is_Changed, is_Immutable, is_new, is_UseOptimisticLocking, is_ValueChanged, is_ValueChanged, isActive, isAttachment, isColumnMandatory, isColumnUpdateable, isMandatoryOK, isPdfAttachment, isReplication, load, load, load, load, loadByUU, loadComplete, loadDefaults, loadPO, loadSpecial, lock, makeImmutable, postDelete, retrieveIdOfParentValue, retrieveIdOfParentValue, save, save, saveCrossTenantSafe, saveCrossTenantSafeEx, saveCrossTenantSafeEx, saveEx, saveEx, saveNew_afterSetID, saveNew_getID, saveNewSpecial, saveReplica, saveUpdate, set_Attribute, set_ColumnUpdateable, set_CustomColumn, set_CustomColumnReturningBoolean, set_OptimisticLockingColumns, set_TrxName, set_TrxName, set_UseOptimisticLocking, set_Value, set_Value, set_Value, set_Value, set_ValueE, set_ValueNoCheck, set_ValueNoCheckE, set_ValueOfColumn, set_ValueOfColumn, set_ValueOfColumnReturningBoolean, set_ValueOfColumnReturningBoolean, setAD_Client_ID, setAD_Org_ID, setClientOrg, setClientOrg, setCrossTenantSafe, setDoc, setDocWorkflowMgr, setIsActive, setProcessedOn, setReplication, setStandardDefaults, setUpdateable, setUpdatedBy, toInsertSQL, unlock, update_Tree, validForeignKeys, validForeignKeysExMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Comparator
reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongMethods inherited from interface org.compiere.model.I_Persistent
saveMethods inherited from interface org.compiere.model.I_R_RequestProcessor_Route
getAD_Client_ID, getAD_Org_ID, getCreated, getCreatedBy, getUpdated, getUpdatedBy, isActive, setAD_Org_ID, setIsActive
-
Constructor Details
-
X_R_RequestProcessor_Route
Standard Constructor -
X_R_RequestProcessor_Route
public X_R_RequestProcessor_Route(Properties ctx, int R_RequestProcessor_Route_ID, String trxName, String... virtualColumns) Standard Constructor -
X_R_RequestProcessor_Route
public X_R_RequestProcessor_Route(Properties ctx, String R_RequestProcessor_Route_UU, String trxName) Standard Constructor -
X_R_RequestProcessor_Route
public X_R_RequestProcessor_Route(Properties ctx, String R_RequestProcessor_Route_UU, String trxName, String... virtualColumns) Standard Constructor -
X_R_RequestProcessor_Route
Load Constructor
-
-
Method Details
-
get_AccessLevel
protected int get_AccessLevel()AccessLevel- Specified by:
get_AccessLevelin classPO- Returns:
- 2 - Client
-
initPO
Load Meta Data -
toString
Description copied from class:POString representation -
getAD_User
Deprecated.- Specified by:
getAD_Userin interfaceI_R_RequestProcessor_Route- Throws:
RuntimeException
-
setAD_User_ID
public void setAD_User_ID(int AD_User_ID) Set User/Contact.- Specified by:
setAD_User_IDin interfaceI_R_RequestProcessor_Route- Parameters:
AD_User_ID- User within the system - Internal or Business Partner Contact
-
getAD_User_ID
public int getAD_User_ID()Get User/Contact.- Specified by:
getAD_User_IDin interfaceI_R_RequestProcessor_Route- Returns:
- User within the system - Internal or Business Partner Contact
-
setKeyword
Set Keyword.- Specified by:
setKeywordin interfaceI_R_RequestProcessor_Route- Parameters:
Keyword- Case insensitive keyword
-
getKeyword
Get Keyword.- Specified by:
getKeywordin interfaceI_R_RequestProcessor_Route- Returns:
- Case insensitive keyword
-
getR_RequestProcessor
Deprecated.- Specified by:
getR_RequestProcessorin interfaceI_R_RequestProcessor_Route- Throws:
RuntimeException
-
setR_RequestProcessor_ID
public void setR_RequestProcessor_ID(int R_RequestProcessor_ID) Set Request Processor.- Specified by:
setR_RequestProcessor_IDin interfaceI_R_RequestProcessor_Route- Parameters:
R_RequestProcessor_ID- Processor for Requests
-
getR_RequestProcessor_ID
public int getR_RequestProcessor_ID()Get Request Processor.- Specified by:
getR_RequestProcessor_IDin interfaceI_R_RequestProcessor_Route- Returns:
- Processor for Requests
-
setR_RequestProcessor_Route_ID
public void setR_RequestProcessor_Route_ID(int R_RequestProcessor_Route_ID) Set Request Routing.- Specified by:
setR_RequestProcessor_Route_IDin interfaceI_R_RequestProcessor_Route- Parameters:
R_RequestProcessor_Route_ID- Automatic routing of requests
-
getR_RequestProcessor_Route_ID
public int getR_RequestProcessor_Route_ID()Get Request Routing.- Specified by:
getR_RequestProcessor_Route_IDin interfaceI_R_RequestProcessor_Route- Returns:
- Automatic routing of requests
-
setR_RequestProcessor_Route_UU
Set R_RequestProcessor_Route_UU.- Specified by:
setR_RequestProcessor_Route_UUin interfaceI_R_RequestProcessor_Route- Parameters:
R_RequestProcessor_Route_UU- R_RequestProcessor_Route_UU
-
getR_RequestProcessor_Route_UU
Get R_RequestProcessor_Route_UU.- Specified by:
getR_RequestProcessor_Route_UUin interfaceI_R_RequestProcessor_Route- Returns:
- R_RequestProcessor_Route_UU
-
getR_RequestType
Deprecated.- Specified by:
getR_RequestTypein interfaceI_R_RequestProcessor_Route- Throws:
RuntimeException
-
setR_RequestType_ID
public void setR_RequestType_ID(int R_RequestType_ID) Set Request Type.- Specified by:
setR_RequestType_IDin interfaceI_R_RequestProcessor_Route- Parameters:
R_RequestType_ID- Type of request (e.g. Inquiry, Complaint, ..)
-
getR_RequestType_ID
public int getR_RequestType_ID()Get Request Type.- Specified by:
getR_RequestType_IDin interfaceI_R_RequestProcessor_Route- Returns:
- Type of request (e.g. Inquiry, Complaint, ..)
-
setSeqNo
public void setSeqNo(int SeqNo) Set Sequence.- Specified by:
setSeqNoin interfaceI_R_RequestProcessor_Route- Parameters:
SeqNo- Method of ordering records; lowest number comes first
-
getSeqNo
public int getSeqNo()Get Sequence.- Specified by:
getSeqNoin interfaceI_R_RequestProcessor_Route- Returns:
- Method of ordering records; lowest number comes first
-
getKeyNamePair
Get Record ID/ColumnName- Returns:
- ID/ColumnName pair
-