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 classRepresents a trimmed version of Order.static classRepresents a trimmed version of OrderFulfillment from the Order-Operation service.static classRepresents a trimmed version of OrderFulfillmentItem from the Order-Operation service.static classRepresents a trimmed version of OrderItem. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.broadleafcommerce.data.tracking.core.context.ContextInfoThe context infoThe fulfillment that was cancelledgetOrder()The order which the fulfillment came from.voidsetContextInfo(com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) The context infovoidThe fulfillment that was cancelledvoidThe 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
-