skoinfo.rfc.question.action
Class SubQuestionAction

java.lang.Object
  extended by com.opensymphony.xwork2.ActionSupport
      extended by skoinfo.rfc.common.action.AbstractAction
          extended by skoinfo.rfc.question.action.SubQuestionAction
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 SubQuestionAction
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
SubQuestionAction()
           
 
Method Summary
 java.lang.String deleteSubQuestionAct()
          예문 삭제 Action
 AnQuestionVO getAnQuestionVO()
           
 java.lang.String getCommand()
           command getter
 java.lang.Object getModel()
          Model-Driven Interceptor
 int getPageBlock()
           pageBlock getter
 int getPageSize()
           pageSize getter
 Paging getPaging()
           Paging getter
 int getStartPage()
           startPage getter
 SubQuestionVO getSubQuestionVO()
           subQuestionVO getter
 void prepare()
          Prepare Interceptor
 void setAnQuestionVO(AnQuestionVO anQuestionVO)
           
 void setCommand(java.lang.String command)
           command setter
 void setServletRequest(javax.servlet.http.HttpServletRequest request)
           HttpServletRequest setter
 void setServletResponse(javax.servlet.http.HttpServletResponse response)
           HttpServletResponse setter
 void setStartPage(int startPage)
           startPage setter
 void setSubQuestionVO(SubQuestionVO subQuestionVO)
           subQuestionVO getter
 java.lang.String subWrietSubQuestionAct()
          예문 저장 Action
 java.lang.String subWriteSubQuestion()
          예문 등록및 수정 폼 Action
 java.lang.String updateSubQuestionAct()
          예문 수정 Action
 
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

SubQuestionAction

public SubQuestionAction()
Method Detail

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

subWriteSubQuestion

public java.lang.String subWriteSubQuestion()
                                     throws java.lang.Exception
예문 등록및 수정 폼 Action

Returns:
처리 결과를 리턴한다.
Throws:
java.lang.Exception - 처리

subWrietSubQuestionAct

public java.lang.String subWrietSubQuestionAct()
                                        throws java.lang.Exception
예문 저장 Action

Returns:
처리 결과를 리턴한다.
Throws:
java.lang.Exception - 처리3333

updateSubQuestionAct

public java.lang.String updateSubQuestionAct()
                                      throws java.lang.Exception
예문 수정 Action

Returns:
처리 결과를 리턴한다.
Throws:
java.lang.Exception - 처리

deleteSubQuestionAct

public java.lang.String deleteSubQuestionAct()
                                      throws java.lang.Exception
예문 삭제 Action

Returns:
처리 결과를 리턴한다.
Throws:
java.lang.Exception - 처리

getAnQuestionVO

public AnQuestionVO getAnQuestionVO()
Returns:

setAnQuestionVO

public void setAnQuestionVO(AnQuestionVO anQuestionVO)
Parameters:
anQuestionVO -

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

setStartPage

public void setStartPage(int startPage)

startPage setter


getStartPage

public int getStartPage()

startPage getter


getPaging

public Paging getPaging()

Paging getter


setCommand

public void setCommand(java.lang.String command)

command setter


getCommand

public java.lang.String getCommand()

command getter


getPageSize

public int getPageSize()

pageSize getter


getPageBlock

public int getPageBlock()

pageBlock getter


getSubQuestionVO

public SubQuestionVO getSubQuestionVO()

subQuestionVO getter


setSubQuestionVO

public void setSubQuestionVO(SubQuestionVO subQuestionVO)

subQuestionVO getter