Class RecordController.CSVExportParametersForm

java.lang.Object
org.openforis.collect.io.data.csv.CSVDataExportParametersBase
org.openforis.collect.web.controller.RecordController.CSVExportParametersForm
Enclosing class:
RecordController

public static class RecordController.CSVExportParametersForm extends CSVDataExportParametersBase
  • Constructor Details

    • CSVExportParametersForm

      public CSVExportParametersForm()
  • Method Details

    • toExportParameters

      public CSVDataExportParameters toExportParameters(CollectSurvey survey, User user, UserGroupManager userGroupManager)
    • getSurveyId

      public Integer getSurveyId()
    • setSurveyId

      public void setSurveyId(Integer surveyId)
    • getRootEntityId

      public Integer getRootEntityId()
    • setRootEntityId

      public void setRootEntityId(Integer rootEntityId)
    • getRecordId

      public Integer getRecordId()
    • setRecordId

      public void setRecordId(Integer recordId)
    • getStepGreaterOrEqual

      public CollectRecord.Step getStepGreaterOrEqual()
    • setStepGreaterOrEqual

      public void setStepGreaterOrEqual(CollectRecord.Step stepGreaterOrEqual)
    • isExportOnlyOwnedRecords

      public boolean isExportOnlyOwnedRecords()
    • setExportOnlyOwnedRecords

      public void setExportOnlyOwnedRecords(boolean exportOnlyOwnedRecords)
    • getModifiedSince

      public Date getModifiedSince()
    • setModifiedSince

      public void setModifiedSince(Date modifiedSince)
    • getModifiedUntil

      public Date getModifiedUntil()
    • setModifiedUntil

      public void setModifiedUntil(Date modifiedUntil)
    • getFilterExpression

      public String getFilterExpression()
    • setFilterExpression

      public void setFilterExpression(String filterExpression)
    • getKeyAttributeValues

      public List<String> getKeyAttributeValues()
    • setKeyAttributeValues

      public void setKeyAttributeValues(List<String> keyAttributeValues)
    • getSummaryAttributeValues

      public List<String> getSummaryAttributeValues()
    • setSummaryAttributeValues

      public void setSummaryAttributeValues(List<String> summaryAttributeValues)