Class ItemsFulfilledEvent

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

public class ItemsFulfilledEvent extends BroadleafApplicationEvent
Event that may be raised to indicate that items have been fulfilled.
Author:
Kelly Tisdell
See Also:
  • Field Details

    • itemsAndQuantitiesFulfilled

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

    • ItemsFulfilledEvent

      public ItemsFulfilledEvent(Long fulfillmentGroupId, Map<Long,Integer> fulfilled)
  • Method Details

    • getFulfillmentGroupId

      public Long getFulfillmentGroupId()
    • getItemsAndQuantitiesFulfilled

      public Map<Long,Integer> getItemsAndQuantitiesFulfilled()