org.broadleafcommerce.core.web.api.endpoint.order
@Component(value="blRestOrderHistoryEndpoint") @Scope(value="singleton") public class OrderHistoryEndpoint extends Object implements org.springframework.context.ApplicationContextAware
| Modifier and Type | Field and Description |
|---|---|
protected org.springframework.context.ApplicationContext |
context |
protected OrderService |
orderService |
| Constructor and Description |
|---|
OrderHistoryEndpoint() |
| Modifier and Type | Method and Description |
|---|---|
List<OrderWrapper> |
findOrdersForCustomer(javax.servlet.http.HttpServletRequest request,
String orderStatus) |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
protected OrderService orderService
protected org.springframework.context.ApplicationContext context
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
setApplicationContext in interface org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionpublic List<OrderWrapper> findOrdersForCustomer(@Context javax.servlet.http.HttpServletRequest request, String orderStatus)
Copyright © 2015. All Rights Reserved.