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 ManagedSysEntityIManagedSystemEntity. getManagedSystem()Methods in org.openiam.base.domain with parameters of type ManagedSysEntity Modifier and Type Method Description voidIManagedSystemEntity. 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 ManagedSysEntityManagedSysDocumentToEntityConverter. convertToEntity(ManagedSysDoc doc)protected ManagedSysEntityManagedSysDocumentToEntityConverter. 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 ManagedSysDocManagedSysDocumentToEntityConverter. 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 ManagedSysEntityManagedSysDozerConverter. convertEntity(ManagedSysEntity userEntity, boolean isDeep)ManagedSysEntityManagedSysDozerConverter. 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 ManagedSysEntityManagedSysDozerConverter. convertEntity(ManagedSysEntity userEntity, boolean isDeep)ManagedSysDtoManagedSysDozerConverter. 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 ManagedSysEntityManagedSystemService. 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 ManagedSysEntityAbstractOwnerAdminBeansServiceImpl. getManagedSys(ENTITY fromUI, ENTITY fromDb)ManagedSysEntityManagedSystemServiceImpl. 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 ManagedSysEntityManagedSysRepository. 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()
-