Uses of Class
skoinfo.rfc.photo.vo.PhotoDataGroupCateVO

Packages that use PhotoDataGroupCateVO
skoinfo.rfc.photo.dao   
skoinfo.rfc.photo.vo   
 

Uses of PhotoDataGroupCateVO in skoinfo.rfc.photo.dao
 

Methods in skoinfo.rfc.photo.dao that return types with arguments of type PhotoDataGroupCateVO
 java.util.List<PhotoDataGroupCateVO> PhotoDAO.getDataFileCateInfo(org.hibernate.Session session, long dataSid)
          데이타 파일 카테고리 정보가져오기
 

Uses of PhotoDataGroupCateVO in skoinfo.rfc.photo.vo
 

Methods in skoinfo.rfc.photo.vo that return types with arguments of type PhotoDataGroupCateVO
 java.util.List<PhotoDataGroupCateVO> PhotoDataGroupVO.getDataGroupCodeList()
           
 

Method parameters in skoinfo.rfc.photo.vo with type arguments of type PhotoDataGroupCateVO
 void PhotoDataGroupVO.setDataGroupCodeList(java.util.List<PhotoDataGroupCateVO> dataGroupCodeList)