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
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.broadleafcommerce.common.event.BroadleafApplicationEvent
BroadleafApplicationEvent.ContextVars
-
Field Summary
FieldsFields inherited from class org.broadleafcommerce.common.event.BroadleafApplicationEvent
context
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorsConstructorDescriptionItemsCancelledEvent
(Long fulfillmentGroupId, Map<Long, Integer> cancelledItems) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class org.broadleafcommerce.common.event.BroadleafApplicationEvent
getCatalogId, getContext, getCurrencyCode, getLocaleCode, getProfileId, getSiteId, getTimeZoneId
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
Methods inherited from class java.util.EventObject
getSource, toString
-
Field Details
-
itemsAndQuantitiesCancelled
-
-
Constructor Details
-
ItemsCancelledEvent
-
-
Method Details
-
getFulfillmentGroupId
-
getItemsAndQuantitiesCancelled
-