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

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

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

Subclasses of CollectionEditHandler 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 CollectionEditHandler in atg.commerce.order.edit
 

Subclasses of CollectionEditHandler in atg.commerce.order.edit
 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 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.