Class FulfillmentStatusChangeEvent
java.lang.Object
com.broadleafcommerce.pricing.service.messaging.rollback.FulfillmentStatusChangeEvent
- All Implemented Interfaces:
Serializable
A message event dispatched when an order fulfillment is cancelled and must roll back the work on
the pricing side.
- Author:
- karanjariwala
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Represents a trimmed version of Order.static class
Represents a trimmed version of OrderFulfillment from the Order-Operation service.static class
Represents a trimmed version of OrderFulfillmentItem from the Order-Operation service.static class
Represents a trimmed version of OrderItem. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.broadleafcommerce.data.tracking.core.context.ContextInfo
The context infoThe fulfillment that was cancelledgetOrder()
The order which the fulfillment came from.void
setContextInfo
(com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) The context infovoid
The fulfillment that was cancelledvoid
The order which the fulfillment came from.
-
Constructor Details
-
FulfillmentStatusChangeEvent
public FulfillmentStatusChangeEvent()
-
-
Method Details
-
getOrder
The order which the fulfillment came from. -
getFulfillment
The fulfillment that was cancelled -
getContextInfo
@Nullable public com.broadleafcommerce.data.tracking.core.context.ContextInfo getContextInfo()The context info -
setOrder
The order which the fulfillment came from. -
setFulfillment
The fulfillment that was cancelled -
setContextInfo
public void setContextInfo(@Nullable com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) The context info
-