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

Packages that use PhotoTagNameVO
skoinfo.rfc.photo   
skoinfo.rfc.photo.action   
skoinfo.rfc.photo.dao   
 

Uses of PhotoTagNameVO in skoinfo.rfc.photo
 

Methods in skoinfo.rfc.photo that return types with arguments of type PhotoTagNameVO
 java.util.List<PhotoTagNameVO> PhotoManager.getHotTagName(int tagListCnt)
           
 java.util.List<PhotoTagNameVO> PhotoManager.getTagNameList(int tagListCnt)
          태그전부 가져오기
 

Uses of PhotoTagNameVO in skoinfo.rfc.photo.action
 

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

Method parameters in skoinfo.rfc.photo.action with type arguments of type PhotoTagNameVO
 void PhotoDataGroupAction.setAdminTagList(java.util.List<PhotoTagNameVO> adminTagList)
           
 void PhotoDataGroupAction.setTagList(java.util.List<PhotoTagNameVO> tagList)
           
 

Uses of PhotoTagNameVO in skoinfo.rfc.photo.dao
 

Methods in skoinfo.rfc.photo.dao that return types with arguments of type PhotoTagNameVO
 java.util.List<PhotoTagNameVO> PhotoDAO.getHotTagName(org.hibernate.Session session, int rowCount)
          핫태그 이름 가져오기
 java.util.List<PhotoTagNameVO> PhotoDAO.getTagKeywordView(org.hibernate.Session session, java.lang.String tagName)
          태그 키워드 정보
 java.util.List<PhotoTagNameVO> PhotoDAO.getTagNameList(org.hibernate.Session session, int rowCount)
          태그이름 전부 가져오기
 java.util.List<PhotoTagNameVO> PhotoDAO.getTagNameList(org.hibernate.Session session, int beginRow, int rowCount, java.util.ArrayList orderByList)
          전체 태그수 페이징 리스트
 

Methods in skoinfo.rfc.photo.dao with parameters of type PhotoTagNameVO
 long PhotoDAO.writeTagKeyword(org.hibernate.Session session, PhotoTagNameVO photoTagNameVO)
          tagKeyword 등록