Uses of Class
skoinfo.rfc.education.vo.EduCodeVO

Packages that use EduCodeVO
skoinfo.rfc.education.action   
skoinfo.rfc.education.dao   
skoinfo.rfc.education.vo   
 

Uses of EduCodeVO in skoinfo.rfc.education.action
 

Methods in skoinfo.rfc.education.action that return EduCodeVO
 EduCodeVO EduCodeAction.getEduCodeVO()
           cmsLayoutVO VO
 

Methods in skoinfo.rfc.education.action with parameters of type EduCodeVO
 void EduCodeAction.setEduCodeVO(EduCodeVO eduCodeVO)
           cmsLayoutVO setter
 

Uses of EduCodeVO in skoinfo.rfc.education.dao
 

Methods in skoinfo.rfc.education.dao that return EduCodeVO
 EduCodeVO EducationDAO.viewEduCode(org.hibernate.Session session, EduCodeVO eduCodeVO)
          코드 보기 DAO
 

Methods in skoinfo.rfc.education.dao that return types with arguments of type EduCodeVO
 java.util.List<EduCodeVO> EducationDAO.eduCodeList(org.hibernate.Session session, EduCodeVO eduCodeVO)
          코드 목록 DAO
 java.util.List<EduCodeVO> EducationDAO.eduCodeNameList(org.hibernate.Session session, EduCodeVO eduCodeVO)
          코드이름 리스트 DAO
 

Methods in skoinfo.rfc.education.dao with parameters of type EduCodeVO
 void EducationDAO.deleteEduCode(org.hibernate.Session session, EduCodeVO eduCodeVO)
          코드 삭제 DAO
 java.util.List<EduCodeVO> EducationDAO.eduCodeList(org.hibernate.Session session, EduCodeVO eduCodeVO)
          코드 목록 DAO
 java.util.List<EduCodeVO> EducationDAO.eduCodeNameList(org.hibernate.Session session, EduCodeVO eduCodeVO)
          코드이름 리스트 DAO
 void EducationDAO.updateEduCode(org.hibernate.Session session, EduCodeVO eduCodeVO)
          코드 수정 DAO
 EduCodeVO EducationDAO.viewEduCode(org.hibernate.Session session, EduCodeVO eduCodeVO)
          코드 보기 DAO
 void EducationDAO.writeEduCode(org.hibernate.Session session, EduCodeVO eduCodeVO)
          코드 저장 DAO
 

Uses of EduCodeVO in skoinfo.rfc.education.vo
 

Methods in skoinfo.rfc.education.vo that return EduCodeVO
 EduCodeVO EduStudentVO.getEduCodeVO()
           
 

Methods in skoinfo.rfc.education.vo that return types with arguments of type EduCodeVO
 java.util.List<EduCodeVO> EduGroupVO.getEduCodeList()
           
 java.util.List<EduCodeVO> EduCodeVO.getEduCodeVOList()
           
 

Methods in skoinfo.rfc.education.vo with parameters of type EduCodeVO
 void EduStudentVO.setEduCodeVO(EduCodeVO eduCodeVO)
           
 

Method parameters in skoinfo.rfc.education.vo with type arguments of type EduCodeVO
 void EduGroupVO.setEduCodeList(java.util.List<EduCodeVO> eduCodeList)
           
 void EduCodeVO.setEduCodeVOList(java.util.List<EduCodeVO> eduCodeVOList)