skoinfo.rfc.education.action
Class EduStudentAction

java.lang.Object
  extended by com.opensymphony.xwork2.ActionSupport
      extended by skoinfo.rfc.common.action.AbstractAction
          extended by skoinfo.rfc.education.action.EduStudentAction
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 EduStudentAction
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
EduStudentAction()
           
 
Method Summary
 java.lang.String adminListEduStudent()
          신청자 목록(관리자 페이지) Action
 java.lang.String deleteEduStudentAct()
          관리자가 신청자 삭제해주는 함수 Action
 java.lang.String eduGroupStatus(long eduStudentSid, java.lang.String gubun)
          상태 변환 함수(사용자) Action
 java.lang.String eduWeekExampleList()
          교육안내 목록(관리자가 미리보기클릭시 수행하는 메소드) Action
 java.lang.String getCommand()
           command getter
 java.lang.String getContentsSid()
           
 ContentsVO getContentsVO()
           
 java.lang.String getDefaultParam()
          공통 command,매뉴코드,컨텐츠SID,설문아이디
 EduStudentVO getEduStudentVO()
           cmsLayoutVO VO
 GroupVO getGroupVO()
           
 java.lang.String getGubun()
           
 java.lang.String getKeyword()
           keyword getter
 java.lang.String getMenuCd()
           
 MenuVO getMenuVO()
           
 java.lang.Object getModel()
          Model-Driven Interceptor
 int getPageBlock()
           pageBlock getter
 int getPageSize()
           pageSize getter
 Paging getPaging()
           Paging getter
 java.lang.String getSearchType()
           searchType getter
 SearchVO getSearchVO()
           
 int getStartPage()
           startPage getter
 java.util.List<EduStudentVO> getStudentList()
          신청자 리스트(DWR) Action
 java.lang.String listEduWeekStudent()
          교육안내 목록(사용자 교육안내 목록 리스트) Action
 void prepare()
          Prepare Interceptor
 void setCommand(java.lang.String command)
           command setter
 void setContentsSid(java.lang.String contentsSid)
           
 void setContentsVO(ContentsVO contentsVO)
           
 void setEduStudentVO(EduStudentVO eduStudentVO)
           cmsLayoutVO setter
 void setGroupVO(GroupVO groupVO)
           
 void setGubun(java.lang.String gubun)
           
 void setKeyword(java.lang.String keyword)
           keyword setter
 void setMenuCd(java.lang.String menuCd)
           
 void setMenuVO(MenuVO menuVO)
           
 void setSearchType(java.lang.String searchType)
           searchType setter
 void setSearchVO(SearchVO searchVO)
           
 void setServletRequest(javax.servlet.http.HttpServletRequest request)
           HttpServletRequest setter
 void setServletResponse(javax.servlet.http.HttpServletResponse response)
           HttpServletResponse setter
 void setStartPage(int startPage)
           startPage setter
 java.lang.String updateEduStudentAct()
          관리자가 수정,등록해주는 신청자 메소드 Action
 java.lang.String updateStatusAct()
          상태 변환 함수(관리자) Action
 java.lang.String userListEduStudent()
          사용자가 보는 강의 리스트 Action
 java.lang.String viewEduStudent()
          수강자 보기 Action
 java.lang.String writeEduStudent()
          수강신청 등록폼 Action
 java.lang.String writeEduStudentAct()
          수강신청 등록저장 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

EduStudentAction

public EduStudentAction()
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

listEduWeekStudent

public java.lang.String listEduWeekStudent()
                                    throws java.lang.Exception
교육안내 목록(사용자 교육안내 목록 리스트) Action

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

eduWeekExampleList

public java.lang.String eduWeekExampleList()
                                    throws java.lang.Exception
교육안내 목록(관리자가 미리보기클릭시 수행하는 메소드) Action

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

adminListEduStudent

public java.lang.String adminListEduStudent()
                                     throws java.lang.Exception
신청자 목록(관리자 페이지) Action

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

userListEduStudent

public java.lang.String userListEduStudent()
                                    throws java.lang.Exception
사용자가 보는 강의 리스트 Action

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

writeEduStudent

public java.lang.String writeEduStudent()
                                 throws java.lang.Exception
수강신청 등록폼 Action

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

writeEduStudentAct

public java.lang.String writeEduStudentAct()
                                    throws java.lang.Exception
수강신청 등록저장 Action

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

viewEduStudent

public java.lang.String viewEduStudent()
                                throws java.lang.Exception
수강자 보기 Action

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

updateEduStudentAct

public java.lang.String updateEduStudentAct()
                                     throws java.lang.Exception
관리자가 수정,등록해주는 신청자 메소드 Action

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

deleteEduStudentAct

public java.lang.String deleteEduStudentAct()
                                     throws java.lang.Exception
관리자가 신청자 삭제해주는 함수 Action

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

getDefaultParam

public java.lang.String getDefaultParam()
공통 command,매뉴코드,컨텐츠SID,설문아이디


updateStatusAct

public java.lang.String updateStatusAct()
                                 throws java.lang.Exception
상태 변환 함수(관리자) Action

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

eduGroupStatus

public java.lang.String eduGroupStatus(long eduStudentSid,
                                       java.lang.String gubun)
                                throws java.lang.Exception
상태 변환 함수(사용자) Action

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

getStudentList

public java.util.List<EduStudentVO> getStudentList()
                                            throws java.lang.Exception
신청자 리스트(DWR) Action

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

getEduStudentVO

public EduStudentVO getEduStudentVO()

cmsLayoutVO VO


setEduStudentVO

public void setEduStudentVO(EduStudentVO eduStudentVO)

cmsLayoutVO 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

setStartPage

public void setStartPage(int startPage)

startPage setter


getStartPage

public int getStartPage()

startPage getter


getPaging

public Paging getPaging()

Paging getter


getKeyword

public java.lang.String getKeyword()

keyword getter


setKeyword

public void setKeyword(java.lang.String keyword)

keyword setter


getSearchType

public java.lang.String getSearchType()

searchType getter


setSearchType

public void setSearchType(java.lang.String searchType)

searchType setter


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 -

getContentsSid

public java.lang.String getContentsSid()
Returns:

setContentsSid

public void setContentsSid(java.lang.String contentsSid)
Parameters:
contentsSid -

getGubun

public java.lang.String getGubun()
Returns:

setGubun

public void setGubun(java.lang.String gubun)
Parameters:
gubun -

getContentsVO

public ContentsVO getContentsVO()
Returns:

setContentsVO

public void setContentsVO(ContentsVO contentsVO)
Parameters:
contentsVO -

getGroupVO

public GroupVO getGroupVO()
Returns:

setGroupVO

public void setGroupVO(GroupVO groupVO)
Parameters:
groupVO -

getMenuVO

public MenuVO getMenuVO()
Returns:

setMenuVO

public void setMenuVO(MenuVO menuVO)
Parameters:
menuVO -

getSearchVO

public SearchVO getSearchVO()
Returns:

setSearchVO

public void setSearchVO(SearchVO searchVO)
Parameters:
searchVO -

getPageSize

public int getPageSize()

pageSize getter


getPageBlock

public int getPageBlock()

pageBlock getter