Interface ProductRepositoryCustom

All Known Subinterfaces:
ProductRepository
All Known Implementing Classes:
ProductRepositoryImpl

public interface ProductRepositoryCustom
  • Method Details

    • findAllForGrid

      org.springframework.data.domain.Page<Product> 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

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