WrkCtrWorkingTimes Class [AX 2012]
The WrkCtrWorkingTimes class is used to fetch working times for a resource and a specified interval of time.
| Method | Description | |
|---|---|---|
| addCalendarDateResultToCache | Adds the specified container to the cache for the specified parameters. |
| addWorkCalendarLineToResult | Adds a WorkCalendarDateLine record to the result set. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| createCacheKey | Creates a container with a key based on the specified parameters that can be used for caching. |
| createCacheValue | Creates a container that can be stored in the cache. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getCalendarDateResultFromCache | Gets the container with values for the specified parameters from the cache. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| getWorkingTimes | Gets the working times for the resource specified by the wrkCtrId field and the interval that was set up when the object was created. |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| new | Initializes a new instance of the WrkCtrWorkingTimes 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.) |
| parmEndDate | Gets or sets the EndDate parameter. |
| parmEndTime | Gets or sets the EndTime parameter. |
| parmForward | Gets or sets the Forward parameter. |
| parmStartDate | Gets or sets the StartDate parameter. |
| parmStartTime | Gets or sets the StartTime parameter. |
| parmWorkingTimesCount | Gets or sets the WorkingTimesCount parameter. |
| processCalendarTimeInterval | Processes working times for a calendar by considering the base calendar information. |
| processCalendarTimeIntervalAux | Processes working times for a calendar by considering the base calendar information. |
| processTimeInterval | Processes working times for a calendar without considering any base calendar. |
| 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.) |
| unpackCachedContainer | Unpacks the specified cached container. |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| validateCachedValue | Validates that the cached value is can be used. |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::addPropertiesFromContainer | Adds a property string to the container if it does not already exists. |
| ::addProperty | Adds a property string to the container if it does not already exists. |
| ::construct | Initializes a new instance of the WrkCtrWorkingTimes class. |
| ::getGlobalObjectCacheScope | |
| ::invalidateGlobalCacheScope | Clears the global working time cache. |
| ::propertiesMap2Container | Converts a map of properties to a container of properties. |
Community Additions
ADD
Show: