Class OrderState

java.lang.Object
org.broadleafcommerce.core.web.order.OrderState

public class OrderState extends Object
This class is used as a request-scope container for the current orderid. As a result, items that need the order during the control flow of a single request may retrieve the order from this object. OrderState utilizes the DAO to retrieve the full order from its dehydrated state in the Hibernate cache.
Author:
jfischer
  • Field Details

    • orderDao

      protected OrderDao orderDao
  • Constructor Details

    • OrderState

      public OrderState()
  • Method Details