Class PartnerRepositoryImpl
java.lang.Object
hu.rts.mike.example.dev.crm.repository.PartnerRepositoryImpl
- All Implemented Interfaces:
PartnerRepositoryCustom
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) jakarta.persistence.EntityManager -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.data.domain.Page<CompanySize>findAllCompanySizeData(Integer parentId, List<Filter<?>> filters, Set<String> searchBarMembers, String searchBarValue, org.springframework.data.domain.Pageable pageable, Set<String> fetchMembers) org.springframework.data.domain.Page<Contact>findAllContacts(Integer parentId, List<Filter<?>> filters, Set<String> searchBarMembers, String searchBarValue, org.springframework.data.domain.Pageable pageable, Set<String> fetchMembers) org.springframework.data.domain.Page<Partner>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
-
PartnerRepositoryImpl
@Autowired public PartnerRepositoryImpl(jakarta.persistence.EntityManager entityManager)
-
-
Method Details
-
findAllForGrid
public org.springframework.data.domain.Page<Partner> findAllForGrid(List<Filter<?>> filters, Set<String> searchBarMembers, String searchBarValue, org.springframework.data.domain.Pageable pageable, Set<String> fetchMembers) - Specified by:
findAllForGridin interfacePartnerRepositoryCustom
-
findAllContacts
public org.springframework.data.domain.Page<Contact> findAllContacts(Integer parentId, List<Filter<?>> filters, Set<String> searchBarMembers, String searchBarValue, org.springframework.data.domain.Pageable pageable, Set<String> fetchMembers) - Specified by:
findAllContactsin interfacePartnerRepositoryCustom
-
findAllCompanySizeData
public org.springframework.data.domain.Page<CompanySize> findAllCompanySizeData(Integer parentId, List<Filter<?>> filters, Set<String> searchBarMembers, String searchBarValue, org.springframework.data.domain.Pageable pageable, Set<String> fetchMembers) - Specified by:
findAllCompanySizeDatain interfacePartnerRepositoryCustom
-
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 interfacePartnerRepositoryCustom
-
findById
- Specified by:
findByIdin interfacePartnerRepositoryCustom
-