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