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.
Method Summary |
void |
sendAgentEvents(CloneEditState pCloneEditState,
atg.repository.RepositoryItem pCustomerProfile,
java.lang.String pTicketId)
Interface for sending agent events. |
CLASS_VERSION
static final java.lang.String CLASS_VERSION
- See Also:
- Constant Field Values
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)