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

Packages that use PhotoDataGroupVO
skoinfo.rfc.photo   
skoinfo.rfc.photo.action   
skoinfo.rfc.photo.dao   
skoinfo.rfc.photo.vo   
 

Uses of PhotoDataGroupVO in skoinfo.rfc.photo
 

Methods in skoinfo.rfc.photo that return PhotoDataGroupVO
 PhotoDataGroupVO PhotoManager.getPhotoDataGroupVO()
           
 

Uses of PhotoDataGroupVO in skoinfo.rfc.photo.action
 

Methods in skoinfo.rfc.photo.action that return PhotoDataGroupVO
 PhotoDataGroupVO PhotoDataGroupAction.getPhotoDataGroupVO()
           
 

Methods in skoinfo.rfc.photo.action that return types with arguments of type PhotoDataGroupVO
 java.util.List<PhotoDataGroupVO> PhotoDataGroupAction.getDataGroupList()
           
 

Methods in skoinfo.rfc.photo.action with parameters of type PhotoDataGroupVO
 void PhotoDataGroupAction.setPhotoCategoryVO(PhotoDataGroupVO photoDataGroupVO)
           
 

Method parameters in skoinfo.rfc.photo.action with type arguments of type PhotoDataGroupVO
 void PhotoDataGroupAction.setDataGroupList(java.util.List<PhotoDataGroupVO> dataGroupList)
           
 

Uses of PhotoDataGroupVO in skoinfo.rfc.photo.dao
 

Methods in skoinfo.rfc.photo.dao that return PhotoDataGroupVO
 PhotoDataGroupVO PhotoDAO.getDataGroupInfo(org.hibernate.Session session, long dataSid)
          데이타 그룹정보 가져오기
 PhotoDataGroupVO PhotoDAO.getDataParentInfo(org.hibernate.Session session, long groupIdx)
          폴더의 정보만 가져온다.
 PhotoDataGroupVO PhotoDAO.getMaxDataFileInfo(org.hibernate.Session session, long groupIdx)
          폴더안의 파일중 최근값
 PhotoDataGroupVO PhotoDAO.getPhotoFolderInfo(org.hibernate.Session session, java.lang.String thumbnailFileName)
          사진테이블 정보 출력DAO
 

Methods in skoinfo.rfc.photo.dao that return types with arguments of type PhotoDataGroupVO
 java.util.List<PhotoDataGroupVO> PhotoDAO.getDataFileList(org.hibernate.Session session, long groupIdx)
          폴더속 정상적인 파일 목록 가져오기
 java.util.List<PhotoDataGroupVO> PhotoDAO.getDataFileNormal(org.hibernate.Session session, long groupIdx)
          폴더속 정상적인 파일 목록
 java.util.List<PhotoDataGroupVO> PhotoDAO.getDataGroupFileList(org.hibernate.Session session, long groupIdx, java.lang.String sDate, java.lang.String eDate, java.lang.String keyword, int beginRow, int rowCount, java.util.ArrayList orderByList)
          폴더속 파일 목록
 java.util.List<PhotoDataGroupVO> PhotoDAO.getDataGroupList(org.hibernate.Session session, java.lang.String categoryCode, java.lang.String sDate, java.lang.String eDate, java.lang.String keyword, int beginRow, int rowCount, java.util.ArrayList orderByList)
          카테고리 및 촬영 검색 목록
 java.util.List<PhotoDataGroupVO> PhotoDAO.getDeletedGroupList(org.hibernate.Session session, long groupIdx)
           
 java.util.List<PhotoDataGroupVO> PhotoDAO.getSearchList(org.hibernate.Session session, java.lang.String sDate, java.lang.String eDate, java.lang.String keyword, int beginRow, int rowCount, java.util.ArrayList orderByList, int listType)
          통합검색 목록 가져오기
 

Methods in skoinfo.rfc.photo.dao with parameters of type PhotoDataGroupVO
 java.util.List<java.lang.Long> PhotoDAO.updateAllDataFile(org.hibernate.Session session, PhotoDataGroupVO photoDataGroupVO)
          해당 데이타 sid 에 해당하는 파일 내용 수정하기
 void PhotoDAO.updateDataGroup(org.hibernate.Session session, PhotoDataGroupVO photoDataGroupVO)
          데이타 그룹 수정
 long PhotoDAO.writeDataFile(org.hibernate.Session session, PhotoDataGroupVO photoDataGroupVO)
          데이타 그룹 저장
 long PhotoDAO.writeDataGroup(org.hibernate.Session session, PhotoDataGroupVO photoDataGroupVO)
          데이타 그룹 저장
 

Uses of PhotoDataGroupVO in skoinfo.rfc.photo.vo
 

Methods in skoinfo.rfc.photo.vo that return PhotoDataGroupVO
 PhotoDataGroupVO PhotoHistoryVO.getPhotoDataGroupVO()
           
 

Methods in skoinfo.rfc.photo.vo with parameters of type PhotoDataGroupVO
 void PhotoHistoryVO.setPhotoDataGroupVO(PhotoDataGroupVO photoDataGroupVO)