org.broadleafcommerce.core.web.api.endpoint.order
Class FulfillmentEndpoint
java.lang.Object
org.broadleafcommerce.core.web.api.endpoint.order.FulfillmentEndpoint
- All Implemented Interfaces:
- org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware
@Component(value="blRestFulfillmentEndpoint")
@Scope(value="singleton")
public class FulfillmentEndpoint
- extends Object
- implements org.springframework.context.ApplicationContextAware
JAXRS endpoint for exposing the fulfillment group process as a set of RESTful services.
User: Kelly Tisdell
Date: 4/10/12
| 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
context
protected org.springframework.context.ApplicationContext context
FulfillmentEndpoint
public FulfillmentEndpoint()
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
- Specified by:
setApplicationContext in interface org.springframework.context.ApplicationContextAware
- Throws:
org.springframework.beans.BeansException
findFulfillmentGroupsForOrder
public List<FulfillmentGroupWrapper> findFulfillmentGroupsForOrder(@Context
javax.servlet.http.HttpServletRequest request)
removeAllFulfillmentGroupsFromOrder
public OrderWrapper removeAllFulfillmentGroupsFromOrder(@Context
javax.servlet.http.HttpServletRequest request,
boolean priceOrder)
addFulfillmentGroupToOrder
public FulfillmentGroupWrapper addFulfillmentGroupToOrder(@Context
javax.servlet.http.HttpServletRequest request,
FulfillmentGroupWrapper wrapper,
boolean priceOrder)
addItemToFulfillmentGroup
public FulfillmentGroupWrapper addItemToFulfillmentGroup(@Context
javax.servlet.http.HttpServletRequest request,
Long fulfillmentGroupId,
FulfillmentGroupItemWrapper wrapper,
boolean priceOrder)
Copyright © 2013. All Rights Reserved.