Interface LinkedQuestionService
- All Known Implementing Classes:
LinkedQuestionServiceImpl
public interface LinkedQuestionService
-
Method Summary
Modifier and TypeMethodDescriptionbooleanaskQuestions(EntityList fixatedQuestions, EntityList editableQuestions) getRelatedQuestionsByQuestionnaireStatus(Entity question, String statusUniqueId) voidupdateField(Entity sourceEntity, Entity targetEntity, String fieldName) voidupdateRelation(Entity sourceQuestion, Entity targetQuestion, String relationName)
-
Method Details
-
getRelatedQuestionsByQuestionnaireStatus
-
askQuestions
-
updateRelation
-
updateField
-