|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EduGroupVO | |
---|---|
skoinfo.rfc.education.action | |
skoinfo.rfc.education.dao | |
skoinfo.rfc.education.vo |
Uses of EduGroupVO in skoinfo.rfc.education.action |
---|
Methods in skoinfo.rfc.education.action that return EduGroupVO | |
---|---|
EduGroupVO |
EduGroupAction.getEduGroupVO()
EduGroupVO VO |
Methods in skoinfo.rfc.education.action with parameters of type EduGroupVO | |
---|---|
void |
EduGroupAction.setEduGroupVO(EduGroupVO eduGroupVO)
EduGroupVO setter |
Uses of EduGroupVO in skoinfo.rfc.education.dao |
---|
Methods in skoinfo.rfc.education.dao that return EduGroupVO | |
---|---|
EduGroupVO |
EducationDAO.viewEduGroup(org.hibernate.Session session,
EduGroupVO eduGroupVO)
강좌 보기 DAO |
Methods in skoinfo.rfc.education.dao that return types with arguments of type EduGroupVO | |
---|---|
java.util.List<EduGroupVO> |
EducationDAO.eduGroupList(org.hibernate.Session session,
EduGroupVO eduGroupVO)
강좌 목록 DAO |
java.util.List<EduGroupVO> |
EducationDAO.groupList(org.hibernate.Session session,
EduGroupVO eduGroupVO)
강좌 목록(수강신청폼에 있는 과정 리스트) DAO |
Methods in skoinfo.rfc.education.dao with parameters of type EduGroupVO | |
---|---|
void |
EducationDAO.deleteEduGroup(org.hibernate.Session session,
EduGroupVO eduGroupVO)
강좌 삭제,신청자 삭제 DAO |
java.util.List<EduGroupVO> |
EducationDAO.eduGroupList(org.hibernate.Session session,
EduGroupVO eduGroupVO)
강좌 목록 DAO |
int |
EducationDAO.eduGroupListCount(org.hibernate.Session session,
EduGroupVO eduGroupVO)
강좌 목록 카운트 DAO |
java.util.List<EduGroupVO> |
EducationDAO.groupList(org.hibernate.Session session,
EduGroupVO eduGroupVO)
강좌 목록(수강신청폼에 있는 과정 리스트) DAO |
void |
EducationDAO.updateEduGroup(org.hibernate.Session session,
EduGroupVO eduGroupVO)
강좌 수정 DAO |
EduGroupVO |
EducationDAO.viewEduGroup(org.hibernate.Session session,
EduGroupVO eduGroupVO)
강좌 보기 DAO |
void |
EducationDAO.writeEduGroup(org.hibernate.Session session,
EduGroupVO eduGroupVO)
강좌 저장 DAO |
Uses of EduGroupVO in skoinfo.rfc.education.vo |
---|
Methods in skoinfo.rfc.education.vo that return EduGroupVO | |
---|---|
EduGroupVO |
EduStudentVO.getEduGroupVO()
|
Methods in skoinfo.rfc.education.vo that return types with arguments of type EduGroupVO | |
---|---|
java.util.List<EduGroupVO> |
EduStudentVO.getEduGroupList()
|
java.util.List<EduGroupVO> |
EduWeekVO.getEduGroupVOList()
|
java.util.List<EduGroupVO> |
EduGroupVO.getEduGroupVOList()
|
Methods in skoinfo.rfc.education.vo with parameters of type EduGroupVO | |
---|---|
void |
EduStudentVO.setEduGroupVO(EduGroupVO eduGroupVO)
|
Method parameters in skoinfo.rfc.education.vo with type arguments of type EduGroupVO | |
---|---|
void |
EduStudentVO.setEduGroupList(java.util.List<EduGroupVO> eduGroupList)
|
void |
EduWeekVO.setEduGroupVOList(java.util.List<EduGroupVO> eduGroupVOList)
|
void |
EduGroupVO.setEduGroupVOList(java.util.List<EduGroupVO> eduGroupVOList)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |