cmu.survey.editor.manipulators
Class ExportSurvey
java.lang.Object
cmu.survey.editor.manipulators.ExportSurvey
public class ExportSurvey
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExportSQLFile
public static int ExportSQLFile
ExportCodebook
public static int ExportCodebook
ExportAnswers
public static int ExportAnswers
ExportUsers
public static int ExportUsers
ExportSurvey
public ExportSurvey(DataBitStorage objectStorage,
Survey survey)
ExportSurvey
public ExportSurvey()
getChoices
public java.util.Vector getChoices()
setTypeOfExport
public void setTypeOfExport(int type)
getTypeOfExport
public int getTypeOfExport()
export
public java.lang.String export()
getLocationToBackup
public java.io.File getLocationToBackup()
- Returns:
setLocationToBackup
public void setLocationToBackup(java.io.File file)
- Parameters:
string
-
setSaveVariableNames
public void setSaveVariableNames(boolean b)
- Parameters:
b
-
getLastBackedUp
public java.lang.String getLastBackedUp()
- Returns:
setLastBackedUp
public void setLastBackedUp(java.lang.String string)
- Parameters:
string
-
getMysqldumpLocation
public java.lang.String getMysqldumpLocation()
- Returns:
setMysqldumpLocation
public void setMysqldumpLocation(java.lang.String string)
- Parameters:
string
-
getSaveVariableTypes
public boolean getSaveVariableTypes()
- Returns:
setSaveVariableTypes
public void setSaveVariableTypes(boolean b)
- Parameters:
b
-
getShowIndexNotBullets
public boolean getShowIndexNotBullets()
- Returns:
setShowIndexNotBullets
public void setShowIndexNotBullets(boolean b)
- Parameters:
b
-
getAbbreviateAnswerChoices
public boolean getAbbreviateAnswerChoices()
- Returns:
getConvertScalesToRadioButtons
public boolean getConvertScalesToRadioButtons()
- Returns:
getHideRadioHeaders
public boolean getHideRadioHeaders()
- Returns:
setAbbreviateAnswerChoices
public void setAbbreviateAnswerChoices(boolean b)
- Parameters:
b
-
setConvertScalesToRadioButtons
public void setConvertScalesToRadioButtons(boolean b)
- Parameters:
b
-
setHideRadioHeaders
public void setHideRadioHeaders(boolean b)
- Parameters:
b
-
getMinAnswerChoiceFrequency
public int getMinAnswerChoiceFrequency()
- Returns:
setMinAnswerChoiceFrequency
public void setMinAnswerChoiceFrequency(int i)
- Parameters:
i
-
getQuestionChoiceAbbreviationHolder
public java.util.Vector getQuestionChoiceAbbreviationHolder()
- Returns:
setQuestionChoiceAbbreviationHolder
public void setQuestionChoiceAbbreviationHolder(java.util.Vector vector)
- Parameters:
vector
-
getHideNumberScales
public boolean getHideNumberScales()
- Returns:
- Returns the hideNumberScales.
setHideNumberScales
public void setHideNumberScales(boolean hideScales)
- Parameters:
hideScales
- The hideScales to set.
setCompressNumberScales
public void setCompressNumberScales(boolean b)
- Parameters:
b
-
getObjectStorage
public DataBitStorage getObjectStorage()