Class VendorService
java.lang.Object
hu.rts.mike.example.dev.crm.service.VendorService
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateVendor(Vendor item) voidvoidorg.springframework.data.domain.Page<Vendor>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) updateVendor(Vendor item)
-
Field Details
-
repository
-
-
Constructor Details
-
VendorService
-
-
Method Details
-
findAllForGrid
-
findAllLeads
-
findById
-
findById
-
delete
-
delete
-
createVendor
-
updateVendor
-