DirViewLocationHierarchyController Class [AX 2012]
The DirViewLocationHierarchyController class is the controller class for the locations view form.
| Method | Description | |
|---|---|---|
| activeDataArea | Gets the dataAreaId value of the selected node. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| deleteCurrentNode | Deletes the currently selected node. |
| editCurrentNode | Opens the form for editing the current selected node. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getDescendants | Gets an array of the IDs of the children of a node that are at a specific depth. (Overrides the getDescendants Method.) |
| GetLeftRotationArrowToolTip | (Inherited from HierarchyDesignerBase.) |
| GetLoadingText | (Inherited from HierarchyDesignerBase.) |
| GetMenuItemsEnabled | Gets an array with the node IDs for which the menu items should be enabled. (Overrides the GetMenuItemsEnabled Method.) |
| GetMenuItemText | Gets the text to be displayed on the menu that corresponds to the menu item number. (Overrides the GetMenuItemText Method.) |
| GetMoveToCenterToolTip | (Inherited from HierarchyDesignerBase.) |
| getNextNodeId | Gets the next available node ID. |
| getNodeName | Gets the name that must be displayed for the node. (Overrides the getNodeName Method.) |
| getNodeRecord | Gets the primary record that the node represents. |
| 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 on a node. (Overrides the getNumberOfMenuItems Method.) |
| GetNumSubMenus | (Inherited from HierarchyDesignerBase.) |
| getParentID | Gets the ID of a nodes parent node. (Overrides the getParentID Method.) |
| GetRightRotationArrowToolTip | (Inherited from HierarchyDesignerBase.) |
| getRootID | Gets the ID of the root node. (Overrides the getRootID Method.) |
| getSelectedRecord | Gets the record for the currently 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 | Indicates whether the given parent-child relationship is valid. (Overrides the hasAsParent Method.) |
| init | Initializes the controller and loads the Enterprise node. |
| initInventLocationFromCurrentNode | Initializes an InventLocation record based on the currently selected node. |
| initProdUnitTableFromCurrentNode | Initializes a ProdUnitTable record based on the currently selected node. |
| initWMSAisleFromCurrentNode | Initializes a WMSAisle record based on the currently selected node. |
| initWMSLocationFromCurrentNode | Initializes a WMSLocation record based on the currently selected node. |
| initWrkCtrResourceGroupFromCurrentNode | Initializes a WrkCtrResourceGroup record based on the currently selected node. |
| insertNewNodeAndLoadDescendants | Inserts a new node, 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.) |
| loadDataAreas | Loads all company information as nodes. |
| loadInventLocationFromSite | Loads all the warehouses that are connected to a site. |
| loadNodeDescendants | Loads all descendants to a given node. |
| loadProdUnitFromSite | Loads all the production units for a site. |
| loadResourceGroupFromProdUnit | Loads all the resource groups for a production unit. |
| loadResourcesFromResourceGroup | Loads all the resources for a resource group. |
| loadSitesFromDataArea | Loads all the sites for a company. |
| loadWMSAisleFromInventLocation | Loads all the aisles for a warehouse. |
| loadWMSLocationFromWMSAisle | Loads all inventory locations for an aisle. |
| new | Initializes a new instance of the DirViewLocationHierarchyController 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.) |
| 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 double-clicked. (Overrides the reportNodeDoubleClick Method.) |
| reportSelectedNode | Reports a node as selected by a single click. (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 a 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 | Creates a new instance of the DirViewLocationHierarchyController class. |
Community Additions
ADD
Show: