|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.torweg.pulse.component.survey.export.ExcelExportConfiguration.SurveyExportConfiguration
public static class ExcelExportConfiguration.SurveyExportConfiguration
the configuration for a single survey.
| Constructor Summary | |
|---|---|
protected |
ExcelExportConfiguration.SurveyExportConfiguration()
used by JAXB. |
| Method Summary | |
|---|---|
java.util.Collection<java.lang.Long> |
getAttributeIds()
returns the ids of the attributes to be included. |
EmailConfiguration |
getEmailConfiguration()
returns the email address configurations for the survey export. |
java.lang.Integer |
getOpenQuestionExtraColumns()
returns the extra columns to be inserted after an open question. |
java.lang.Integer |
getSelectQuestionExtraColumns()
returns the extra columns to be inserted after a select question. |
long |
getSurveyId()
returns the id of the survey to be exported. |
boolean |
isIncludeAttributes()
returns whether the export requires the inclusion of Attributes. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected ExcelExportConfiguration.SurveyExportConfiguration()
| Method Detail |
|---|
public final long getSurveyId()
public final EmailConfiguration getEmailConfiguration()
public final java.lang.Integer getOpenQuestionExtraColumns()
public final java.lang.Integer getSelectQuestionExtraColumns()
public final boolean isIncludeAttributes()
Attributes.
true, if and only if, attributes are to be
included. Otherwise false.public final java.util.Collection<java.lang.Long> getAttributeIds()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||