WHSReservationHierarchyProvider Class [AX 2012]

The WHSReservationHierarchyProvider class provides different representations, e.g. Lists of a reservation heirarchy.

Syntax

class WHSReservationHierarchyProvider

Run On

Called

Methods

  Method Description
Dn665991.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Dn665991.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Dn665991.pubmethod(en-us,AX.60).gif getAboveLocationHierarchyLevel Returns the level of the field in the reservation hierarchy that is just above location for an item.
Dn665991.pubmethod(en-us,AX.60).gif getBatchLevelAboveLocation Gets the level of the batch dimension in the reservation hierarchy if this dimension is above location.
Dn665991.pubmethod(en-us,AX.60).gif getBottomHierarchyLevel Returns the value of the level of at the bottom in the reservation hierarchy for an item.
Dn665991.pubmethod(en-us,AX.60).gif getDimLevel Gets the level of the specified dimension in the reservation hierarchy.
Dn665991.pubmethod(en-us,AX.60).gif getDimListAboveLocation Builds a list containing the inventory dimensions in the hierarchy above the location.
Dn665991.pubmethod(en-us,AX.60).gif getDimListAboveLocationFromInventTable Builds a List list containing the inventory dimensions in the hierarchy above the location.
Dn665991.pubmethod(en-us,AX.60).gif getDimListAllFromInventTable Builds a List list containing the inventory dimensions in the hierarchy.
Dn665991.pubmethod(en-us,AX.60).gif getDimListBatchAndAboveFromInventTable Builds a List containing the inventory dimensions that are batch level and above in the hierarchy.
Dn665991.pubmethod(en-us,AX.60).gif getDimListBelowLicensePlate Builds a List list containing the inventory dimensions below LicensePlate.
Dn665991.pubmethod(en-us,AX.60).gif getDimListBelowLocation Builds a List list containing the inventory dimensions below WMSLocationId.
Dn665991.pubmethod(en-us,AX.60).gif getDimListBelowStatus Builds a List list containing the inventory dimensions below status
Dn665991.pubmethod(en-us,AX.60).gif getDimListLocationAndDownFromInventTable Builds a List list containing the inventory dimensions from location and down.
Dn665991.pubmethod(en-us,AX.60).gif getDimListStatusAndAboveFromInventTable Builds a List list containing the inventory dimensions above and including the status.
Dn665991.pubmethod(en-us,AX.60).gif getEmptyList Returns an empty list.
Dn665991.pubmethod(en-us,AX.60).gif getHierarchyFromParameters Builds a List list based on the parameters which contains the hierarchy including the item entry.
Dn665991.pubmethod(en-us,AX.60).gif getHierarchyLevelFromList Finds the hierarchy level of the first WHSReservationHierarchyElementData element in a given list.
Dn665991.pubmethod(en-us,AX.60).gif getHierarchyListAboveLocationInventTable Builds a List list containing the hierarchy above the location including the item entry.
Dn665991.pubmethod(en-us,AX.60).gif getHierarchyListAllFromInventTable Builds a List list containing the full hierarchy including the item entry.
Dn665991.pubmethod(en-us,AX.60).gif getLocationHierarchyLevel Returns the level of the location field in the reservation hierarchy for an item.
Dn665991.pubmethod(en-us,AX.60).gif getStatusHierarchyLevel Returns the level of the status field in the reservation hierarchy for an item.
Dn665991.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Dn665991.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Dn665991.pubmethod(en-us,AX.60).gif isBatchAboveLocation Determines if batch is above location in the reservation hierarchy of the item.
Dn665991.pubmethod(en-us,AX.60).gif itemHasDimensionBelowLicensePlate Method determines if item has active dimensions below License Plate to be used for dim tracking creation during work execution
Dn665991.protmethod(en-us,AX.60).gif new Initializes a new instance of the WHSReservationHierarchyProvider class.
Dn665991.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.)
Dn665991.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.)
Dn665991.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Dn665991.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Dn665991.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Dn665991.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Dn665991.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.)
Dn665991.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Dn665991.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Dn665991.pubmethod(en-us,AX.60).gif Dn665991.static(en-us,AX.60).gif ::construct Initializes a new instance of the WHSReservationHierarchyProvider class.
Dn665991.pubmethod(en-us,AX.60).gif Dn665991.static(en-us,AX.60).gif ::invalidLevel Gets the invalid reservation hierarchy level.

Top

Inheritance Hierarchy

Object Class
  WHSReservationHierarchyProvider Class