Uses of Class
org.openiam.idm.srvc.res.dto.Questionnaire
-
-
Uses of Questionnaire in org.openiam.base.request
Methods in org.openiam.base.request that return Questionnaire Modifier and Type Method Description QuestionnaireQuestionnaireSaveServiceRequest. getQuestionnaire()Methods in org.openiam.base.request with parameters of type Questionnaire Modifier and Type Method Description voidQuestionnaireSaveServiceRequest. setQuestionnaire(Questionnaire questionnaire) -
Uses of Questionnaire in org.openiam.esb.core.dozer.converter
Methods in org.openiam.esb.core.dozer.converter that return Questionnaire Modifier and Type Method Description QuestionnaireQuestionnaireDozerConverter. convertDTO(Questionnaire entity, boolean isDeep)QuestionnaireQuestionnaireDozerConverter. convertToDTO(QuestionnaireEntity entity, boolean isDeep)Methods in org.openiam.esb.core.dozer.converter that return types with arguments of type Questionnaire Modifier and Type Method Description List<Questionnaire>QuestionnaireDozerConverter. convertToDTOList(List<QuestionnaireEntity> list, boolean isDeep)Set<Questionnaire>QuestionnaireDozerConverter. convertToDTOSet(Set<QuestionnaireEntity> set, boolean isDeep)Methods in org.openiam.esb.core.dozer.converter with parameters of type Questionnaire Modifier and Type Method Description QuestionnaireQuestionnaireDozerConverter. convertDTO(Questionnaire entity, boolean isDeep)QuestionnaireEntityQuestionnaireDozerConverter. convertToEntity(Questionnaire entity, boolean isDeep)Method parameters in org.openiam.esb.core.dozer.converter with type arguments of type Questionnaire Modifier and Type Method Description List<QuestionnaireEntity>QuestionnaireDozerConverter. convertToEntityList(List<Questionnaire> list, boolean isDeep)Set<QuestionnaireEntity>QuestionnaireDozerConverter. convertToEntitySet(Set<Questionnaire> set, boolean isDeep) -
Uses of Questionnaire in org.openiam.esb.core.service
Methods in org.openiam.esb.core.service that return types with arguments of type Questionnaire Modifier and Type Method Description List<Questionnaire>ResourceService. getQuestionnaire(String resourceId)List<Questionnaire>ResourceService. getQuestionnaireList(List<String> resourceIds, boolean deepCopy)Search for questionnaires by using resources Ids list.Methods in org.openiam.esb.core.service with parameters of type Questionnaire Modifier and Type Method Description voidResourceService. saveQuestionnaire(Questionnaire questionnaire) -
Uses of Questionnaire in org.openiam.esb.core.service.impl
Methods in org.openiam.esb.core.service.impl that return types with arguments of type Questionnaire Modifier and Type Method Description List<Questionnaire>ResourceServiceImpl. getQuestionnaire(String resourceId)List<Questionnaire>ResourceServiceImpl. getQuestionnaireList(List<String> resourceIds, boolean deepCopy)Methods in org.openiam.esb.core.service.impl with parameters of type Questionnaire Modifier and Type Method Description voidResourceServiceImpl. saveQuestionnaire(Questionnaire questionnaire) -
Uses of Questionnaire in org.openiam.idm.srvc.res.dto
Methods in org.openiam.idm.srvc.res.dto that return Questionnaire Modifier and Type Method Description QuestionnaireQuestionnaireAnswer. getQuestionnaire()Methods in org.openiam.idm.srvc.res.dto with parameters of type Questionnaire Modifier and Type Method Description voidQuestionnaireAnswer. setQuestionnaire(Questionnaire questionnaire) -
Uses of Questionnaire in org.openiam.srvc.am
Methods in org.openiam.srvc.am with parameters of type Questionnaire Modifier and Type Method Description ResponseResourceDataService. saveQuestionnaire(Questionnaire questionnaire)ResponseResourceDataServiceImpl. saveQuestionnaire(Questionnaire questionnaire)
-