Uses of Class
com.broadleafcommerce.order.domain.MinimalOrderView
Packages that use MinimalOrderView
-
Uses of MinimalOrderView in com.broadleafcommerce.order.domain
Methods in com.broadleafcommerce.order.domain that return MinimalOrderViewModifier and TypeMethodDescriptionOrderFulfillmentView.getOrder()
Contains limitedOrder
data related to the fulfillment.Methods in com.broadleafcommerce.order.domain with parameters of type MinimalOrderViewModifier and TypeMethodDescriptionvoid
OrderFulfillmentView.setOrder
(MinimalOrderView order) Contains limitedOrder
data related to the fulfillment. -
Uses of MinimalOrderView in com.broadleafcommerce.order.service
Methods in com.broadleafcommerce.order.service that return MinimalOrderViewModifier and TypeMethodDescriptionprotected MinimalOrderView
OrderFulfillmentViewOrderDataContributor.initializeOrderView
(com.broadleafcommerce.order.client.domain.Order from) Given anOrder
, initialize a newMinimalOrderView
with basic matching data.