WrkCtrWorkingTimesCalendar Class [AX 2012]

The WrkCtrWorkingTimesCalendar class retrieves the working times according to a specified calendar ID and a given interval.

Syntax

class WrkCtrWorkingTimesCalendar extends WrkCtrWorkingTimes

Run On

Called

Methods

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

Top

Inheritance Hierarchy

Object Class
  WrkCtrWorkingTimes Class
    WrkCtrWorkingTimesCalendar Class