WrkCtrWorkingTimesCalendarDetail Class [AX 2012]

The WrkCtrWorkingTimesCalendarDetail class retrieves the working times for a specified calendar in a specified interval.

Syntax

class WrkCtrWorkingTimesCalendarDetail extends WrkCtrWorkingTimes

Run On

Called

Methods

  Method Description
Gg819391.protmethod(en-us,AX.60).gif addCalendarDateResultToCache Adds the specified container to the cache for the specified parameters. (Inherited from WrkCtrWorkingTimes.)
Gg819391.protmethod(en-us,AX.60).gif addWorkCalendarLineToResult Adds a WorkCalendarDateLine record to the result set. (Inherited from WrkCtrWorkingTimes.)
Gg819391.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg819391.protmethod(en-us,AX.60).gif createCacheKey Creates a container with a key based on the specified parameters that can be used for caching. (Inherited from WrkCtrWorkingTimes.)
Gg819391.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg819391.protmethod(en-us,AX.60).gif getCalendarDateResultFromCache Gets the container with values for the specified parameters from the cache. (Inherited from WrkCtrWorkingTimes.)
Gg819391.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg819391.pubmethod(en-us,AX.60).gif getWorkingTimes Gets the working times for the calendar and the interval that was setup when creating the object. (Overrides the getWorkingTimes Method.)
Gg819391.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg819391.protmethod(en-us,AX.60).gif new Initializes a new instance of the WrkCtrWorkingTimesCalendarDetail class. (Overrides the new Method.)
Gg819391.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.)
Gg819391.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.)
Gg819391.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg819391.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg819391.protmethod(en-us,AX.60).gif parmCalendarId Gets or sets the CalendarId parameter.
Gg819391.protmethod(en-us,AX.60).gif parmEndDate Gets or sets the EndDate parameter. (Inherited from WrkCtrWorkingTimes.)
Gg819391.protmethod(en-us,AX.60).gif parmEndTime Gets or sets the EndTime parameter. (Inherited from WrkCtrWorkingTimes.)
Gg819391.protmethod(en-us,AX.60).gif parmForward Gets or sets the Forward parameter. (Inherited from WrkCtrWorkingTimes.)
Gg819391.protmethod(en-us,AX.60).gif parmStartDate Gets or sets the StartDate parameter. (Inherited from WrkCtrWorkingTimes.)
Gg819391.protmethod(en-us,AX.60).gif parmStartTime Gets or sets the StartTime parameter. (Inherited from WrkCtrWorkingTimes.)
Gg819391.protmethod(en-us,AX.60).gif parmWorkingTimesCount Gets or sets the WorkingTimesCount parameter. (Inherited from WrkCtrWorkingTimes.)
Gg819391.protmethod(en-us,AX.60).gif processCalendarTimeInterval Processes working times for a calendar by considering the base calendar information. (Inherited from WrkCtrWorkingTimes.)
Gg819391.protmethod(en-us,AX.60).gif processTimeInterval Processes working times for a calendar without considering any base calendar. (Inherited from WrkCtrWorkingTimes.)
Gg819391.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg819391.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg819391.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.)
Gg819391.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg819391.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg819391.pubmethod(en-us,AX.60).gif Gg819391.static(en-us,AX.60).gif ::construct Initializes a new instance of the WrkCtrWorkingTimesCalendarDetail class.
Gg819391.pubmethod(en-us,AX.60).gif Gg819391.static(en-us,AX.60).gif ::newCalendarId Creates a WrkCtrWorkingTimesCalendarDetail object based on the specified interval, calendar identifier, and the direction in which to fetch the data.

Top

Inheritance Hierarchy

Object Class
  WrkCtrWorkingTimes Class
    WrkCtrWorkingTimesCalendarDetail Class