MCRPackingBoxLogic_Simple Class [AX 2012]

The MCRPackingBoxLogic_Simple class impliments a simpler way of running the packing box logic.

class MCRPackingBoxLogic_Simple extends MCRPackingBoxLogic

Run On

Called

  MethodDescription
Dn663525.protmethod(en-us,AX.60).gif addLargestFittableItem Adds the largest item that will fit into the specified TmpMCRPackingBoxStage record.
Dn663525.protmethod(en-us,AX.60).gif addToUsed Increments the used volume and weight by the specified amounts.
Dn663525.protmethod(en-us,AX.60).gif areMoreItemsToBox Returns a boolean value indicating whether there are more items to box.
Dn663525.protmethod(en-us,AX.60).gif buildStagingTable Builds the TmpMCRPackingBoxStage record based on the passed parameters.
Dn663525.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Dn663525.pubmethod(en-us,AX.60).gif createBoxes Creates a new instance of the MCRPackingBoxLogic_Simple class. (Overrides the createBoxes Method.)
Dn663525.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Dn663525.protmethod(en-us,AX.60).gif getQtyToAdd Gets the qty to add to the box from the specified TmpMCRPackingBoxStage record buffer.
Dn663525.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Dn663525.protmethod(en-us,AX.60).gif getTotalVolumeAndWeight Gets the total volume and weight from the TmpMCRPackingBoxStage record buffer.
Dn663525.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Dn663525.pubmethod(en-us,AX.60).gif new Initializes a new instance of the Object class. (Inherited from Object.)
Dn663525.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.)
Dn663525.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.)
Dn663525.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Dn663525.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Dn663525.protmethod(en-us,AX.60).gif resetUsed Resets the used weight and volume back to zero.
Dn663525.protmethod(en-us,AX.60).gif selectSmallestAccomodatingBox Selects the smallest accomodating box for the TmpMCRPackingBoxStage record buffer.
Dn663525.protmethod(en-us,AX.60).gif setAvailable Sets the available volume and weight from the specified MCRPackingBoxTable record buffer.
Dn663525.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Dn663525.protmethod(en-us,AX.60).gif sortDimensions Sorts three values returning them in a sorted container.
Dn663525.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Dn663525.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.)
Dn663525.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Dn663525.pubmethod(en-us,AX.60).gif warnOversizeItems Warns the user for each unboxable item in the specified TmpMCRPackingBoxStage buffer. (Inherited from MCRPackingBoxLogic.)
Dn663525.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Top

Simple boxing, meaning the boxing algorithm is simple (especially compared the optimized boxing logic). It runs faster than the Optimized boxing logic. However, its results are not expected to be as accurate as the Optimized boxing logic.

Object Class
  MCRPackingBoxLogic Class
    MCRPackingBoxLogic_Simple Class

Community Additions

ADD
Show: