Package | Description |
---|---|
com.akuiteo.builder.bean.questionnaire | |
com.itnsa.gestion.bean.questionnaire | |
com.itnsa.gestion.service |
Modifier and Type | Method and Description |
---|---|
QChoix |
QChoixBuilder.build() |
Modifier and Type | Method and Description |
---|---|
Set<QChoix> |
QQuestion.getChoix() |
Set<QChoix> |
QQuestionnaire.getChoix() |
Modifier and Type | Method and Description |
---|---|
void |
QQuestion.addChoix(QChoix o) |
void |
QQuestionnaire.addChoix(QChoix o) |
void |
QQuestion.removeChoix(QChoix o) |
void |
QQuestionnaire.removeChoix(QChoix o) |
Modifier and Type | Method and Description |
---|---|
void |
QQuestion.addAllChoix(Collection<QChoix> coll) |
void |
QQuestionnaire.addAllChoix(Collection<QChoix> coll) |
protected void |
QQuestion.setChoix(Set<QChoix> choix) |
protected void |
QQuestionnaire.setChoix(Set<QChoix> choix) |
Constructor and Description |
---|
QQuestion(QQuestionnaire questionnaire,
String arbre,
String description,
String comment,
String lnkurl,
String services,
String fieldDest,
Double valuenum1,
String valunit1,
Double valuenum2,
String valunit2,
Double valCoeff,
Set<QRepCompl> repCompls,
Set<QQuestCompl> questCompls,
Set<QChoix> choix) |
QQuestionnaire(QQuestionnaire questionnaireByQutPtrParent,
QQuestionnaire questionnaireByQutQutnextIdent,
String codeSociete,
String code,
Double noVersion,
String nomappel,
String libelle,
Date dtdebValid,
Date dtfinValid,
String services,
Double numNiveauMini,
Double typQuestionnaire,
Double indNoCompl,
Set<QQuestion> questions,
Set<QLnkQuestionnaire> lnkQuestionnaires,
Set<QChoix> choix) |
Modifier and Type | Method and Description |
---|---|
QChoix |
QuestionnaireService.findReponseByQuestionAndObjet(QQuestion question,
Double identObjet,
TypePiece typeObjet)
Recherche la réponse à une question particuliére
|
Modifier and Type | Method and Description |
---|---|
List<QChoix> |
QuestionnaireService.findReponsesByObjetAndTypeObjet(Double identObjet,
TypePiece typeObjet)
Retourne la liste ordonnée des réponses pour objet pour toute la hiérachie des questionnaires le concernant
|
Modifier and Type | Method and Description |
---|---|
void |
QuestionnaireService.deleteReponseByObjetAndQuestionnaire(QChoix choix,
TypePiece typeObjet)
Supprime le dernier choix et les réponses complémentaires saisi précédemment sur un questionnaire et un objet
|
QQuestionnaire |
QuestionnaireService.enregistrerReponse(QQuestion question,
QChoix choix,
Double identObjet,
TypePiece typeObjet)
Enregistre la dernière reponse donnée sur un questionnaire si le niveau minimum de réponses à donner a été
atteint et la relie à un objet V9, Renvoit le questionnaire suivant.
|
Copyright © 2016. All rights reserved.