java.lang.Object
org.apache.struts.action.ActionForm
com.softslate.commerce.customer.core.BaseForm
com.softslate.commerce.administrator.importexport.ExportForm
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
FroogleForm, OrdersExportForm, ProductExportForm

public class ExportForm extends BaseForm
Action form class corresponding to the common text file export forms (for options, attributes, and categories).
Author:
Ashish Jain
See Also:
  • Field Details

  • Constructor Details

    • ExportForm

      public ExportForm()
  • Method Details

    • getDownloadOrWriteFile

      public String getDownloadOrWriteFile()
    • setDownloadOrWriteFile

      public void setDownloadOrWriteFile(String downloadOrWriteFile)
    • getDirectoryOnServer

      public String getDirectoryOnServer()
    • setDirectoryOnServer

      public void setDirectoryOnServer(String directoryOnServer)
    • getFileName

      public String getFileName()
    • setFileName

      public void setFileName(String fileName)
    • getFieldsAll

      public String getFieldsAll()
      Returns:
      the fieldsAll
    • setFieldsAll

      public void setFieldsAll(String fieldsAll)
      Parameters:
      fieldsAll - the fieldsAll to set
    • getHeaderRow

      public String getHeaderRow()
      Returns:
      the headerRow
    • setHeaderRow

      public void setHeaderRow(String headerRow)
      Parameters:
      headerRow - the headerRow to set
    • getOutputFormat

      public String getOutputFormat()
      Returns:
      the outputFormat
    • setOutputFormat

      public void setOutputFormat(String outputFormat)
      Parameters:
      outputFormat - the outputFormat to set
    • getSelectedFields

      public String[] getSelectedFields()
      Returns:
      the selectedFields
    • setSelectedFields

      public void setSelectedFields(String[] selectedFields)
      Parameters:
      selectedFields - the selectedFields to set
    • getTableFields

      public Collection getTableFields()
      Returns:
      the tableFields
    • setTableFields

      public void setTableFields(Collection tableFields)
      Parameters:
      tableFields - the tableFields to set
    • getTableName

      public String getTableName()
      Returns:
      the tableName
    • setTableName

      public void setTableName(String tableName)
      Parameters:
      tableName - the tableName to set
    • validate

      public org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
      Overrides:
      validate in class org.apache.struts.action.ActionForm