Class ItemsReturnedEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.broadleafcommerce.common.event.BroadleafApplicationEvent
org.broadleafcommerce.common.event.ItemsReturnedEvent
All Implemented Interfaces:
Serializable

public class ItemsReturnedEvent extends BroadleafApplicationEvent
See Also:
  • Field Details

    • itemsAndQuantitiesReturned

      protected final Map<Long,Integer> itemsAndQuantitiesReturned
  • Constructor Details

    • ItemsReturnedEvent

      public ItemsReturnedEvent(Long orderId, Map<Long,Integer> returnedItems)
  • Method Details

    • getOrderId

      public Long getOrderId()
    • getItemsAndQuantitiesReturned

      public Map<Long,Integer> getItemsAndQuantitiesReturned()