Class ItemsCancelledEvent

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

public class ItemsCancelledEvent extends BroadleafApplicationEvent
See Also:
  • Field Details

    • itemsAndQuantitiesCancelled

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

    • ItemsCancelledEvent

      public ItemsCancelledEvent(Long fulfillmentGroupId, Map<Long,Integer> cancelledItems)
  • Method Details

    • getFulfillmentGroupId

      public Long getFulfillmentGroupId()
    • getItemsAndQuantitiesCancelled

      public Map<Long,Integer> getItemsAndQuantitiesCancelled()