HcmMassBenefitExpirationEngine Class [AX 2012]
The HcmMassBenefitExpirationEngine class manages the benefit expiration 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 HcmMassBenefitExpirationEngine class to execute the executeParallelTask method in parallel. |
| enableParallelExecution | Prepares the setup that is required to process the benefit expiration 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 HcmMassBenefitExpirationEngine class in a parallel processing environment. |
| getNextRecord | Gets the next available HcmBenefitExpirationStatus record that is ready for benefit expiration processing. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| getUnProcessedRecordCount | Gets the counts of the remaining unprocessed records in the HcmBenefitExpirationStatus table. |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| isProcessInProgress | Checks if there are HcmBenefitExpirationStatus records are currently processing or available for processing. |
| new | Initializes a new instance of the HcmMassBenefitExpirationEngine 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.) |
| parmExpirationGroupId | Gets or sets the ExpirationGroupId parameter. |
| parmIsSubProcess | Gets or sets the IsSubProcess parameter. |
| preProcessMultipleWorkerEnrollment | Pre-processes and eliminates processing record for HcmWorkers who have multiple enrollments in the same HcmBenefit. |
| processBenefit | |
| processWorkerEnrollment | Processes all of the HcmBenefitExpirationStatus records by validating them and updating the HcmWorkerEnrolledBenefit records. |
| runExpirationProcess | Provides an entry point into the HcmMassBenefitExpirationEngine class. |
| setBenefitExpirationStatusStateInProcess | Sets the status of the HcmBenefitExpirationStatus 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.) |
| validateWorkerEnrollmentForUpdate | Validates whether the end date on HcmWorkerEnrolledBenefit record can be updated. |
| 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 HcmMassBenefitExpirationEngine class. |
Community Additions
ADD
Show: