Uses of Class
org.openiam.idm.srvc.pswd.dto.IdentityQuestGroup
-
Packages that use IdentityQuestGroup Package Description org.openiam.esb.core.dozer.converter org.openiam.esb.core.pswd.service org.openiam.esb.core.pswd.service.impl org.openiam.srvc.user -
-
Uses of IdentityQuestGroup in org.openiam.esb.core.dozer.converter
Methods in org.openiam.esb.core.dozer.converter that return IdentityQuestGroup Modifier and Type Method Description IdentityQuestGroupIdentityQuestGroupDozerConverter. convertDTO(IdentityQuestGroup entity, boolean isDeep)IdentityQuestGroupIdentityQuestGroupDozerConverter. convertToDTO(IdentityQuestGroupEntity entity, boolean isDeep)Methods in org.openiam.esb.core.dozer.converter that return types with arguments of type IdentityQuestGroup Modifier and Type Method Description List<IdentityQuestGroup>IdentityQuestGroupDozerConverter. convertToDTOList(List<IdentityQuestGroupEntity> list, boolean isDeep)Set<IdentityQuestGroup>IdentityQuestGroupDozerConverter. convertToDTOSet(Set<IdentityQuestGroupEntity> set, boolean isDeep)Methods in org.openiam.esb.core.dozer.converter with parameters of type IdentityQuestGroup Modifier and Type Method Description IdentityQuestGroupIdentityQuestGroupDozerConverter. convertDTO(IdentityQuestGroup entity, boolean isDeep)IdentityQuestGroupEntityIdentityQuestGroupDozerConverter. convertToEntity(IdentityQuestGroup entity, boolean isDeep)Method parameters in org.openiam.esb.core.dozer.converter with type arguments of type IdentityQuestGroup Modifier and Type Method Description List<IdentityQuestGroupEntity>IdentityQuestGroupDozerConverter. convertToEntityList(List<IdentityQuestGroup> list, boolean isDeep)Set<IdentityQuestGroupEntity>IdentityQuestGroupDozerConverter. convertToEntitySet(Set<IdentityQuestGroup> set, boolean isDeep) -
Uses of IdentityQuestGroup in org.openiam.esb.core.pswd.service
Methods in org.openiam.esb.core.pswd.service that return types with arguments of type IdentityQuestGroup Modifier and Type Method Description List<IdentityQuestGroup>ChallengeResponseService. getAllIdentityQuestionGroupsDTO() -
Uses of IdentityQuestGroup in org.openiam.esb.core.pswd.service.impl
Methods in org.openiam.esb.core.pswd.service.impl that return types with arguments of type IdentityQuestGroup Modifier and Type Method Description List<IdentityQuestGroup>ChallengeResponseServiceImpl. getAllIdentityQuestionGroupsDTO() -
Uses of IdentityQuestGroup in org.openiam.srvc.user
Methods in org.openiam.srvc.user that return types with arguments of type IdentityQuestGroup Modifier and Type Method Description List<IdentityQuestGroup>ChallengeResponseWebService. getAllIdentityQuestionGroups()Retrieves all identity question groups.List<IdentityQuestGroup>ChallengeResponseWebServiceImpl. getAllIdentityQuestionGroups()
-