Class CheckoutRollbackEvent

java.lang.Object
com.broadleafcommerce.pricing.service.messaging.rollback.CheckoutRollbackEvent
All Implemented Interfaces:
Serializable

public class CheckoutRollbackEvent extends Object implements Serializable
A message event dispatched when a checkout workflow encounters an unrecoverable error and must roll back the work of its checkout workflow activities.
Author:
karanjariwala
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    The id of the cart that was submitted for checkout
    com.broadleafcommerce.data.tracking.core.context.ContextInfo
    The ContextInfo derived from the original request containing tenant and sandbox info.
    The failureType indicating the cause of rollback
    void
    setCartId(String cartId)
    The id of the cart that was submitted for checkout
    void
    setContextInfo(com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
    The ContextInfo derived from the original request containing tenant and sandbox info.
    void
    setFailureType(String failureType)
    The failureType indicating the cause of rollback

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CheckoutRollbackEvent

      public CheckoutRollbackEvent()
  • Method Details

    • getCartId

      public String getCartId()
      The id of the cart that was submitted for checkout
    • getFailureType

      public String getFailureType()
      The failureType indicating the cause of rollback
      Returns:
      The failureType indicating the cause of rollback
    • getContextInfo

      public com.broadleafcommerce.data.tracking.core.context.ContextInfo getContextInfo()
      The ContextInfo derived from the original request containing tenant and sandbox info.
    • setCartId

      public void setCartId(String cartId)
      The id of the cart that was submitted for checkout
    • setFailureType

      public void setFailureType(String failureType)
      The failureType indicating the cause of rollback
    • setContextInfo

      public void setContextInfo(com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
      The ContextInfo derived from the original request containing tenant and sandbox info.