Class LeadRepositoryImpl
java.lang.Object
hu.rts.mike.example.dev.crm.repository.LeadRepositoryImpl
- All Implemented Interfaces:
LeadRepositoryCustom
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) jakarta.persistence.EntityManager -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.data.domain.Page<Discount>findAllDiscounts(Integer parentId, List<Filter<?>> filters, Set<String> searchBarMembers, String searchBarValue, org.springframework.data.domain.Pageable pageable, Set<String> fetchMembers) org.springframework.data.domain.Page<Event>findAllEvents(Integer parentId, List<Filter<?>> filters, Set<String> searchBarMembers, String searchBarValue, org.springframework.data.domain.Pageable pageable, Set<String> fetchMembers) org.springframework.data.domain.Page<Lead>findAllForGrid(List<Filter<?>> filters, Set<String> searchBarMembers, String searchBarValue, org.springframework.data.domain.Pageable pageable, Set<String> fetchMembers) org.springframework.data.domain.Page<Product>findAllProducts(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
-
LeadRepositoryImpl
@Autowired public LeadRepositoryImpl(jakarta.persistence.EntityManager entityManager)
-
-
Method Details
-
findAllForGrid
public org.springframework.data.domain.Page<Lead> findAllForGrid(List<Filter<?>> filters, Set<String> searchBarMembers, String searchBarValue, org.springframework.data.domain.Pageable pageable, Set<String> fetchMembers) - Specified by:
findAllForGridin interfaceLeadRepositoryCustom
-
findAllDiscounts
public org.springframework.data.domain.Page<Discount> findAllDiscounts(Integer parentId, List<Filter<?>> filters, Set<String> searchBarMembers, String searchBarValue, org.springframework.data.domain.Pageable pageable, Set<String> fetchMembers) - Specified by:
findAllDiscountsin interfaceLeadRepositoryCustom
-
findAllEvents
public org.springframework.data.domain.Page<Event> findAllEvents(Integer parentId, List<Filter<?>> filters, Set<String> searchBarMembers, String searchBarValue, org.springframework.data.domain.Pageable pageable, Set<String> fetchMembers) - Specified by:
findAllEventsin interfaceLeadRepositoryCustom
-
findAllProducts
public org.springframework.data.domain.Page<Product> findAllProducts(Integer parentId, List<Filter<?>> filters, Set<String> searchBarMembers, String searchBarValue, org.springframework.data.domain.Pageable pageable, Set<String> fetchMembers) - Specified by:
findAllProductsin interfaceLeadRepositoryCustom
-
findById
- Specified by:
findByIdin interfaceLeadRepositoryCustom
-