org.broadleafcommerce.core.web.api.endpoint.order
Class FulfillmentEndpoint
java.lang.Object
org.broadleafcommerce.core.web.api.endpoint.BaseEndpoint
org.broadleafcommerce.core.web.api.endpoint.order.FulfillmentEndpoint
- All Implemented Interfaces:
- org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware, org.springframework.context.MessageSourceAware
public abstract class FulfillmentEndpoint
- extends BaseEndpoint
This endpoint depends on JAX-RS. It should be extended by components that actually wish
to provide an endpoint. The annotations such as @Path, @Scope, @Context, @PathParam, @QueryParam,
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
checkoutService
protected CheckoutService checkoutService
orderService
protected OrderService orderService
fulfillmentGroupService
protected FulfillmentGroupService fulfillmentGroupService
FulfillmentEndpoint
public FulfillmentEndpoint()
findFulfillmentGroupsForOrder
public List<FulfillmentGroupWrapper> findFulfillmentGroupsForOrder(javax.servlet.http.HttpServletRequest request)
removeAllFulfillmentGroupsFromOrder
public OrderWrapper removeAllFulfillmentGroupsFromOrder(javax.servlet.http.HttpServletRequest request,
boolean priceOrder)
addFulfillmentGroupToOrder
public FulfillmentGroupWrapper addFulfillmentGroupToOrder(javax.servlet.http.HttpServletRequest request,
FulfillmentGroupWrapper wrapper,
boolean priceOrder)
addItemToFulfillmentGroup
public FulfillmentGroupWrapper addItemToFulfillmentGroup(javax.servlet.http.HttpServletRequest request,
Long fulfillmentGroupId,
FulfillmentGroupItemWrapper wrapper,
boolean priceOrder)
Copyright © 2013. All Rights Reserved.