org.broadleafcommerce.core.web.api.endpoint.order
Class OrderHistoryEndpoint

java.lang.Object
  extended by org.broadleafcommerce.core.web.api.endpoint.BaseEndpoint
      extended by org.broadleafcommerce.core.web.api.endpoint.order.OrderHistoryEndpoint
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware, org.springframework.context.MessageSourceAware

public abstract class OrderHistoryEndpoint
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,


Field Summary
protected  OrderService orderService
           
 
Fields inherited from class org.broadleafcommerce.core.web.api.endpoint.BaseEndpoint
context, messageSource
 
Constructor Summary
OrderHistoryEndpoint()
           
 
Method Summary
 List<OrderWrapper> findOrdersForCustomer(javax.servlet.http.HttpServletRequest request, String orderStatus)
           
 
Methods inherited from class org.broadleafcommerce.core.web.api.endpoint.BaseEndpoint
setApplicationContext, setMessageSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

orderService

protected OrderService orderService
Constructor Detail

OrderHistoryEndpoint

public OrderHistoryEndpoint()
Method Detail

findOrdersForCustomer

public List<OrderWrapper> findOrdersForCustomer(javax.servlet.http.HttpServletRequest request,
                                                String orderStatus)


Copyright © 2013. All Rights Reserved.