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

Packages that use EduSkinVO
skoinfo.rfc.education.action   
skoinfo.rfc.education.dao   
 

Uses of EduSkinVO in skoinfo.rfc.education.action
 

Methods in skoinfo.rfc.education.action that return EduSkinVO
 EduSkinVO EduSkinAction.getEduSkinVO()
           questionSkinVO VO
 

Methods in skoinfo.rfc.education.action with parameters of type EduSkinVO
 void EduSkinAction.setEduSkinVO(EduSkinVO eduSkinVO)
           questionSkinVO setter
 

Uses of EduSkinVO in skoinfo.rfc.education.dao
 

Methods in skoinfo.rfc.education.dao that return EduSkinVO
 EduSkinVO EducationDAO.viewEduSkin(org.hibernate.Session session, java.lang.String groupCd)
          교육 스킨 가져오기 DAO
 

Methods in skoinfo.rfc.education.dao with parameters of type EduSkinVO
 void EducationDAO.updateEduSkin(org.hibernate.Session session, EduSkinVO eduSkinVO)
          교육 스킨 수정 DAO
 void EducationDAO.writeEduSkin(org.hibernate.Session session, EduSkinVO eduSkinVO)
          교육 스킨 저장 DAO