Interface OrganizationRepositoryCustom
-
- All Superinterfaces:
AbstractKeyEntityCustomRepository<OrganizationEntity,String>
,AbstractKeyNameEntityCustomRepository<OrganizationEntity,String>
,EvictableCustomRepository<OrganizationEntity>
,FindBeansRepositoryCustom<OrganizationEntity,OrganizationSearchBean>
- All Known Subinterfaces:
OrganizationRepository
- All Known Implementing Classes:
OrganizationRepositoryImpl
public interface OrganizationRepositoryCustom extends AbstractKeyNameEntityCustomRepository<OrganizationEntity,String>, FindBeansRepositoryCustom<OrganizationEntity,OrganizationSearchBean>, EvictableCustomRepository<OrganizationEntity>
This is custom repository for working with OrganizationEntity- Author:
- Andrey Lezhebokov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<OrganizationEntity>
findForSynchronizationRequest(SynchronizationRequestSearchBean sb)
-
Methods inherited from interface org.openiam.esb.repository.custom.AbstractKeyEntityCustomRepository
findByIdIn
-
Methods inherited from interface org.openiam.esb.repository.custom.EvictableCustomRepository
evict, evict, evict
-
Methods inherited from interface org.openiam.esb.repository.custom.FindBeansRepositoryCustom
count, find, find, find, getByExample, getByExample, isValidSearchBean
-
-
-
-
Method Detail
-
findForSynchronizationRequest
List<OrganizationEntity> findForSynchronizationRequest(SynchronizationRequestSearchBean sb)
-
-