Uses of Class
atg.commerce.order.edit.UpdateItem

Packages that use UpdateItem
atg.commerce.order.edit   
 

Uses of UpdateItem in atg.commerce.order.edit
 

Methods in atg.commerce.order.edit that return UpdateItem
 UpdateItem CloneEditHandler.createUpdateItem(CloneEditState pCloneEditState, java.lang.Object pOriginalItem, java.lang.Object pCloneItem, int pOrdinalPosition, java.lang.String pPropertyName, java.lang.Object pOriginalContainter, java.lang.Object pCloneContainer)
          Creates an UpdateItem object that represents an updated object.
 UpdateItem CloneEditManager.createUpdateItem(CloneEditState pCloneEditState, java.lang.Object pOriginalItem, java.lang.Object pCloneItem, int pOrdinalPosition, java.lang.String pPropertyName, java.lang.Object pOriginalContainter, java.lang.Object pCloneContainer)
          Creates an UpdateItem object that represents an updated object.
 

Methods in atg.commerce.order.edit with parameters of type UpdateItem
protected  void CloneEditHandler.addUpdateItem(CloneEditState pCloneEditState, UpdateItem pUpdateItem)
          Adds a UpdateItem to the update item map in the clone edit state.
protected  void HandlingInstructionEditHandler.moveItem(CloneEditState pCloneEditState, UpdateItem pUpdateItem)
          This API is called by updateItem the original container specified in the UpdateItem isn't the container that maps to the clone container and handles the move operation.
protected  void CloneEditHandler.updateItem(CloneEditState pCloneEditState, UpdateItem pUpdateItem)
          Reconciles the pUpdateItem by copying property values from the clone to original object.
protected  void CommerceItemEditHandler.updateItem(CloneEditState pCloneEditState, UpdateItem pUpdateItem)
          Extends updateItem to capture updates in the amountinfo object
protected  void HandlingInstructionEditHandler.updateItem(CloneEditState pCloneEditState, UpdateItem pUpdateItem)
          Extends the base behavior to handle the condition where the handling instruction moved from one shipping group to another.
protected  void OrderPropertyEditHandler.updateItem(CloneEditState pCloneEditState, UpdateItem pUpdateItem)
          Extends updateItem to capture detect in the amountinfo object
protected  void ShippingGroupEditHandler.updateItem(CloneEditState pCloneEditState, UpdateItem pUpdateItem)
          Extends updateItem to detect changes in the amountinfo object