public interface BolOrderFacade
| Modifier and Type | Method and Description |
|---|---|
int |
getDateRange()
Returning the date range for order search from configuration, also see
SAPConfigurationModel.getSapordermgmt_dateRange(). |
Order |
getSavedOrder(java.lang.String orderId)
Return order details for an order existing in the back end persistence.
|
java.lang.Integer |
getSearchResultsTotalNumber()
Get total number of orders found in the last back end call, not taking any pagination into account.
|
java.util.List<SortData> |
getSearchSort()
Returning the current search sort options, allowing to access them even if the UI does not specify them in each
call.
|
java.util.List<SearchResult> |
performSearch(SearchFilter searchFilter,
PageableData pageableData)
Performs search for orders.
|
void |
setSearchDirty()
Allows to state that the search result is dirty, i.e.
|
java.lang.Integer getSearchResultsTotalNumber()
performSearch(SearchFilter, PageableData)Order getSavedOrder(java.lang.String orderId)
orderId - Back end ID of the orderjava.util.List<SearchResult> performSearch(SearchFilter searchFilter, PageableData pageableData)
setSearchDirty(), or will perform paging and sorting on the existing search result,
without doing a back end callsearchFilter - Filter datapageableData - Paging data as requested in the hybris service layerint getDateRange()
SAPConfigurationModel.getSapordermgmt_dateRange(). This range specifies the number of days the search will
cover. java.util.List<SortData> getSearchSort()
void setSearchDirty()
Copyright © 2018 SAP SE. All Rights Reserved.