JmgWorkPlannerForm_All Class [AX 2012]

The JmgWorkPlannerForm_All class handles the All level on the work planner form.

Syntax

class JmgWorkPlannerForm_All extends JmgWorkPlannerForm

Run On

Called

Methods

  Method Description
Gg759817.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg759817.pubmethod(en-us,AX.60).gif changeDateInterval Changes the data interval shown on the work planner form. (Inherited from JmgWorkPlannerForm.)
Gg759817.protmethod(en-us,AX.60).gif columnToDate Retrieves the profile date that is displayed in the specified column. (Inherited from JmgWorkPlannerForm.)
Gg759817.pubmethod(en-us,AX.60).gif dateToColumn Retrieves the column where the specified profile date is displayed. (Inherited from JmgWorkPlannerForm.)
Gg759817.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg759817.pubmethod(en-us,AX.60).gif fromDate Retrieves the from date that is currently displayed on the work planner form. (Inherited from JmgWorkPlannerForm.)
Gg759817.pubmethod(en-us,AX.60).gif getColumnLabel Retrieves the column label for the specified column. (Inherited from JmgWorkPlannerForm.)
Gg759817.pubmethod(en-us,AX.60).gif getEditControl Retrieves the control, which is used to display the value at the specified column and row. (Inherited from JmgWorkPlannerForm.)
Gg759817.pubmethod(en-us,AX.60).gif getProfileAt Retrieves the profile to display at the specified row and column. (Inherited from JmgWorkPlannerForm.)
Gg759817.pubmethod(en-us,AX.60).gif getProfileTime Retrieves the total working time for the specified profile. (Inherited from JmgWorkPlannerForm.)
Gg759817.pubmethod(en-us,AX.60).gif getRowLabel Retrieves the label for the specified row. (Inherited from JmgWorkPlannerForm.)
Gg759817.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg759817.pubmethod(en-us,AX.60).gif getTotalTime Retrieves the total planned work time to display at the specified row. (Inherited from JmgWorkPlannerForm.)
Gg759817.pubmethod(en-us,AX.60).gif getWeekTotal Retrieves the work time to display at the specified column and row. (Inherited from JmgWorkPlannerForm.)
Gg759817.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg759817.protmethod(en-us,AX.60).gif initRowLabels Initializes the row labels to display on the work plan. (Overrides the initRowLabels Method.)
Gg759817.pubmethod(en-us,AX.60).gif isLabelShowing Indicates whether the specified label is currently shown on the work plan. (Inherited from JmgWorkPlannerForm.)
Gg759817.pubmethod(en-us,AX.60).gif isWeekTotalColumn Indicates whether the specified column displays a weekly time sum. (Inherited from JmgWorkPlannerForm.)
Gg759817.pubmethod(en-us,AX.60).gif labelToRow Retrieves the row number, which displays the specified label. (Inherited from JmgWorkPlannerForm.)
Gg759817.pubmethod(en-us,AX.60).gif loadData Loads the data from the JmgProfileCalendar table, which is displayed on the work planner. (Overrides the loadData Method.)
Gg759817.pubmethod(en-us,AX.60).gif new Initializes a new instance of the JmgWorkPlannerForm class. (Overrides the new Method.)
Gg759817.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.)
Gg759817.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.)
Gg759817.pubmethod(en-us,AX.60).gif numberOfColumns Retrieves the number of columns, which is displayed on the work planner form. (Inherited from JmgWorkPlannerForm.)
Gg759817.pubmethod(en-us,AX.60).gif numberOfRows Retrieves the number rows, which is displayed on the work planner form. (Inherited from JmgWorkPlannerForm.)
Gg759817.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg759817.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg759817.pubmethod(en-us,AX.60).gif parmAbsenceColor Gets or sets the AbsenceColor parameter. (Inherited from JmgWorkPlannerForm.)
Gg759817.pubmethod(en-us,AX.60).gif parmShowPlannedAbsence Gets or sets the ShowPlannedAbsence parameter. (Inherited from JmgWorkPlannerForm.)
Gg759817.pubmethod(en-us,AX.60).gif parmShowWeekend Gets or sets the ShowWeekend parameter. (Inherited from JmgWorkPlannerForm.)
Gg759817.protmethod(en-us,AX.60).gif recalculateSums Recalculates the time sums displayed on the work plan. (Inherited from JmgWorkPlannerForm.)
Gg759817.pubmethod(en-us,AX.60).gif saveData Saves changes that are made to the work plan in the database. (Inherited from JmgWorkPlannerForm.)
Gg759817.pubmethod(en-us,AX.60).gif setProfileAt Updates the displayed profile at the specified column and row. (Inherited from JmgWorkPlannerForm.)
Gg759817.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg759817.pubmethod(en-us,AX.60).gif toDate Retrieves the to-date that is currently displayed on the work planner form. (Inherited from JmgWorkPlannerForm.)
Gg759817.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg759817.protmethod(en-us,AX.60).gif type Retrieves the profile calendar type that is associated to the JmgWorkPlannerForm object. (Overrides the type Method.)
Gg759817.protmethod(en-us,AX.60).gif updateTimeSums Updates the time sums when a profile is changed. (Inherited from JmgWorkPlannerForm.)
Gg759817.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.)
Gg759817.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg759817.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)

Top

Inheritance Hierarchy

Object Class
  JmgWorkPlannerForm Class
    JmgWorkPlannerForm_All Class