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