atg.commerce.csr.order.edit
Interface AgentEventHandler

All Known Implementing Classes:
AgentCommentEditHandler, CSRCommerceItemEditHandler, CSRManualAdjustmentEditHandler, CSRPaymentGroupEditHandler, CSRShippingGroupEditHandler

public interface AgentEventHandler

Interface that's used to define a clone edit handler that sends agent events. CloneEditHandlers should implement this interface to send agent events during the reconciliation process.


Field Summary
static java.lang.String CLASS_VERSION
           
 
Method Summary
 void sendAgentEvents(CloneEditState pCloneEditState, atg.repository.RepositoryItem pCustomerProfile, java.lang.String pTicketId)
          Interface for sending agent events.
 

Field Detail

CLASS_VERSION

static final java.lang.String CLASS_VERSION
See Also:
Constant Field Values
Method Detail

sendAgentEvents

void sendAgentEvents(CloneEditState pCloneEditState,
                     atg.repository.RepositoryItem pCustomerProfile,
                     java.lang.String pTicketId)
Interface for sending agent events. A CloneEditHandler should implement this method to send agent events related to the updates made by the handler.

See Also:
CSRCloneEditManager.sendAgentEvents(CloneEditState, RepositoryItem, String)