| |
|
| java.lang.Object olstore.controller.OrderFormHelper
OrderFormHelper | public class OrderFormHelper (Code) | | A helper class for the Order status update form to wrap the
collection of orders.
|
OrderFormHelper | public OrderFormHelper(Collection ordersList)(Code) | | Create a new helper with a list.
Parameters: ordersList - the list of orders. |
getOrdersList | public Collection getOrdersList()(Code) | | Returns the list of orders.
the list of orders. |
setOrdersList | public void setOrdersList(Collection ordersList)(Code) | | Sets the list of orders to the supplied param.
Parameters: ordersList - the new list of orders. |
|
|
|