Interface RoleRepositoryCustom
-
- All Superinterfaces:
AbstractKeyEntityCustomRepository<RoleEntity,String>,AbstractKeyNameEntityCustomRepository<RoleEntity,String>,AbstractMetadataTypeRepositoryCustom<RoleEntity,String>,EvictableCustomRepository<RoleEntity>,FindBeansRepositoryCustom<RoleEntity,RoleSearchBean>
- All Known Subinterfaces:
RoleRepository
- All Known Implementing Classes:
RoleRepositoryImpl
public interface RoleRepositoryCustom extends AbstractMetadataTypeRepositoryCustom<RoleEntity,String>, FindBeansRepositoryCustom<RoleEntity,RoleSearchBean>, EvictableCustomRepository<RoleEntity>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<RoleEntity>findForSynchronizationRequest(SynchronizationRequestSearchBean searchBean)-
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<RoleEntity> findForSynchronizationRequest(SynchronizationRequestSearchBean searchBean)
-
-