skoinfo.rfc.education
Class EducationManager

java.lang.Object
  extended by com.opensymphony.xwork2.ActionSupport
      extended by skoinfo.rfc.common.action.AbstractAction
          extended by skoinfo.rfc.education.EducationManager
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

public class EducationManager
extends AbstractAction

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.opensymphony.xwork2.Action
ERROR, INPUT, LOGIN, NONE, SUCCESS
 
Constructor Summary
EducationManager(javax.servlet.http.HttpServletRequest request)
           
 
Method Summary
 java.util.List<EduWeekVO> getEducationList(java.lang.String groupCd)
           
 java.lang.String getFilePath(java.lang.String groupCd, java.lang.String mode)
          이미지 경로
 java.util.List<EduStudentVO> getStudentList()
          나의 신청자 정보 내역
 java.util.List<EduStudentVO> getStudentList(long eduGroupSid, java.lang.String gubun)
          신청자 정보 리스트
 int getSUserLevel()
          사용자 Level
 boolean isManager()
          관리자 인증 여부
 
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

EducationManager

public EducationManager(javax.servlet.http.HttpServletRequest request)
Method Detail

getEducationList

public java.util.List<EduWeekVO> getEducationList(java.lang.String groupCd)
                                           throws java.lang.Exception
Throws:
java.lang.Exception

getStudentList

public java.util.List<EduStudentVO> getStudentList(long eduGroupSid,
                                                   java.lang.String gubun)
                                            throws java.lang.Exception
신청자 정보 리스트

Returns:
List
Throws:
java.lang.Exception

getStudentList

public java.util.List<EduStudentVO> getStudentList()
                                            throws java.lang.Exception
나의 신청자 정보 내역

Returns:
List
Throws:
java.lang.Exception

getFilePath

public java.lang.String getFilePath(java.lang.String groupCd,
                                    java.lang.String mode)
이미지 경로

Returns:
String

isManager

public boolean isManager()
관리자 인증 여부

Returns:
int

getSUserLevel

public int getSUserLevel()
사용자 Level

Returns:
String