Interface VendorRepositoryCustom

All Known Subinterfaces:
VendorRepository
All Known Implementing Classes:
VendorRepositoryImpl

public interface VendorRepositoryCustom
  • Method Details

    • findAllForGrid

      org.springframework.data.domain.Page<Vendor> findAllForGrid(List<Filter<?>> filters, Set<String> searchBarMembers, String searchBarValue, org.springframework.data.domain.Pageable pageable, Set<String> fetchMembers)
    • findAllLeads

      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)
    • findById

      Vendor findById(Integer id, String... fetchMembers)