HcmWorkerEligibilityEngine Class [AX 2012]
The HcmWorkerEligibilityEngine class manages the benefit enrollment processing for a group of workers and a selected benefit.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| cloneForSubProcess | Prepares the instance of the HcmWorkerEligibilityEngine class to execute the exectureParallelTask method in parallel. |
| enableParallelExecution | Prepares the setup that is required to process the benefit enrollment of workers in a parallel processing environment. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| executeParallelTask | Sets all the required variables for execution of the HcmWorkerEligibilityEngine class in a parallel processing environment. |
| getNextRecord | Gets the next available HcmBenefitEnrollmentStatus record that is ready for benefit enrollment processing. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| isProcessInProgress | Checks if there are HcmBenefitEnrollmentStatus records processing or available for process. |
| new | Initializes a new instance of the HcmWorkerEligibilityEngine class. |
| 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.) |
| parmBenefitEndDate | Gets or sets the BenefitEndDate parameter. |
| parmBenefitStartDate | Gets or sets the BenefitStartDate parameter. |
| parmEnrollmentGroupId | Gets or sets the EnrollmentGroupId parameter. |
| parmIsSubProcess | Gets or sets the IsSubProcess parameter. |
| processAll | Processes all of the HcmBenefitEnrollmentStatus records by validating them and creating enrollment records. |
| runEligibilityProcess | Provides an entry point into the HcmWorkerEligibilityEngine class. |
| setBenefitEnrollmentStatusStateInProcess | Sets the status of the HcmBenefitEnrollmentStatus record to in process. |
| 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.) |
| ::construct | Initializes a new instance of the HcmWorkerEligibilityEngine class. |
Community Additions
ADD
Show: