skoinfo.rfc.menu.action
Class ContentsOfficeAction

java.lang.Object
  extended by com.opensymphony.xwork2.ActionSupport
      extended by skoinfo.rfc.common.action.AbstractAction
          extended by skoinfo.rfc.menu.action.ContentsOfficeAction
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 ContentsOfficeAction
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
ContentsOfficeAction()
           
 
Method Summary
 java.lang.String contentsRestoreAct()
          컨텐츠 복원하기 Action
 java.lang.String getCommand()
           command getter
 ContentsBackUpVO getContentsBackUpVO()
           
 long getContentsBpSid()
           
 ContentsVO getContentsVO()
           ContentsVO VO
 java.util.List<ContentsVO> getContentsVOList()
           
 java.lang.String getMenuCd()
           
 MenuVO getMenuVO()
           MenuVO VO
 java.lang.Object getModel()
          Model-Driven Interceptor
 void prepare()
          Prepare Interceptor
 java.lang.String restoreView()
          백업컨덴츠 보기 Action
 java.lang.String saveOrginContentAct()
          컨텐츠 원본 저장 Action
 void setCommand(java.lang.String command)
           command setter
 void setContentsBackUpVO(ContentsBackUpVO contentsBackUpVO)
           
 void setContentsBpSid(long contentsBpSid)
           
 void setContentsVO(ContentsVO contentsVO)
           ContentsVO setter
 void setContentsVOList(java.util.List<ContentsVO> contentsVOList)
           
 void setMenuCd(java.lang.String menuCd)
           
 void setMenuVO(MenuVO menuVO)
           MenuVO setter
 void setServletRequest(javax.servlet.http.HttpServletRequest request)
           HttpServletRequest setter
 void setServletResponse(javax.servlet.http.HttpServletResponse response)
           HttpServletResponse setter
 java.lang.String updateContentsAct()
          컨텐츠 수정 Action
 java.lang.String viewContents()
          컨덴츠 보기 Action
 java.lang.String writeContents()
          컨텐츠 등록및 수정 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

ContentsOfficeAction

public ContentsOfficeAction()
Method Detail

writeContents

public java.lang.String writeContents()
                               throws java.lang.Exception
컨텐츠 등록및 수정 Action

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

viewContents

public java.lang.String viewContents()
                              throws java.lang.Exception
컨덴츠 보기 Action

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

saveOrginContentAct

public java.lang.String saveOrginContentAct()
                                     throws java.lang.Exception
컨텐츠 원본 저장 Action

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

updateContentsAct

public java.lang.String updateContentsAct()
                                   throws java.lang.Exception
컨텐츠 수정 Action

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

contentsRestoreAct

public java.lang.String contentsRestoreAct()
                                    throws java.lang.Exception
컨텐츠 복원하기 Action

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

restoreView

public java.lang.String restoreView()
                             throws java.lang.Exception
백업컨덴츠 보기 Action

Returns:
처리 결과를 리턴한다.
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

getMenuVO

public MenuVO getMenuVO()

MenuVO VO


setMenuVO

public void setMenuVO(MenuVO menuVO)

MenuVO setter


getContentsVO

public ContentsVO getContentsVO()

ContentsVO VO


setContentsVO

public void setContentsVO(ContentsVO contentsVO)

ContentsVO setter


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

getContentsVOList

public java.util.List<ContentsVO> getContentsVOList()

setContentsVOList

public void setContentsVOList(java.util.List<ContentsVO> contentsVOList)

setCommand

public void setCommand(java.lang.String command)

command setter


getCommand

public java.lang.String getCommand()

command getter


getMenuCd

public java.lang.String getMenuCd()
Returns:

setMenuCd

public void setMenuCd(java.lang.String menuCd)
Parameters:
menuCd -

getContentsBpSid

public long getContentsBpSid()
Returns:

setContentsBpSid

public void setContentsBpSid(long contentsBpSid)
Parameters:
contentsBpSid -

getContentsBackUpVO

public ContentsBackUpVO getContentsBackUpVO()
Returns:

setContentsBackUpVO

public void setContentsBackUpVO(ContentsBackUpVO contentsBackUpVO)
Parameters:
contentsBackUpVO -