JmgPayRule Class [AX 2012]
The JmgPayRule class represents the pay rule delimitations that are available in time and attendance.
| Method | Description | |
|---|---|---|
| addDesignTimeFieldToDataSource | Adds a design time field to a ExpressionDataSource object, which is based on the specified extended data type. |
| addRunTimeFieldToDataSource | Adds a run time field to the ExpressionDataSource object, which is based on the specified extended data type and value. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| description | Retrieves the description of the pay rule. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| evaluate | Evaluates whether the specified transaction fulfills the pay rule. |
| getDesignTimeCustomDataSource | Gets the design time data source for the pay rule. |
| getDesignTimeCustomDataSources | Gets the design time data sources for the pay rule. |
| getJoinConditions | Returns the expression, which defines how the design time custom data source is joined with the query that is returned by the getQueryName method. |
| getQuery | Gets the query that is used when you evaluate the pay rule. (Overrides the getQuery Method.) |
| getQueryName | Returns the query name for this workflow document. (Inherited from WorkflowDocument.) |
| getRuntimeCustomDataSource | Gets the runtime custom time data source for the pay rule. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| new | Initializes a new instance of the Object class. (Inherited from Object.) |
| notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) |
| notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) |
| objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
The class is abstract. In order to let users create a new pay rule delimitation, a developer must follow these steps:
-
Create a query, which represents the data where delimitations are defined.
-
Create a new class, which extends the JmgPayRule class.
-
Implement the description, getDesignTimeCustomDataSource, getJoinConditionsMap, getQueryName and getRuntimeCustomDataSource methods.
Object Class
WorkflowDocument Class
JmgPayRule Class
JmgPayRule_HcmPersonCertificate Class
JmgPayRule_HcmPersonSkill Class
JmgPayRule_HRMAbsenceCode Class
JmgPayRule_JmgIpcActivity Class
JmgPayRule_JmgProfileTable Class
JmgPayRule_ProjActivity Class
JmgPayRule_ProjTable Class
JmgPayRule_RouteOprTable Class
WorkflowDocument Class
JmgPayRule Class
JmgPayRule_HcmPersonCertificate Class
JmgPayRule_HcmPersonSkill Class
JmgPayRule_HRMAbsenceCode Class
JmgPayRule_JmgIpcActivity Class
JmgPayRule_JmgProfileTable Class
JmgPayRule_ProjActivity Class
JmgPayRule_ProjTable Class
JmgPayRule_RouteOprTable Class
Community Additions
ADD
Show: