Class OrderTenantEndpoint
java.lang.Object
com.broadleafcommerce.order.web.endpoint.OrderTenantEndpoint
@FrameworkRestController
@FrameworkMapping("/orders-tenant")
@DataRouteByExample(com.broadleafcommerce.order.client.domain.Order.class)
public class OrderTenantEndpoint
extends Object
Endpoint for reading 
Order at the tenant level.- 
Field Summary
Fields - 
Constructor Summary
ConstructorsConstructorDescriptionOrderTenantEndpoint(OrderService<com.broadleafcommerce.order.client.domain.Order> orderService)  - 
Method Summary
Modifier and TypeMethodDescriptionprotected OrderService<com.broadleafcommerce.order.client.domain.Order>com.broadleafcommerce.order.client.domain.OrderreadOrderByIdMatchingTenant(com.broadleafcommerce.data.tracking.core.context.ContextInfo context, String orderId)  
- 
Field Details
- 
BASE_URI
- See Also:
 
 
 - 
 - 
Constructor Details
- 
OrderTenantEndpoint
public OrderTenantEndpoint(OrderService<com.broadleafcommerce.order.client.domain.Order> orderService)  
 - 
 - 
Method Details
- 
readOrderByIdMatchingTenant
@Policy(permissionRoots="ORDER") @FrameworkGetMapping("/{id}") public com.broadleafcommerce.order.client.domain.Order readOrderByIdMatchingTenant(@ContextOperation com.broadleafcommerce.data.tracking.core.context.ContextInfo context, @PathVariable("id") String orderId)  - 
getOrderService
 
 -