skoinfo.rfc.rfcd.action
Class PrintContentListAction

java.lang.Object
  extended by com.opensymphony.xwork2.ActionSupport
      extended by skoinfo.rfc.common.action.AbstractAction
          extended by skoinfo.rfc.rfcd.action.PrintContentListAction
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 PrintContentListAction
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
PrintContentListAction()
           
 
Method Summary
 java.lang.String contentList()
           
 java.util.List<java.lang.String> getContentList()
           
 java.lang.Long getContentsLayoutSid()
           
 ContentsVO getContentsVO()
           
 java.lang.Object getModel()
          Model-Driven Interceptor
 void prepare()
          Prepare Interceptor
 java.lang.String printContentsOfMenu()
           
 java.lang.String saveRfcdOrginContentAct()
          컨텐츠 원본 저장 Action
 void setContentList(java.util.List<java.lang.String> contentList)
           
 void setContentsLayoutSid(java.lang.Long contentsLayoutSid)
           
 void setContentsVO(ContentsVO contentsVO)
           
 void setServletRequest(javax.servlet.http.HttpServletRequest request)
           HttpServletRequest setter
 void setServletResponse(javax.servlet.http.HttpServletResponse response)
           HttpServletResponse setter
 java.lang.String updateContents()
          컨텐츠 수정 Action
 java.lang.String viewContents()
          컨덴츠 보기 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

PrintContentListAction

public PrintContentListAction()
Method Detail

contentList

public java.lang.String contentList()
                             throws java.lang.Exception
Throws:
java.lang.Exception

printContentsOfMenu

public java.lang.String printContentsOfMenu()
                                     throws java.lang.Exception
Throws:
java.lang.Exception

viewContents

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

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

saveRfcdOrginContentAct

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

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

updateContents

public java.lang.String updateContents()
                                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

getContentsVO

public ContentsVO getContentsVO()
Returns:

setContentsVO

public void setContentsVO(ContentsVO contentsVO)
Parameters:
contentsVO -

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

getContentList

public java.util.List<java.lang.String> getContentList()

setContentList

public void setContentList(java.util.List<java.lang.String> contentList)

getContentsLayoutSid

public java.lang.Long getContentsLayoutSid()
Returns:

setContentsLayoutSid

public void setContentsLayoutSid(java.lang.Long contentsLayoutSid)
Parameters:
contentsLayoutSid -