JmgProfileVisualization Class [AX 2012]
The JmgProfileVisualization class draws a visualization of the time profile of a worker during a day compared with the actual work performed during the day by using the JmgTimeSlice class.
| Method | Description | |
|---|---|---|
| addDescription | Adds a description to the time slice, drawn as a gradient. (Inherited from JmgTimeSlice.) |
| addLevel | Adds a level to the time slice. (Inherited from JmgTimeSlice.) |
| addNode | Adds a node to draw on the time slice. (Inherited from JmgTimeSlice.) |
| calcJourRegTimes | Calculates journal registration times for the specified worker and profile date. |
| calcProfileTimes | Calculates profile times for the specified worker and profile date. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| cutLetters | Removes the specified number of letters from the specified string. (Inherited from JmgTimeSlice.) |
| drawImage | Draws the time slice on the time slice object. (Inherited from JmgTimeSlice.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| findOrCreateJmgStampJournalTable | Retrieves the JmgStampJournalTable record for the specified profile date and worker. |
| findProfileNodes | Loads the profile nodes to visualize |
| findStampNodes | Loads the registration nodes to visualize. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| init | Initializes the instance of the JmgProfileVisualization class. |
| new | Initializes a new instance of the JmgProfileVisualization class. (Overrides the new Method.) |
| 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.) |
| parmEndTime | Gets or sets the EndTime parameter. (Inherited from JmgTimeSlice.) |
| parmProfileDate | Gets or sets the ProfileDate parameter. |
| parmStartTime | Gets or sets the StartTime parameter. (Inherited from JmgTimeSlice.) |
| resetNodes | Resets the list of nodes to draw on the time slice. (Inherited from JmgTimeSlice.) |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| splitString | Splits the specified string around the '-' character. (Inherited from JmgTimeSlice.) |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| updateVariables | Reloads profile and registrations from database. |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::construct | Creates a new instance of the JmgProfileVisualization class. |
Community Additions
ADD
Show: