Package de.hybris.platform.b2b.services
Interface B2BUnitOrderService
- All Known Implementing Classes:
DefaultB2BUnitOrderService
public interface B2BUnitOrderService
A service for b2b unit-level orders.
- Spring Bean ID:
- B2BUnitOrderService
-
Method Summary
Modifier and TypeMethodDescriptiongetBranchOrderForCode(String code, BaseStoreModel store) Gets the order based on it'sAbstractOrderModel.CODE.getBranchOrderList(BaseStoreModel store, SolrSearchQueryData filters, OrderStatus[] status, PageableData pageableData) Retrieves all orders for the current user's organization branch
-
Method Details
-
getBranchOrderForCode
Gets the order based on it'sAbstractOrderModel.CODE.- Parameters:
code- the code of the orderstore- the current base store- Returns:
- the order
-
getBranchOrderList
SearchPageData<OrderModel> getBranchOrderList(BaseStoreModel store, SolrSearchQueryData filters, OrderStatus[] status, PageableData pageableData) Retrieves all orders for the current user's organization branch- Parameters:
store- the current storefilters- a filter terms limiting the result according to the given valuesstatus- one or more OrderStatuses to include in the resultpageableData- pagination information- Returns:
- the list of orders
-