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