Interface ManagedSysRepositoryCustom
-
- All Superinterfaces:
AbstractKeyEntityCustomRepository<ManagedSysEntity,String>
,AbstractKeyNameEntityCustomRepository<ManagedSysEntity,String>
,FindBeansRepositoryCustom<ManagedSysEntity,ManagedSysSearchBean>
- All Known Subinterfaces:
ManagedSysRepository
- All Known Implementing Classes:
ManagedSysRepositoryImpl
public interface ManagedSysRepositoryCustom extends AbstractKeyNameEntityCustomRepository<ManagedSysEntity,String>, FindBeansRepositoryCustom<ManagedSysEntity,ManagedSysSearchBean>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<ManagedSysEntity>
findForSynchronizationRequest(SynchronizationRequestSearchBean sb)
-
Methods inherited from interface org.openiam.esb.repository.custom.AbstractKeyEntityCustomRepository
findByIdIn
-
Methods inherited from interface org.openiam.esb.repository.custom.FindBeansRepositoryCustom
count, find, find, find, getByExample, getByExample, isValidSearchBean
-
-
-
-
Method Detail
-
findForSynchronizationRequest
List<ManagedSysEntity> findForSynchronizationRequest(SynchronizationRequestSearchBean sb)
-
-