Package org.compiere.model
Class X_AD_Rule
java.lang.Object
org.compiere.model.PO
org.compiere.model.X_AD_Rule
- All Implemented Interfaces:
Serializable
,Cloneable
,Comparator<Object>
,I_AD_Rule
,I_Persistent
,Evaluatee
- Direct Known Subclasses:
MRule
Generated Model for AD_Rule
- Version:
- Release 11 - $Id$
- Author:
- iDempiere (generated)
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
AccessLevel AD_Reference_ID=5static final String
All = 7static final String
Client only = 2static final String
Client+Organization = 3static final String
Organization = 1static final String
System only = 4static final String
System+Client = 6static final int
EntityType AD_Reference_ID=389static final int
EventType AD_Reference_ID=53236static final String
Callout = Cstatic final String
GL Reconciliation = Rstatic final String
Human Resource & Payroll = Hstatic final String
Measure for Performance Analysis = Mstatic final String
Model Validator Document Event = Dstatic final String
Model Validator Login Event = Lstatic final String
Model Validator Table Event = Tstatic final String
Process = Pstatic final int
RuleType AD_Reference_ID=53235static final String
Aspect Orient Program = Astatic final String
JSR 223 Scripting APIs = Sstatic final String
JSR 94 Rule Engine API = Rstatic final String
SQL = QFields 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_ID
Fields inherited from interface org.compiere.model.I_AD_Rule
accessLevel, COLUMNNAME_AccessLevel, COLUMNNAME_AD_Client_ID, COLUMNNAME_AD_Org_ID, COLUMNNAME_AD_Rule_ID, COLUMNNAME_AD_Rule_UU, COLUMNNAME_Created, COLUMNNAME_CreatedBy, COLUMNNAME_Description, COLUMNNAME_EntityType, COLUMNNAME_EventType, COLUMNNAME_Help, COLUMNNAME_IsActive, COLUMNNAME_Name, COLUMNNAME_RuleType, COLUMNNAME_Script, COLUMNNAME_Updated, COLUMNNAME_UpdatedBy, COLUMNNAME_Value, Model, Table_ID, Table_Name
-
Constructor Summary
ConstructorDescriptionX_AD_Rule
(Properties ctx, int AD_Rule_ID, String trxName) Standard ConstructorX_AD_Rule
(Properties ctx, int AD_Rule_ID, String trxName, String... virtualColumns) Standard ConstructorX_AD_Rule
(Properties ctx, String AD_Rule_UU, String trxName) Standard ConstructorX_AD_Rule
(Properties ctx, String AD_Rule_UU, String trxName, String... virtualColumns) Standard ConstructorX_AD_Rule
(Properties ctx, ResultSet rs, String trxName) Load Constructor -
Method Summary
Modifier and TypeMethodDescriptionprotected int
AccessLevelGet Data Access Level.int
Get Rule.Get AD_Rule_UU.Get Description.Get Entity Type.Get Event Type.getHelp()
Get Comment/Help.Get Record ID/ColumnNamegetName()
Get Name.Get Rule Type.Get Script.getValue()
Get Search Key.protected POInfo
initPO
(Properties ctx) Load Meta Datavoid
setAccessLevel
(String AccessLevel) Set Data Access Level.void
setAD_Rule_ID
(int AD_Rule_ID) Set Rule.void
setAD_Rule_UU
(String AD_Rule_UU) Set AD_Rule_UU.void
setDescription
(String Description) Set Description.void
setEntityType
(String EntityType) Set Entity Type.void
setEventType
(String EventType) Set Event Type.void
Set Comment/Help.void
Set Name.void
setRuleType
(String RuleType) Set Rule Type.void
Set Script.void
Set Search Key.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_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
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Comparator
reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
Methods inherited from interface org.compiere.model.I_AD_Rule
getAD_Client_ID, getAD_Org_ID, getCreated, getCreatedBy, getUpdated, getUpdatedBy, isActive, setAD_Org_ID, setIsActive
Methods inherited from interface org.compiere.model.I_Persistent
save
-
Field Details
-
ACCESSLEVEL_AD_Reference_ID
public static final int ACCESSLEVEL_AD_Reference_IDAccessLevel AD_Reference_ID=5- See Also:
-
ACCESSLEVEL_Organization
Organization = 1- See Also:
-
ACCESSLEVEL_ClientOnly
Client only = 2- See Also:
-
ACCESSLEVEL_ClientPlusOrganization
Client+Organization = 3- See Also:
-
ACCESSLEVEL_SystemOnly
System only = 4- See Also:
-
ACCESSLEVEL_SystemPlusClient
System+Client = 6- See Also:
-
ACCESSLEVEL_All
All = 7- See Also:
-
ENTITYTYPE_AD_Reference_ID
public static final int ENTITYTYPE_AD_Reference_IDEntityType AD_Reference_ID=389- See Also:
-
EVENTTYPE_AD_Reference_ID
public static final int EVENTTYPE_AD_Reference_IDEventType AD_Reference_ID=53236- See Also:
-
EVENTTYPE_Callout
Callout = C- See Also:
-
EVENTTYPE_ModelValidatorDocumentEvent
Model Validator Document Event = D- See Also:
-
EVENTTYPE_HumanResourcePayroll
Human Resource & Payroll = H- See Also:
-
EVENTTYPE_ModelValidatorLoginEvent
Model Validator Login Event = L- See Also:
-
EVENTTYPE_MeasureForPerformanceAnalysis
Measure for Performance Analysis = M- See Also:
-
EVENTTYPE_Process
Process = P- See Also:
-
EVENTTYPE_GLReconciliation
GL Reconciliation = R- See Also:
-
EVENTTYPE_ModelValidatorTableEvent
Model Validator Table Event = T- See Also:
-
RULETYPE_AD_Reference_ID
public static final int RULETYPE_AD_Reference_IDRuleType AD_Reference_ID=53235- See Also:
-
RULETYPE_AspectOrientProgram
Aspect Orient Program = A- See Also:
-
RULETYPE_SQL
SQL = Q- See Also:
-
RULETYPE_JSR94RuleEngineAPI
JSR 94 Rule Engine API = R- See Also:
-
RULETYPE_JSR223ScriptingAPIs
JSR 223 Scripting APIs = S- See Also:
-
-
Constructor Details
-
X_AD_Rule
Standard Constructor -
X_AD_Rule
Standard Constructor -
X_AD_Rule
Standard Constructor -
X_AD_Rule
Standard Constructor -
X_AD_Rule
Load Constructor
-
-
Method Details
-
get_AccessLevel
protected int get_AccessLevel()AccessLevel- Specified by:
get_AccessLevel
in classPO
- Returns:
- 4 - System
-
initPO
Load Meta Data -
toString
Description copied from class:PO
String representation -
setAccessLevel
Set Data Access Level.- Specified by:
setAccessLevel
in interfaceI_AD_Rule
- Parameters:
AccessLevel
- Access Level required
-
getAccessLevel
Get Data Access Level.- Specified by:
getAccessLevel
in interfaceI_AD_Rule
- Returns:
- Access Level required
-
setAD_Rule_ID
public void setAD_Rule_ID(int AD_Rule_ID) Set Rule.- Specified by:
setAD_Rule_ID
in interfaceI_AD_Rule
- Parameters:
AD_Rule_ID
- Rule
-
getAD_Rule_ID
public int getAD_Rule_ID()Get Rule.- Specified by:
getAD_Rule_ID
in interfaceI_AD_Rule
- Returns:
- Rule
-
setAD_Rule_UU
Set AD_Rule_UU.- Specified by:
setAD_Rule_UU
in interfaceI_AD_Rule
- Parameters:
AD_Rule_UU
- AD_Rule_UU
-
getAD_Rule_UU
Get AD_Rule_UU.- Specified by:
getAD_Rule_UU
in interfaceI_AD_Rule
- Returns:
- AD_Rule_UU
-
setDescription
Set Description.- Specified by:
setDescription
in interfaceI_AD_Rule
- Parameters:
Description
- Optional short description of the record
-
getDescription
Get Description.- Specified by:
getDescription
in interfaceI_AD_Rule
- Returns:
- Optional short description of the record
-
setEntityType
Set Entity Type.- Specified by:
setEntityType
in interfaceI_AD_Rule
- Parameters:
EntityType
- Dictionary Entity Type; Determines ownership and synchronization
-
getEntityType
Get Entity Type.- Specified by:
getEntityType
in interfaceI_AD_Rule
- Returns:
- Dictionary Entity Type; Determines ownership and synchronization
-
setEventType
Set Event Type.- Specified by:
setEventType
in interfaceI_AD_Rule
- Parameters:
EventType
- Type of Event
-
getEventType
Get Event Type.- Specified by:
getEventType
in interfaceI_AD_Rule
- Returns:
- Type of Event
-
setHelp
Set Comment/Help. -
getHelp
Get Comment/Help. -
setName
Set Name. -
getName
Get Name. -
getKeyNamePair
Get Record ID/ColumnName- Returns:
- ID/ColumnName pair
-
setRuleType
Set Rule Type.- Specified by:
setRuleType
in interfaceI_AD_Rule
- Parameters:
RuleType
- Rule Type
-
getRuleType
Get Rule Type.- Specified by:
getRuleType
in interfaceI_AD_Rule
- Returns:
- Rule Type
-
setScript
Set Script. -
getScript
Get Script. -
setValue
Set Search Key. -
getValue
Get Search Key.
-