Uses of Package
atg.commerce.order.edit

Packages that use atg.commerce.order.edit
atg.commerce.csr.order   
atg.commerce.csr.order.edit   
atg.commerce.csr.returns   
atg.commerce.csr.util   
atg.commerce.order.edit   
atg.commerce.order.edit.processor   
 

Classes in atg.commerce.order.edit used by atg.commerce.csr.order
CloneEditState
          Class used to hold the state information related to the clone edit process.
 

Classes in atg.commerce.order.edit used by atg.commerce.csr.order.edit
AddItem
          This class represents an object that was added during the edit process.
CloneEditHandler
          Components of this type are attached to the CloneEditManager and are called at various points in the clone edit process.
CloneEditManager
          This class contains the api for applying updates to a persisted order by making a clone of the order and then reconciling the original order with the clone after updates are made.
CloneEditState
          Class used to hold the state information related to the clone edit process.
CollectionEditHandler
          This handler implements a pattern to support automatic reconciling of objects in a collection.
CommerceItemEditHandler
          This handler updates commerce items between the clone and original order.
ListEditHandler
          This class extends the CollectionEditHandler to add objects to the original collection at the same index they were at in the clone colletion.
ManualAdjustmentEditHandler
          This handler updates manual adjustments between the clone and original order.
PaymentGroupEditHandler
          This handler updates payment groups between the clone and original order.
ShippingGroupEditHandler
          This handler updates shipping groups between the clone and original order.
 

Classes in atg.commerce.order.edit used by atg.commerce.csr.returns
CloneEditManager
          This class contains the api for applying updates to a persisted order by making a clone of the order and then reconciling the original order with the clone after updates are made.
CloneEditState
          Class used to hold the state information related to the clone edit process.
 

Classes in atg.commerce.order.edit used by atg.commerce.csr.util
CloneEditState
          Class used to hold the state information related to the clone edit process.
 

Classes in atg.commerce.order.edit used by atg.commerce.order.edit
AddItem
          This class represents an object that was added during the edit process.
CloneEditHandler
          Components of this type are attached to the CloneEditManager and are called at various points in the clone edit process.
CloneEditManager
          This class contains the api for applying updates to a persisted order by making a clone of the order and then reconciling the original order with the clone after updates are made.
CloneEditState
          Class used to hold the state information related to the clone edit process.
CollectionEditHandler
          This handler implements a pattern to support automatic reconciling of objects in a collection.
CommerceItemEditHandler
          This handler updates commerce items between the clone and original order.
DeleteItem
          This class represents an object that's been deleted from a container during edit.
ListEditHandler
          This class extends the CollectionEditHandler to add objects to the original collection at the same index they were at in the clone colletion.
PaymentGroupEditHandler
          This handler updates payment groups between the clone and original order.
ReconciledItem
          This class represents an object that was reconciled.
ShippingGroupEditHandler
          This handler updates shipping groups between the clone and original order.
UpdateItem
          This class represents an object that was updated during the order edit process.
 

Classes in atg.commerce.order.edit used by atg.commerce.order.edit.processor
HandlingInstructionEditHandler
          This handler updates handling instructions between the clone and original order and reconciles the gift repository based on the changes.
PaymentGroupEditHandler
          This handler updates payment groups between the clone and original order.