skoinfo.rfc.rfcd.action
Class PrintSurveyAction

java.lang.Object
  extended by com.opensymphony.xwork2.ActionSupport
      extended by skoinfo.rfc.common.action.AbstractAction
          extended by 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

Field Summary
 
Fields inherited from interface com.opensymphony.xwork2.Action
ERROR, INPUT, LOGIN, NONE, SUCCESS
 
Constructor Summary
PrintSurveyAction()
           
 
Method Summary
 java.lang.Object getModel()
          Model-Driven Interceptor
 QuestionSkinVO getQuestionSkinVO()
           
 java.lang.String getSurvey()
           
 java.lang.String getSurveyContents()
           
 java.lang.String getSurveyList()
           
 java.lang.String getSurveyListYn()
           
 java.util.List<java.lang.String> getSurveyResultList()
           
 void prepare()
          Prepare Interceptor
 void setQuestionSkinVO(QuestionSkinVO questionSkinVO)
           
 void setServletRequest(javax.servlet.http.HttpServletRequest request)
           HttpServletRequest setter
 void setServletResponse(javax.servlet.http.HttpServletResponse response)
           HttpServletResponse setter
 void setSurveyContents(java.lang.String surveyContents)
           
 void setSurveyList(java.lang.String surveyListYn)
           
 void setSurveyResultList(java.util.List<java.lang.String> surveyResultList)
           
 java.lang.String updateRfcdSurvey()
           
 
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
 

Constructor Detail

PrintSurveyAction

public PrintSurveyAction()
Method Detail

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)