public interface ProductService extends CRUDService<ProductDTO,ProductData,ProductNature>
| Modifier and Type | Method and Description |
|---|---|
ProductSearchData |
getSearchData()
Gets data used on the search page
|
Page<ProductVO> |
search(ProductQuery params)
Search products according to the specified query parameters
|
getData, getDataForNew, load, remove, removeAll, saveProductSearchData getSearchData() throws FrameworkException
FrameworkExceptionPage<ProductVO> search(@NotNull ProductQuery params) throws FrameworkException
FrameworkException