skoinfo.rfc.rfcd.action
Class PrintSurveyAction
java.lang.Object
com.opensymphony.xwork2.ActionSupport
skoinfo.rfc.common.action.AbstractAction
skoinfo.rfc.rfcd.action.PrintSurveyAction
- All Implemented Interfaces:
- com.opensymphony.xwork2.Action, com.opensymphony.xwork2.LocaleProvider, com.opensymphony.xwork2.ModelDriven, com.opensymphony.xwork2.Preparable, com.opensymphony.xwork2.TextProvider, com.opensymphony.xwork2.Validateable, com.opensymphony.xwork2.ValidationAware, java.io.Serializable, org.apache.struts2.interceptor.ServletRequestAware, org.apache.struts2.interceptor.ServletResponseAware
public class PrintSurveyAction
- extends AbstractAction
- implements com.opensymphony.xwork2.Preparable, com.opensymphony.xwork2.ModelDriven, org.apache.struts2.interceptor.ServletRequestAware, org.apache.struts2.interceptor.ServletResponseAware
- See Also:
- Serialized Form
Fields inherited from interface com.opensymphony.xwork2.Action |
ERROR, INPUT, LOGIN, NONE, SUCCESS |
Methods inherited from class skoinfo.rfc.common.action.AbstractAction |
getText, getText, getText, getText, getText, getText, getText, getText, getText, getTexts, getTexts |
Methods inherited from class com.opensymphony.xwork2.ActionSupport |
addActionError, addActionMessage, addFieldError, clearActionErrors, clearErrors, clearErrorsAndMessages, clearFieldErrors, clearMessages, clone, doDefault, execute, getActionErrors, getActionMessages, getErrorMessages, getErrors, getFieldErrors, getLocale, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, hasKey, input, pause, setActionErrors, setActionMessages, setFieldErrors, validate |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PrintSurveyAction
public PrintSurveyAction()
getSurveyList
public java.lang.String getSurveyList()
throws java.lang.Exception
- Throws:
java.lang.Exception
getSurvey
public java.lang.String getSurvey()
throws java.lang.Exception
- Throws:
java.lang.Exception
updateRfcdSurvey
public java.lang.String updateRfcdSurvey()
throws java.lang.Exception
- Throws:
java.lang.Exception
prepare
public void prepare()
throws java.lang.Exception
- Prepare Interceptor
- Specified by:
prepare
in interface com.opensymphony.xwork2.Preparable
- Throws:
java.lang.Exception
getModel
public java.lang.Object getModel()
- Model-Driven Interceptor
- Specified by:
getModel
in interface com.opensymphony.xwork2.ModelDriven
getQuestionSkinVO
public QuestionSkinVO getQuestionSkinVO()
- Returns:
setQuestionSkinVO
public void setQuestionSkinVO(QuestionSkinVO questionSkinVO)
- Parameters:
questionSkinVO
-
setServletRequest
public void setServletRequest(javax.servlet.http.HttpServletRequest request)
HttpServletRequest setter
- Specified by:
setServletRequest
in interface org.apache.struts2.interceptor.ServletRequestAware
setServletResponse
public void setServletResponse(javax.servlet.http.HttpServletResponse response)
HttpServletResponse setter
- Specified by:
setServletResponse
in interface org.apache.struts2.interceptor.ServletResponseAware
getSurveyContents
public java.lang.String getSurveyContents()
- Returns:
setSurveyContents
public void setSurveyContents(java.lang.String surveyContents)
- Parameters:
surveyContents
-
getSurveyResultList
public java.util.List<java.lang.String> getSurveyResultList()
setSurveyResultList
public void setSurveyResultList(java.util.List<java.lang.String> surveyResultList)
getSurveyListYn
public java.lang.String getSurveyListYn()
- Returns:
setSurveyList
public void setSurveyList(java.lang.String surveyListYn)