PaymCalendarProcessor Class [AX 2012]
The PaymCalendarProcessor class manages due date adjustments for payment calendars.
| Method | Description | |
|---|---|---|
| adjustDate | Adjusts the due date so that it falls on a business day per specified calendar source. |
| adjustDateForCalendar | Adjusts the due date so that it falls on a business day per specified calendar. |
| calculateAdjustedDate | Adjusts the due date based on the found calendar with the result saved in a class variable. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| createHolidayCalendarBitmap | Creates a bitmap representing the holidays for the specified calendar, year, state and city. |
| createRuleList | Creates an ordered list of rules for the specified values. |
| dueDateIncludingGraceDays | Determines the due date for the specified grace period, accounting for business and holiday days. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| findPaymCalendar | Finds the payment calendar for the specified derivation source. |
| getAdjustedDate | Adjusts the due date so that it falls on a business day per specified calendar source. |
| getCalendarBitmap | Gets a calendar bitmap for the specified values. |
| getRuleList | Retrieves an ordered list of rules for the specified values. |
| 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 PaymCalendarProcessor 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.) |
| retrieveCalendarBitmap | Gets a bitmap representing the business days for the specified calendar, year and state. |
| retrieveHolidayCalendarBitmap | Gets a bitmap representing the holidays for the specified calendar year, state, and city. |
| retrievePaymentCalendarBitmap | Gets a bitmap representing the business days for the specified calendar and year. |
| 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.) |
| ::calendarForLocationChanged | Updates the calendar for location cache after a PaymCalendarCountryRegionLegalEntity record is modified. |
| ::clearScope | |
| ::construct | Retrieves an instance of the PaymCalendarProcessor class. |
| ::createHolidayCalendarBitmapServer | Creates a bitmap representing the holidays for the specified calendar, year, state, and city. |
| ::createPaymentCalendarBitmap | Creates a bitmap representing the business days for the specified calendar and year. |
| ::createPaymentCalendarBitmapServer | Creates a bitmap representing the business days for the specified calendar and year. |
| ::createRuleListServer | Creates an ordered list of rules for the specified values. |
| ::getAdjustedDueDate | Prompts the user to accept an adjusted due date based on the payment calendar configuration if it is changed from the previous due date. |
| ::getBitmapIndex | Gets the index into the array of integers representing the bitmap for the specified day in the year. |
| ::getBitPosition | Gets the bit position for the bitmask for the specified day in the year. |
| ::getCacheScopeStr | |
| ::getCacheValue | |
| ::getCalendarForLocation | Retrieves the payment calendar for the specified values. |
| ::insertIntoCache | |
| ::paymCalendarChanged | Updates the payment calendar cache after a calendar is modified. |
| ::paymCalendarRuleChanged | Updates the payment calendar rules cache after a rule is modified. |
| ::stateHolidayChanged | Updates the state holiday calendar cache after a state holiday is modified. |
Community Additions
ADD
Show: