Uses of Class
org.openiam.idm.srvc.mngsys.domain.ManagedSysEntity
-
-
Uses of ManagedSysEntity in org.openiam.base.domain
Methods in org.openiam.base.domain that return ManagedSysEntity Modifier and Type Method Description ManagedSysEntity
IManagedSystemEntity. getManagedSystem()
Methods in org.openiam.base.domain with parameters of type ManagedSysEntity Modifier and Type Method Description void
IManagedSystemEntity. setManagedSystem(ManagedSysEntity managedSystem)
-
Uses of ManagedSysEntity in org.openiam.elasticsearch.converter
Methods in org.openiam.elasticsearch.converter that return ManagedSysEntity Modifier and Type Method Description ManagedSysEntity
ManagedSysDocumentToEntityConverter. convertToEntity(ManagedSysDoc doc)
protected ManagedSysEntity
ManagedSysDocumentToEntityConverter. newEntity()
Methods in org.openiam.elasticsearch.converter that return types with arguments of type ManagedSysEntity Modifier and Type Method Description Class<ManagedSysEntity>
ManagedSysDocumentToEntityConverter. getEntityClass()
Methods in org.openiam.elasticsearch.converter with parameters of type ManagedSysEntity Modifier and Type Method Description ManagedSysDoc
ManagedSysDocumentToEntityConverter. convertToDocument(ManagedSysEntity entity)
-
Uses of ManagedSysEntity in org.openiam.esb.core.dozer.converter
Methods in org.openiam.esb.core.dozer.converter that return ManagedSysEntity Modifier and Type Method Description ManagedSysEntity
ManagedSysDozerConverter. convertEntity(ManagedSysEntity userEntity, boolean isDeep)
ManagedSysEntity
ManagedSysDozerConverter. convertToEntity(ManagedSysDto entity, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter that return types with arguments of type ManagedSysEntity Modifier and Type Method Description List<ManagedSysEntity>
ManagedSysDozerConverter. convertToEntityList(List<ManagedSysDto> list, boolean isDeep)
Set<ManagedSysEntity>
ManagedSysDozerConverter. convertToEntitySet(Set<ManagedSysDto> set, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter with parameters of type ManagedSysEntity Modifier and Type Method Description ManagedSysEntity
ManagedSysDozerConverter. convertEntity(ManagedSysEntity userEntity, boolean isDeep)
ManagedSysDto
ManagedSysDozerConverter. convertToDTO(ManagedSysEntity userEntity, boolean isDeep)
Method parameters in org.openiam.esb.core.dozer.converter with type arguments of type ManagedSysEntity Modifier and Type Method Description List<ManagedSysDto>
ManagedSysDozerConverter. convertToDTOList(List<ManagedSysEntity> list, boolean isDeep)
Set<ManagedSysDto>
ManagedSysDozerConverter. convertToDTOSet(Set<ManagedSysEntity> set, boolean isDeep)
-
Uses of ManagedSysEntity in org.openiam.esb.core.service
Methods in org.openiam.esb.core.service that return ManagedSysEntity Modifier and Type Method Description ManagedSysEntity
ManagedSystemService. getManagedSysByResource(String id)
Gets managed system for given resource and status. -
Uses of ManagedSysEntity in org.openiam.esb.core.service.impl
Methods in org.openiam.esb.core.service.impl that return ManagedSysEntity Modifier and Type Method Description protected ManagedSysEntity
AbstractOwnerAdminBeansServiceImpl. getManagedSys(ENTITY fromUI, ENTITY fromDb)
ManagedSysEntity
ManagedSystemServiceImpl. getManagedSysByResource(String id)
Methods in org.openiam.esb.core.service.impl that return types with arguments of type ManagedSysEntity Modifier and Type Method Description protected Class<ManagedSysEntity>
ManagedSystemServiceImpl. getEntityClass()
-
Uses of ManagedSysEntity in org.openiam.esb.repository
Methods in org.openiam.esb.repository that return ManagedSysEntity Modifier and Type Method Description ManagedSysEntity
ManagedSysRepository. findByName(String name)
-
Uses of ManagedSysEntity in org.openiam.esb.repository.custom
Methods in org.openiam.esb.repository.custom that return types with arguments of type ManagedSysEntity Modifier and Type Method Description List<ManagedSysEntity>
ManagedSysRepositoryCustom. findForSynchronizationRequest(SynchronizationRequestSearchBean sb)
-
Uses of ManagedSysEntity in org.openiam.esb.repository.impl
Methods in org.openiam.esb.repository.impl that return types with arguments of type ManagedSysEntity Modifier and Type Method Description protected org.springframework.data.jpa.domain.Specification<ManagedSysEntity>
ManagedSysRepositoryImpl. buildSpecifications(ManagedSysSearchBean sb)
List<ManagedSysEntity>
ManagedSysRepositoryImpl. findForSynchronizationRequest(SynchronizationRequestSearchBean sb)
protected Class<ManagedSysEntity>
ManagedSysRepositoryImpl. getEntityClass()
protected AbstractKeyEntityRepository<ManagedSysEntity,String>
ManagedSysRepositoryImpl. getRepository()
-