WrkCtrWorkingTimes Class [AX 2012]

The WrkCtrWorkingTimes class is used to fetch working times for a resource and a specified interval of time.

Syntax

class WrkCtrWorkingTimes

Run On

Called

Methods

  Method Description
Gg819360.protmethod(en-us,AX.60).gif addCalendarDateResultToCache Adds the specified container to the cache for the specified parameters.
Gg819360.protmethod(en-us,AX.60).gif addWorkCalendarLineToResult Adds a WorkCalendarDateLine record to the result set.
Gg819360.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg819360.protmethod(en-us,AX.60).gif createCacheKey Creates a container with a key based on the specified parameters that can be used for caching.
Gg819360.privmethod(en-us,AX.60).gif createCacheValue Creates a container that can be stored in the cache.
Gg819360.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg819360.protmethod(en-us,AX.60).gif getCalendarDateResultFromCache Gets the container with values for the specified parameters from the cache.
Gg819360.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg819360.pubmethod(en-us,AX.60).gif 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.
Gg819360.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg819360.protmethod(en-us,AX.60).gif new Initializes a new instance of the WrkCtrWorkingTimes class.
Gg819360.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
Gg819360.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
Gg819360.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg819360.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg819360.protmethod(en-us,AX.60).gif parmEndDate Gets or sets the EndDate parameter.
Gg819360.protmethod(en-us,AX.60).gif parmEndTime Gets or sets the EndTime parameter.
Gg819360.protmethod(en-us,AX.60).gif parmForward Gets or sets the Forward parameter.
Gg819360.protmethod(en-us,AX.60).gif parmStartDate Gets or sets the StartDate parameter.
Gg819360.protmethod(en-us,AX.60).gif parmStartTime Gets or sets the StartTime parameter.
Gg819360.protmethod(en-us,AX.60).gif parmWorkingTimesCount Gets or sets the WorkingTimesCount parameter.
Gg819360.protmethod(en-us,AX.60).gif processCalendarTimeInterval Processes working times for a calendar by considering the base calendar information.
Gg819360.privmethod(en-us,AX.60).gif processCalendarTimeIntervalAux Processes working times for a calendar by considering the base calendar information.
Gg819360.protmethod(en-us,AX.60).gif processTimeInterval Processes working times for a calendar without considering any base calendar.
Gg819360.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg819360.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg819360.privmethod(en-us,AX.60).gif unpackCachedContainer Unpacks the specified cached container.
Gg819360.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
Gg819360.privmethod(en-us,AX.60).gif validateCachedValue Validates that the cached value is can be used.
Gg819360.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg819360.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg819360.protmethod(en-us,AX.60).gif Gg819360.static(en-us,AX.60).gif ::addPropertiesFromContainer Adds a property string to the container if it does not already exists.
Gg819360.protmethod(en-us,AX.60).gif Gg819360.static(en-us,AX.60).gif ::addProperty Adds a property string to the container if it does not already exists.
Gg819360.pubmethod(en-us,AX.60).gif Gg819360.static(en-us,AX.60).gif ::construct Initializes a new instance of the WrkCtrWorkingTimes class.
Gg819360.privmethod(en-us,AX.60).gif Gg819360.static(en-us,AX.60).gif ::getGlobalObjectCacheScope
Gg819360.pubmethod(en-us,AX.60).gif Gg819360.static(en-us,AX.60).gif ::invalidateGlobalCacheScope Clears the global working time cache.
Gg819360.protmethod(en-us,AX.60).gif Gg819360.static(en-us,AX.60).gif ::propertiesMap2Container Converts a map of properties to a container of properties.

Top

Inheritance Hierarchy

Object Class
  WrkCtrWorkingTimes Class
    WrkCtrWorkingTimesCalendar Class
    WrkCtrWorkingTimesCalendarDetail Class
    WrkCtrWorkingTimesResource Class