skoinfo.rfc.admin.action
Class MainAction

java.lang.Object
  extended by com.opensymphony.xwork2.ActionSupport
      extended by skoinfo.rfc.common.action.AbstractAction
          extended by skoinfo.rfc.admin.action.MainAction
All Implemented Interfaces:
com.opensymphony.xwork2.Action, com.opensymphony.xwork2.LocaleProvider, 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 MainAction
extends AbstractAction
implements org.apache.struts2.interceptor.ServletRequestAware, org.apache.struts2.interceptor.ServletResponseAware

Author:
sollogs
See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.opensymphony.xwork2.Action
ERROR, INPUT, LOGIN, NONE, SUCCESS
 
Constructor Summary
MainAction()
           
 
Method Summary
 java.lang.String execute()
           
 java.util.List<BoardDataVO> getBoardDataList()
           
 java.util.List<BoardLogVO> getBoardLogFilterList()
           
 java.util.List<BoardLogVO> getBoardLogWriteList()
           
 CounterVO getCounterVO()
           
 java.lang.String getOsName()
           
 int getPlug()
           
 java.util.List<BoardDataVO> getReplyDataList()
           
 java.lang.String getSystemPath()
           
 java.util.List<SsoLoginHistoryVO> getUserVisitList()
           
 java.lang.String rfcVersion()
          RFC 버전 체크
 void setBoardDataList(java.util.List<BoardDataVO> boardDataList)
           
 void setBoardLogFilterList(java.util.List<BoardLogVO> boardLogFilterList)
           
 void setBoardLogWriteList(java.util.List<BoardLogVO> boardLogWriteList)
           
 void setCounterVO(CounterVO counterVO)
           
 void setOsName(java.lang.String osName)
           
 void setPlug(int plug)
           
 void setReplyDataList(java.util.List<BoardDataVO> replyDataList)
           
 void setServletRequest(javax.servlet.http.HttpServletRequest request)
           HttpServletRequest setter
 void setServletResponse(javax.servlet.http.HttpServletResponse response)
           HttpServletResponse setter
 void setSystemPath(java.lang.String systemPath)
           
 void setUserVisitList(java.util.List<SsoLoginHistoryVO> userVisitList)
           
 
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, 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

MainAction

public MainAction()
Method Detail

getCounterVO

public CounterVO getCounterVO()
Returns:

setCounterVO

public void setCounterVO(CounterVO counterVO)
Parameters:
counterVO -

getUserVisitList

public java.util.List<SsoLoginHistoryVO> getUserVisitList()
Returns:

setUserVisitList

public void setUserVisitList(java.util.List<SsoLoginHistoryVO> userVisitList)
Parameters:
userVisitList -

getBoardLogWriteList

public java.util.List<BoardLogVO> getBoardLogWriteList()
Returns:

setBoardLogWriteList

public void setBoardLogWriteList(java.util.List<BoardLogVO> boardLogWriteList)
Parameters:
boardLogWriteList -

getBoardLogFilterList

public java.util.List<BoardLogVO> getBoardLogFilterList()
Returns:

setBoardLogFilterList

public void setBoardLogFilterList(java.util.List<BoardLogVO> boardLogFilterList)
Parameters:
boardLogFilterList -

execute

public java.lang.String execute()
                         throws java.lang.Exception
Specified by:
execute in interface com.opensymphony.xwork2.Action
Overrides:
execute in class com.opensymphony.xwork2.ActionSupport
Throws:
java.lang.Exception

rfcVersion

public java.lang.String rfcVersion()
                            throws java.lang.Exception
RFC 버전 체크

Returns:
Throws:
java.lang.Exception

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

getBoardDataList

public java.util.List<BoardDataVO> getBoardDataList()
Returns:

setBoardDataList

public void setBoardDataList(java.util.List<BoardDataVO> boardDataList)
Parameters:
boardDataList -

getReplyDataList

public java.util.List<BoardDataVO> getReplyDataList()
Returns:

setReplyDataList

public void setReplyDataList(java.util.List<BoardDataVO> replyDataList)
Parameters:
replyDataList -

getOsName

public java.lang.String getOsName()
Returns:

setOsName

public void setOsName(java.lang.String osName)
Parameters:
osName -

getSystemPath

public java.lang.String getSystemPath()
Returns:

setSystemPath

public void setSystemPath(java.lang.String systemPath)
Parameters:
systemPath -

getPlug

public int getPlug()
Returns:

setPlug

public void setPlug(int plug)
Parameters:
plug -