Class OrderState
java.lang.Object
org.broadleafcommerce.core.web.order.OrderState
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
orderDao
-
-
Constructor Details
-
OrderState
public OrderState()
-
-
Method Details
-
getOrder
-
setOrder
-