Interface LinkedQuestionService

All Known Implementing Classes:
LinkedQuestionServiceImpl

public interface LinkedQuestionService
  • Method Details

    • getRelatedQuestionsByQuestionnaireStatus

      EntityList getRelatedQuestionsByQuestionnaireStatus(Entity question, String statusUniqueId)
    • askQuestions

      boolean askQuestions(EntityList fixatedQuestions, EntityList editableQuestions)
    • updateRelation

      void updateRelation(Entity sourceQuestion, Entity targetQuestion, String relationName)
    • updateField

      void updateField(Entity sourceEntity, Entity targetEntity, String fieldName)