Class CommunicationChannelRepositoryImpl
java.lang.Object
hu.rts.mike.example.dev.crm.repository.CommunicationChannelRepositoryImpl
- All Implemented Interfaces:
CommunicationChannelRepositoryCustom
@Repository
public class CommunicationChannelRepositoryImpl
extends Object
implements CommunicationChannelRepositoryCustom
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) jakarta.persistence.EntityManager -
Constructor Summary
ConstructorsConstructorDescriptionCommunicationChannelRepositoryImpl(jakarta.persistence.EntityManager entityManager) -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.data.domain.Page<CommunicationChannel>findAllForGrid(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
-
CommunicationChannelRepositoryImpl
@Autowired public CommunicationChannelRepositoryImpl(jakarta.persistence.EntityManager entityManager)
-
-
Method Details
-
findAllForGrid
public org.springframework.data.domain.Page<CommunicationChannel> findAllForGrid(List<Filter<?>> filters, Set<String> searchBarMembers, String searchBarValue, org.springframework.data.domain.Pageable pageable, Set<String> fetchMembers) - Specified by:
findAllForGridin interfaceCommunicationChannelRepositoryCustom
-
findById
- Specified by:
findByIdin interfaceCommunicationChannelRepositoryCustom
-