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 Questionnaire
QuestionnaireSaveServiceRequest. getQuestionnaire()
Methods in org.openiam.base.request with parameters of type Questionnaire Modifier and Type Method Description void
QuestionnaireSaveServiceRequest. 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 Questionnaire
QuestionnaireDozerConverter. convertDTO(Questionnaire entity, boolean isDeep)
Questionnaire
QuestionnaireDozerConverter. 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 Questionnaire
QuestionnaireDozerConverter. convertDTO(Questionnaire entity, boolean isDeep)
QuestionnaireEntity
QuestionnaireDozerConverter. 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 void
ResourceService. 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 void
ResourceServiceImpl. 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 Questionnaire
QuestionnaireAnswer. getQuestionnaire()
Methods in org.openiam.idm.srvc.res.dto with parameters of type Questionnaire Modifier and Type Method Description void
QuestionnaireAnswer. 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 Response
ResourceDataService. saveQuestionnaire(Questionnaire questionnaire)
Response
ResourceDataServiceImpl. saveQuestionnaire(Questionnaire questionnaire)
-