Uses of Interface
atg.commerce.csr.events.PropertyUpdateEvent

Packages that use PropertyUpdateEvent
atg.commerce.csr.events   
atg.commerce.csr.logging   
 

Uses of PropertyUpdateEvent in atg.commerce.csr.events
 

Classes in atg.commerce.csr.events that implement PropertyUpdateEvent
 class GiftItemEvent
          The message class to be used to notify listeners when a CSR edits, adds, or removes a gift item
 class GiftlistEvent
          The message class to be used to notify listeners when the agent performs an action on a giftlist
 class PaymentGroupEvent
          The message class to be used to notify listeners when a CSR edits or adds a payment group
 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
 

Uses of PropertyUpdateEvent in atg.commerce.csr.logging
 

Methods in atg.commerce.csr.logging with parameters of type PropertyUpdateEvent
protected  void PropertyUpdateRecorder.populatePropertyUpdates(atg.repository.MutableRepository pAgentAuditRepository, atg.repository.MutableRepositoryItem pAuditItem, PropertyUpdateEvent pAgentEvent)