Uses of Class
atg.commerce.csr.events.OrderEvent

Packages that use OrderEvent
atg.commerce.csr.events   
 

Uses of OrderEvent in atg.commerce.csr.events
 

Subclasses of OrderEvent in atg.commerce.csr.events
 class ClaimItem
          The message class to be used to notify listeners when a CSR claims a coupon, gift certificate, or store credit for a customer
 class CommerceItemEvent
          The message class to be used to notify listeners when a CSR edits, adds, or removes a CommerceItem
 class CreateOrderComment
          The message class to be used to notify listeners when a CSR adds a comment to an order
 class OrderManualAdjustmentEvent
          Event object used to represent a manual adjustment made to an order.
 class PaymentGroupEvent
          The message class to be used to notify listeners when a CSR edits or adds a payment group
 class ReceiveReturnItem
          The message class to be used to notify listeners when a CSR marks an order for return
 class ReturnOrder
          The message class to be used to notify listeners when a CSR marks an order for return
 class ScheduledOrderEvent
          This event class is used to generated scheduled order events.
 class ShippingGroupEvent
          The message class to be used to notify listeners when a CSR edits or adds a payment group
 class SplitCostCenter
          The message class to be used to notify listeners when a CSR splits a shipping group's commerce items into another shipping group
 class SplitShippingGroup
          The message class to be used to notify listeners when a CSR splits a shipping group's commerce items into another shipping group
 

Methods in atg.commerce.csr.events that return OrderEvent
 OrderEvent CSRAgentMessagingTools.createOrderEvent()
          Creates a new OrderEvent event
 

Methods in atg.commerce.csr.events with parameters of type OrderEvent
 void CSRAgentMessagingTools.populateOrderEvent(OrderEvent pEvent, java.lang.String pCustomerProfileId, java.lang.String pOrderId, double pAmount, java.lang.String pTicketId)
          Populates an OrderEvent with the given information