Class ProductService
java.lang.Object
hu.rts.mike.example.dev.crm.service.ProductService
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateProduct(Product item) voidvoidorg.springframework.data.domain.Page<Product>findAllForGrid(List<Filter<?>> filters, Set<String> searchBarMembers, String searchBarValue, org.springframework.data.domain.Pageable pageable, Set<String> fetchMembers) org.springframework.data.domain.Page<Lead>findAllLeads(Integer parentId, List<Filter<?>> filters, Set<String> searchBarMembers, String searchBarValue, org.springframework.data.domain.Pageable pageable, Set<String> fetchMembers) updateProduct(Product item)
-
Field Details
-
repository
-
-
Constructor Details
-
ProductService
-
-
Method Details
-
findAllForGrid
-
findAllLeads
-
findById
-
findById
-
delete
-
delete
-
createProduct
-
updateProduct
-