Interface VendorRepositoryCustom
- All Known Subinterfaces:
VendorRepository
- All Known Implementing Classes:
VendorRepositoryImpl
public interface VendorRepositoryCustom
-
Method Summary
Modifier and TypeMethodDescriptionorg.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)
-
Method Details
-
findAllForGrid
-
findAllLeads
-
findById
-