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

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

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

Subclasses of CloneEditHandler in atg.commerce.csr.order.edit
 class AgentCommentEditHandler
          This handler reconciles agent comments between the clone and original order.
 class CSRCommerceItemEditHandler
          The CSR extension that sends AgentEvents for the updates made by this handler.
 class CSRManualAdjustmentEditHandler
          CSR extension that sends AgentEvents for each added and removed manual adjustment made during the clone edit.
 class CSRPaymentGroupEditHandler
          The CSR extension that sends AgentEvents for the updates made by this handler.
 class CSRShippingGroupEditHandler
          The CSR extension that sends AgentEvents for the updates made by this handler.
 

Uses of CloneEditHandler in atg.commerce.order.edit
 

Subclasses of CloneEditHandler in atg.commerce.order.edit
 class CollectionEditHandler
          This handler implements a pattern to support automatic reconciling of objects in a collection.
 class CommerceItemEditHandler
          This handler updates commerce items between the clone and original order.
 class HandlingInstructionEditHandler
          This handler updates handling instructions between the clone and original order and reconciles the gift repository based on the changes.
 class ListEditHandler
          This class extends the CollectionEditHandler to add objects to the original collection at the same index they were at in the clone colletion.
 class ManualAdjustmentEditHandler
          This handler updates manual adjustments between the clone and original order.
 class MarkerEditHandler
          Clone edit handler for order markers.
 class OrderPropertyEditHandler
          This handler reconciles scalar properties of the order object.
 class PaymentGroupEditHandler
          This handler updates payment groups between the clone and original order.
 class RelationshipEditHandler
          This handler updates relationships between the clone and original order.
 class ShippingGroupEditHandler
          This handler updates shipping groups between the clone and original order.
 

Fields in atg.commerce.order.edit declared as CloneEditHandler
protected  CloneEditHandler[] CloneEditManager.mCloneEditHandlers
           
 

Methods in atg.commerce.order.edit that return CloneEditHandler
 CloneEditHandler[] CloneEditManager.getCloneEditHandlers()
          Returns the clone edit handlers
 

Methods in atg.commerce.order.edit with parameters of type CloneEditHandler
 void CloneEditManager.setCloneEditHandlers(CloneEditHandler[] pCloneEditHandlers)
          Sets the clone edit handlers