Uses of Class
skoinfo.rfc.gallery.vo.GalleryCategoryVO

Packages that use GalleryCategoryVO
skoinfo.rfc.gallery.action   
skoinfo.rfc.gallery.dao   
skoinfo.rfc.gallery.vo   
 

Uses of GalleryCategoryVO in skoinfo.rfc.gallery.action
 

Methods in skoinfo.rfc.gallery.action that return GalleryCategoryVO
 GalleryCategoryVO GalleryCategoryAction.getCategoryList()
          비동기식(DWR) 카테고리리스트 Action
 

Methods in skoinfo.rfc.gallery.action that return types with arguments of type GalleryCategoryVO
 java.util.List<GalleryCategoryVO> GalleryCategoryAction.getCategoryView(java.lang.String categoryCode)
          비동기식(DWR) 카테고리 뷰 Action
 java.util.List<GalleryCategoryVO> GalleryCategoryAction.searchCategoryList(java.lang.String categoryCode, int depth)
          비동기식(DWR)검색 카테고리리스트 Action
 

Uses of GalleryCategoryVO in skoinfo.rfc.gallery.dao
 

Methods in skoinfo.rfc.gallery.dao that return GalleryCategoryVO
 GalleryCategoryVO GalleryDAO.getCategoryList(org.hibernate.Session session)
          카테고리리스트 비동기식(DWR) 요청에서 사용되는 함수
 GalleryCategoryVO GalleryDAO.searchCategoryList(org.hibernate.Session session, java.lang.String categoryCode1, java.lang.String categoryCode2, java.lang.String categoryCode3, java.lang.String categoryCode4, java.lang.String categoryCode5, int depth)
          검색 카테고리리스트 비동기식(DWR) 요청에서 사용되는 함수
 

Methods in skoinfo.rfc.gallery.dao that return types with arguments of type GalleryCategoryVO
 java.util.List<GalleryCategoryVO> GalleryDAO.getCategoryView(org.hibernate.Session session, java.lang.String categoryCode)
          카테고리정보 비동기식(DWR) 요청에서 사용되는 함수
 java.util.List<GalleryCategoryVO> GalleryDAO.searchCategoryCodeList(org.hibernate.Session session, int categoryDepth, java.lang.String categoryCode, int beginRow, int rowCount, java.util.ArrayList orderByList)
          카테고리 최근값 검색 목록 DAO
 

Methods in skoinfo.rfc.gallery.dao with parameters of type GalleryCategoryVO
 void GalleryDAO.deleteCategory(org.hibernate.Session session, GalleryCategoryVO galleryCategoryVO)
          category 삭제
 void GalleryDAO.deleteTagKeyword(org.hibernate.Session session, GalleryCategoryVO galleryCategoryVO)
          tagKeyword 삭제
 void GalleryDAO.updateCategory(org.hibernate.Session session, GalleryCategoryVO galleryCategoryVO)
          category 수정
 void GalleryDAO.updateTagKeyword(org.hibernate.Session session, GalleryCategoryVO galleryCategoryVO)
          tagKeyword 수정
 void GalleryDAO.writeCategory(org.hibernate.Session session, GalleryCategoryVO galleryCategoryVO)
          category 등록
 

Uses of GalleryCategoryVO in skoinfo.rfc.gallery.vo
 

Methods in skoinfo.rfc.gallery.vo that return GalleryCategoryVO
 GalleryCategoryVO PhotoBasketVO.getGalleryCategoryVO()
           
 GalleryCategoryVO PaperBasketVO.getGalleryCategoryVO()
           
 GalleryCategoryVO GalleryVO.getGalleryCategoryVO()
           
 

Methods in skoinfo.rfc.gallery.vo that return types with arguments of type GalleryCategoryVO
 java.util.List<GalleryCategoryVO> GalleryCategoryVO.getCategoryList1()
           
 java.util.List<GalleryCategoryVO> GalleryCategoryVO.getCategoryList2()
           
 java.util.List<GalleryCategoryVO> GalleryCategoryVO.getCategoryList3()
           
 java.util.List<GalleryCategoryVO> GalleryCategoryVO.getCategoryList4()
           
 java.util.List<GalleryCategoryVO> GalleryCategoryVO.getCategoryList5()
           
 

Methods in skoinfo.rfc.gallery.vo with parameters of type GalleryCategoryVO
 void PhotoBasketVO.setGalleryCategoryVO(GalleryCategoryVO galleryCategoryVO)
           
 void PaperBasketVO.setGalleryCategoryVO(GalleryCategoryVO galleryCategoryVO)
           
 void GalleryVO.setGalleryCategoryVO(GalleryCategoryVO galleryCategoryVO)
           
 

Method parameters in skoinfo.rfc.gallery.vo with type arguments of type GalleryCategoryVO
 void GalleryCategoryVO.setCategoryList1(java.util.List<GalleryCategoryVO> categoryList1)
           
 void GalleryCategoryVO.setCategoryList2(java.util.List<GalleryCategoryVO> categoryList2)
           
 void GalleryCategoryVO.setCategoryList3(java.util.List<GalleryCategoryVO> categoryList3)
           
 void GalleryCategoryVO.setCategoryList4(java.util.List<GalleryCategoryVO> categoryList4)
           
 void GalleryCategoryVO.setCategoryList5(java.util.List<GalleryCategoryVO> categoryList5)