Class QuestionnaireSummaryRequestDTO

java.lang.Object
de.aeb.xnsg.foundation.bf.AbstractRequestDTO
de.aeb.xnsg.riskasmt.bf.QuestionnaireSummaryRequestDTO

public class QuestionnaireSummaryRequestDTO extends de.aeb.xnsg.foundation.bf.AbstractRequestDTO
Represents a request for a summary of the most recent valid questionnaire(s).
The fields clientIdentCode, clientSystemId, and transactionIdHost are mandatory.
Since:
2020/02
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    ID of the questionnaire template used for the questionnaire.
    If this field is left blank, questionnaires of all templates are considered.
    Unique reference key of the object in the partner system for which a questionnaire should be found.
    This field is mandatory.

    Fields inherited from class de.aeb.xnsg.foundation.bf.AbstractRequestDTO

    clientIdentCode, clientSystemId, resultLanguageIsoCodes, userName
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • questTemplId

      public String questTemplId
      ID of the questionnaire template used for the questionnaire.
      If this field is left blank, questionnaires of all templates are considered.
    • referenceIdHost

      public String referenceIdHost
      Unique reference key of the object in the partner system for which a questionnaire should be found.
      This field is mandatory.
  • Constructor Details

    • QuestionnaireSummaryRequestDTO

      public QuestionnaireSummaryRequestDTO()