Interface GroupRepositoryCustom
-
- All Superinterfaces:
AbstractKeyEntityCustomRepository<GroupEntity,String>
,AbstractKeyNameEntityCustomRepository<GroupEntity,String>
,AbstractMetadataTypeRepositoryCustom<GroupEntity,String>
,EvictableCustomRepository<GroupEntity>
,FindBeansRepositoryCustom<GroupEntity,GroupSearchBean>
- All Known Subinterfaces:
GroupRepository
- All Known Implementing Classes:
GroupRepositoryImpl
public interface GroupRepositoryCustom extends AbstractMetadataTypeRepositoryCustom<GroupEntity,String>, FindBeansRepositoryCustom<GroupEntity,GroupSearchBean>, EvictableCustomRepository<GroupEntity>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<GroupEntity>
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<GroupEntity> findForSynchronizationRequest(SynchronizationRequestSearchBean sb)
-
-