Uses of Interface
de.hybris.platform.sap.sapordermgmtbol.transaction.salesdocument.search.interf.SearchResult
-
-
Uses of SearchResult in de.hybris.platform.sap.sapordermgmtbol.transaction.salesdocument.search.backend.impl
Methods in de.hybris.platform.sap.sapordermgmtbol.transaction.salesdocument.search.backend.impl that return SearchResult Modifier and Type Method Description protected SearchResultSearchBackendERP. createSearchResult()Creates a SearchResult instance -
Uses of SearchResult in de.hybris.platform.sap.sapordermgmtbol.transaction.salesdocument.search.impl
Classes in de.hybris.platform.sap.sapordermgmtbol.transaction.salesdocument.search.impl that implement SearchResult Modifier and Type Class Description classSearchResultImplMethods in de.hybris.platform.sap.sapordermgmtbol.transaction.salesdocument.search.impl that return types with arguments of type SearchResult Modifier and Type Method Description java.util.List<SearchResult>SearchImpl. getSearchResult(SearchFilter searchFilter, PageableData pageableData)java.util.List<SearchResult>SearchResultListImpl. getSearchResult()Methods in de.hybris.platform.sap.sapordermgmtbol.transaction.salesdocument.search.impl with parameters of type SearchResult Modifier and Type Method Description voidSearchResultListImpl. add(SearchResult result)intSearchResultComparator. compare(SearchResult o1, SearchResult o2) -
Uses of SearchResult in de.hybris.platform.sap.sapordermgmtbol.transaction.salesdocument.search.interf
Methods in de.hybris.platform.sap.sapordermgmtbol.transaction.salesdocument.search.interf that return types with arguments of type SearchResult Modifier and Type Method Description java.util.List<SearchResult>Search. getSearchResult(SearchFilter searchFilter, PageableData pageableData)Triggers a search.java.util.List<SearchResult>SearchResultList. getSearchResult()Returns the result list, taking the paging data into account.Methods in de.hybris.platform.sap.sapordermgmtbol.transaction.salesdocument.search.interf with parameters of type SearchResult Modifier and Type Method Description voidSearchResultList. add(SearchResult result)Adds a search result item -
Uses of SearchResult in de.hybris.platform.sap.sapordermgmtservices.bolfacade
Methods in de.hybris.platform.sap.sapordermgmtservices.bolfacade that return types with arguments of type SearchResult Modifier and Type Method Description java.util.List<SearchResult>BolOrderFacade. performSearch(SearchFilter searchFilter, PageableData pageableData)Performs search for orders. -
Uses of SearchResult in de.hybris.platform.sap.sapordermgmtservices.bolfacade.impl
Methods in de.hybris.platform.sap.sapordermgmtservices.bolfacade.impl that return types with arguments of type SearchResult Modifier and Type Method Description java.util.List<SearchResult>DefaultBolOrderFacade. performSearch(SearchFilter searchFilter, PageableData pageableData) -
Uses of SearchResult in de.hybris.platform.sap.sapordermgmtservices.converters.populator
Methods in de.hybris.platform.sap.sapordermgmtservices.converters.populator with parameters of type SearchResult Modifier and Type Method Description protected DeliveryStatusDefaultOrderHistoryPopulator. getShippingstatus(SearchResult source)Determines the shipping status from the BOL representation of an order search result.voidDefaultOrderHistoryPopulator. populate(SearchResult source, OrderHistoryData target)protected voidDefaultOrderHistoryPopulator. populateCondensedstatus(SearchResult source, OrderHistoryData target)Compiles a condensed status from overall and delivery status, seeOrderHistoryData.setCondensedStatus(String).protected voidDefaultOrderHistoryPopulator. populateOverallstatus(SearchResult source, OrderHistoryData target)Maps overall BOL status into hybris overall status, seeOrderHistoryData.setStatus(OrderStatus) -
Uses of SearchResult in de.hybris.platform.sap.sapordermgmtservices.order.impl
Methods in de.hybris.platform.sap.sapordermgmtservices.order.impl that return types with arguments of type SearchResult Modifier and Type Method Description Converter<SearchResult,OrderHistoryData>DefaultOrderService. getOrderHistoryConverter()Retrieves order history converterMethod parameters in de.hybris.platform.sap.sapordermgmtservices.order.impl with type arguments of type SearchResult Modifier and Type Method Description voidDefaultOrderService. setOrderHistoryConverter(Converter<SearchResult,OrderHistoryData> orderHistoryConverter)Sets order history converter from spring definition
-