public interface ProductService extends CRUDService<ProductDTO,ProductData,ProductNature>
| Modifier and Type | Method and Description |
|---|---|
ProductSearchData |
getSearchData()
Gets data used on the search page
|
java.util.List<ProductVO> |
list()
Lists all admin / member and broker products
|
Page<ProductVO> |
search(ProductQuery params)
Search products according to the specified query parameters
|
getData, getDataForNew, load, remove, removeAll, saveProductSearchData getSearchData() throws FrameworkException
FrameworkExceptionjava.util.List<ProductVO> list() throws FrameworkException
FrameworkExceptionPage<ProductVO> search(ProductQuery params) throws FrameworkException
FrameworkException