Interface TuaOccProductsService
- All Known Implementing Classes:
DefaultTuaOccProductsService
public interface TuaOccProductsService
Interface for the service that searches and does operations on products in occ.
- Since:
- 2302
-
Method Summary
Modifier and TypeMethodDescriptionsearchProducts(String query, int currentPage, int pageSize, String sort, SearchQueryContext searchQueryContext) searchProducts(String query, int currentPage, int pageSize, String sort, String field, String searchQueryContext)
-
Method Details
-
searchProducts
ProductSearchPageData<SearchStateData,ProductData> searchProducts(String query, int currentPage, int pageSize, String sort, SearchQueryContext searchQueryContext) -
searchProducts
ProductSearchPageWsDTO searchProducts(String query, int currentPage, int pageSize, String sort, String field, String searchQueryContext)
-