HcmPositionHierarchyViewController Class [AX 2012]
The HcmPositionHierarchyViewController class is the controller class for the PositionHierarchyView view.
| Method | Description | |
|---|---|---|
| cancelSearch | Cancels the search. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| existsNextSearchNode | Checks whether the next searched node exists. |
| existsPreviousSearchNode | Checks if the previous searched node exists. |
| findMatchingPositions | |
| findMatchingWorkers | |
| findNode | Finds a node in this hierarchy. |
| findNodeByName | Finds a node by the name. |
| futureVersionsExist | Indicates whether a future version of a position exists. |
| getDescendants | Gets the IDs of the children of a node at a specified depth. (Overrides the getDescendants Method.) |
| GetLeftRotationArrowToolTip | (Inherited from HierarchyDesignerBase.) |
| GetLoadingText | (Inherited from HierarchyDesignerBase.) |
| GetMenuItemsEnabled | (Inherited from HierarchyDesignerBase.) |
| GetMenuItemText | Gets the text that is displayed on the menu that corresponds to the menu item number. (Overrides the GetMenuItemText Method.) |
| GetMoveToCenterToolTip | (Inherited from HierarchyDesignerBase.) |
| getNextNode | Gets the next node. |
| getNextNodeId | Gets the next available node ID. |
| getNodeName | Gets the name that is displayed for the node. (Overrides the getNodeName Method.) |
| getNodeRecordForNode | Gets the primary record that the node represents. |
| getNodeType | Gets the type ID of a node. (Overrides the getNodeType Method.) |
| getNodeTypeBorderColor | Gets the border color for the specified node type. (Overrides the getNodeTypeBorderColor Method.) |
| getNodeTypeBottomGradientColor | Gets the bottom gradient color for the specified node type. (Overrides the getNodeTypeBottomGradientColor Method.) |
| getNodeTypeImage | Gets an image to be displayed for the specified node type. |
| getNodeTypeTopGradientColor | Gets the top gradient color for the specified node type. (Overrides the getNodeTypeTopGradientColor Method.) |
| getNumberOfMenuItems | Gets the number of menu items to display when the user right clicks the node. (Overrides the getNumberOfMenuItems Method.) |
| GetNumSubMenus | (Inherited from HierarchyDesignerBase.) |
| getParentID | Gets the ID of a nodes parent node. (Overrides the getParentID Method.) |
| getPreviousNode | Gets the previous node. |
| GetRightRotationArrowToolTip | (Inherited from HierarchyDesignerBase.) |
| getRootID | Gets the ID of the root node. (Overrides the getRootID Method.) |
| getSelectedRecord | Gets the record for the current selected node. |
| GetSubMenuItemText | (Inherited from HierarchyDesignerBase.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| hasAsParent | Determines if the given parent-child relationship is valid. (Overrides the hasAsParent Method.) |
| init | Initializes the controller and loads the enterprise node. |
| initHcmPositionFromCurrentNode | Initializes the HcmPosition table buffer from the current position. |
| insertNewNodeAndLoadDescendants | Inserts a new node and updates the parent node to point to the new node and loads the descendants of the node. |
| insertNewNodeAndUpdateParent | Inserts a node into the internal map and updates the parent node to point to the child. |
| InvokeMenuItemAction | (Inherited from HierarchyDesignerBase.) |
| IsFoundNode | (Inherited from HierarchyDesignerBase.) |
| loadNodeDescendants | Loads all descendants to a given node. |
| loadPositions | |
| loadTopLinePositions | |
| loadTopPositions | |
| new | Initializes a new instance of the HcmPositionHierarchyViewController class. |
| 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.) |
| parmCurrentHierarchyTypeRecId | Gets or sets the CurrentHierarchyTyperecord ID parameter. |
| parmShowMode | Gets or sets the ShowMode parameter. |
| parmUI | Gets or sets the UI parameter. |
| reportClickCount | Reports how many clicks have been performed. (Overrides the reportClickCount Method.) |
| reportFatalError | Reports that a fatal error has occurred in the control. |
| reportFocusedNode | (Inherited from HierarchyDesignerBase.) |
| reportNodeDoubleClick | Reports that a node has been clicked on. (Overrides the reportNodeDoubleClick Method.) |
| reportSelectedNode | Reports a node as selected. (Overrides the reportSelectedNode Method.) |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| UndoLastEditAction | (Inherited from HierarchyDesignerBase.) |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| validNode | Determines if the node ID is valid. (Overrides the validNode Method.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::construct | Initializes a new instance of the HcmPositionHierarchyViewController class. |
Community Additions
ADD
Show: