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

Packages that use AddItem
atg.commerce.csr.order.edit   
atg.commerce.order.edit   
 

Uses of AddItem in atg.commerce.csr.order.edit
 

Methods in atg.commerce.csr.order.edit with parameters of type AddItem
protected  void AgentCommentEditHandler.addItem(CloneEditState pCloneEditState, AddItem pAddItem)
          Extends the base behavior to change the owner property of the new item to the original order.
 

Uses of AddItem in atg.commerce.order.edit
 

Methods in atg.commerce.order.edit that return AddItem
 AddItem CloneEditHandler.createAddItem(CloneEditState pCloneEditState, java.lang.Object pItem, java.lang.Object pOriginalContainter, java.lang.Object pCloneContainer, int pOrdinalPosition, java.lang.String pPropertyName, boolean pAutoRecoveredItem)
          Creates an AddItem object that represents an object that's been added to a container.
 AddItem CloneEditManager.createAddItem(CloneEditState pCloneEditState, java.lang.Object pItem, java.lang.Object pOriginalContainter, java.lang.Object pCloneContainer, int pOrdinalPosition, java.lang.String pPropertyName, boolean pAutoRecoveredItem)
          Creates an AddItem object that represents an object that's been added to a container.
 

Methods in atg.commerce.order.edit with parameters of type AddItem
protected  void CloneEditHandler.addAddItem(CloneEditState pCloneEditState, AddItem pAddItem)
          Adds a pAddItem to the add item map in the clone edit state.
protected  void CloneEditHandler.addItem(CloneEditState pCloneEditState, AddItem pAddItem)
          This is a noop impl
protected  void CollectionEditHandler.addItem(CloneEditState pCloneEditState, AddItem pAddItem)
          Reconciles the AddItem by adding the object it to the original container's collection property.
protected  void CommerceItemEditHandler.addItem(CloneEditState pCloneEditState, AddItem pAddItem)
          Overrides the base impl to use the commerce item container interfaces to add the new commerce item.
protected  void HandlingInstructionEditHandler.addItem(CloneEditState pCloneEditState, AddItem pAddItem)
          Overrides add item to use the handling group container interfaces to add the new handling instruction.
protected  void ListEditHandler.addItem(CloneEditState pCloneEditState, AddItem pAddItem)
          Reconciles the AddItem by adding the object it to the original container's list property at the ordinal position specified in the AddItem.
protected  void MarkerEditHandler.addItem(CloneEditState pCloneEditState, AddItem pAddItem)
          Extends the base behavior to change the owner property of the new item to the original order.
protected  void PaymentGroupEditHandler.addItem(CloneEditState pCloneEditState, AddItem pAddItem)
          Overrides add item to use the payment group container interfaces to add the new item.
protected  void RelationshipEditHandler.addItem(CloneEditState pCloneEditState, AddItem pAddItem)
          Overrides add item to use the commerce item container interfaces to add the new item.
protected  void ShippingGroupEditHandler.addItem(CloneEditState pCloneEditState, AddItem pAddItem)
          Overrides the base impl to use the shipping group container interfaces to add the new shipping group.