Class ProductRepositoryImpl
java.lang.Object
hu.rts.mike.example.dev.crm.repository.ProductRepositoryImpl
- All Implemented Interfaces:
ProductRepositoryCustom
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) jakarta.persistence.EntityManager -
Constructor Summary
Constructors -
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)
-
Field Details
-
entityManager
jakarta.persistence.EntityManager entityManager
-
-
Constructor Details
-
ProductRepositoryImpl
@Autowired public ProductRepositoryImpl(jakarta.persistence.EntityManager entityManager)
-
-
Method Details
-
findAllForGrid
public org.springframework.data.domain.Page<Product> findAllForGrid(List<Filter<?>> filters, Set<String> searchBarMembers, String searchBarValue, org.springframework.data.domain.Pageable pageable, Set<String> fetchMembers) - Specified by:
findAllForGridin interfaceProductRepositoryCustom
-
findAllLeads
public 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) - Specified by:
findAllLeadsin interfaceProductRepositoryCustom
-
findById
- Specified by:
findByIdin interfaceProductRepositoryCustom
-