WHSReservationHierarchyProvider Class [AX 2012]
The WHSReservationHierarchyProvider class provides different representations, e.g. Lists of a reservation heirarchy.
| Method | Description | |
|---|---|---|
| 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.) |
| getAboveLocationHierarchyLevel | Returns the level of the field in the reservation hierarchy that is just above location for an item. |
| getBatchLevelAboveLocation | Gets the level of the batch dimension in the reservation hierarchy if this dimension is above location. |
| getBottomHierarchyLevel | Returns the value of the level of at the bottom in the reservation hierarchy for an item. |
| getDimLevel | Gets the level of the specified dimension in the reservation hierarchy. |
| getDimListAboveLocation | Builds a list containing the inventory dimensions in the hierarchy above the location. |
| getDimListAboveLocationFromInventTable | Builds a List list containing the inventory dimensions in the hierarchy above the location. |
| getDimListAllFromInventTable | Builds a List list containing the inventory dimensions in the hierarchy. |
| getDimListBatchAndAboveFromInventTable | Builds a List containing the inventory dimensions that are batch level and above in the hierarchy. |
| getDimListBelowLicensePlate | Builds a List list containing the inventory dimensions below LicensePlate. |
| getDimListBelowLocation | Builds a List list containing the inventory dimensions below WMSLocationId. |
| getDimListBelowStatus | Builds a List list containing the inventory dimensions below status |
| getDimListLocationAndDownFromInventTable | Builds a List list containing the inventory dimensions from location and down. |
| getDimListStatusAndAboveFromInventTable | Builds a List list containing the inventory dimensions above and including the status. |
| getEmptyList | Returns an empty list. |
| getHierarchyFromParameters | Builds a List list based on the parameters which contains the hierarchy including the item entry. |
| getHierarchyLevelFromList | Finds the hierarchy level of the first WHSReservationHierarchyElementData element in a given list. |
| getHierarchyListAboveLocationInventTable | Builds a List list containing the hierarchy above the location including the item entry. |
| getHierarchyListAllFromInventTable | Builds a List list containing the full hierarchy including the item entry. |
| getLocationHierarchyLevel | Returns the level of the location field in the reservation hierarchy for an item. |
| getStatusHierarchyLevel | Returns the level of the status field in the reservation hierarchy for an item. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| isBatchAboveLocation | Determines if batch is above location in the reservation hierarchy of the item. |
| itemHasDimensionBelowLicensePlate | Method determines if item has active dimensions below License Plate to be used for dim tracking creation during work execution |
| new | Initializes a new instance of the WHSReservationHierarchyProvider 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.) |
| 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.) |
| 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 | Initializes a new instance of the WHSReservationHierarchyProvider class. |
| ::invalidLevel | Gets the invalid reservation hierarchy level. |
Community Additions
ADD
Show: