Uses of Class
skoinfo.rfc.board.vo.CategoryVO

Packages that use CategoryVO
skoinfo.rfc.board   
skoinfo.rfc.board.action   
skoinfo.rfc.board.dao   
skoinfo.rfc.board.vo   
skoinfo.rfc.menu.action   
skoinfo.rfc.menu.vo   
 

Uses of CategoryVO in skoinfo.rfc.board
 

Methods in skoinfo.rfc.board that return types with arguments of type CategoryVO
 java.util.List<CategoryVO> BoardManager.getCategoryList1()
          (원서형 추가 : 2009-10-05) 카테고리 categoryList1
 java.util.List<CategoryVO> BoardManager.getCategoryList2()
          카테고리 categoryList2
 java.util.List<CategoryVO> BoardManager.getCategoryList2(java.lang.String categoryCode1)
          카테고리 categoryList2(String categoryCode1)
 java.util.List<CategoryVO> BoardManager.getCategoryList3()
          카테고리 categoryList3
 java.util.List<CategoryVO> BoardManager.getCategoryList3(java.lang.String categoryCode1, java.lang.String categoryCode2)
          카테고리 categoryList3(String categoryCode1)
 

Uses of CategoryVO in skoinfo.rfc.board.action
 

Methods in skoinfo.rfc.board.action that return types with arguments of type CategoryVO
 java.util.List<CategoryVO> BoardDataAction.getCategoryList1(java.lang.String categoryCode, java.lang.String boardId, java.lang.String sDepth)
          (원서형 추가 : 2009-10-05) 카테고리 categoryList1(String categoryCode1)
 java.util.List<CategoryVO> BoardDataAction.getCategoryList2(java.lang.String categoryCode1, java.lang.String boardId, java.lang.String sDepth)
          카테고리 categoryList2(String categoryCode1)
 java.util.List<CategoryVO> BoardDataAction.getCategoryList3(java.lang.String categoryCode2, java.lang.String boardId, java.lang.String sDepth)
          카테고리 categoryList3(String categoryCode1)
 

Uses of CategoryVO in skoinfo.rfc.board.dao
 

Methods in skoinfo.rfc.board.dao that return types with arguments of type CategoryVO
 java.util.List<CategoryVO> BoardDAO.getCategoryList(org.hibernate.Session session, java.lang.String boardId, int depth)
          CategoryVO List(허성철 추가 :cms용)
 

Methods in skoinfo.rfc.board.dao with parameters of type CategoryVO
 void BoardDAO.deleteCategory(org.hibernate.Session session, CategoryVO categoryVO)
          Category Delete
 int BoardDAO.getCategoryCount(org.hibernate.Session session, CategoryVO categoryVO)
          Extension Count ExtensionVO
 void BoardDAO.updateCategory(org.hibernate.Session session, CategoryVO categoryVO)
          Category Update
 void BoardDAO.writeCategory(org.hibernate.Session session, CategoryVO categoryVO)
          Category Insert
 

Uses of CategoryVO in skoinfo.rfc.board.vo
 

Methods in skoinfo.rfc.board.vo that return types with arguments of type CategoryVO
 java.util.List<CategoryVO> BoardVO.getCategoryVO1()
           
 java.util.List<CategoryVO> BoardBackUpVO.getCategoryVO1()
           
 java.util.List<CategoryVO> BoardVO.getCategoryVO2()
           
 java.util.List<CategoryVO> BoardBackUpVO.getCategoryVO2()
           
 java.util.List<CategoryVO> BoardVO.getCategoryVO3()
           
 java.util.List<CategoryVO> BoardBackUpVO.getCategoryVO3()
           
 

Method parameters in skoinfo.rfc.board.vo with type arguments of type CategoryVO
 void BoardVO.setCategoryVO1(java.util.List<CategoryVO> categoryVO1)
           
 void BoardBackUpVO.setCategoryVO1(java.util.List<CategoryVO> categoryVO1)
           
 void BoardVO.setCategoryVO2(java.util.List<CategoryVO> categoryVO2)
           
 void BoardBackUpVO.setCategoryVO2(java.util.List<CategoryVO> categoryVO2)
           
 void BoardVO.setCategoryVO3(java.util.List<CategoryVO> categoryVO3)
           
 void BoardBackUpVO.setCategoryVO3(java.util.List<CategoryVO> categoryVO3)
           
 

Uses of CategoryVO in skoinfo.rfc.menu.action
 

Methods in skoinfo.rfc.menu.action that return types with arguments of type CategoryVO
 java.util.List<CategoryVO> MenuAction.BoardCategory(java.lang.String boardId, int depth)
          해당 게시판에 해당하는 카테고리 가져오기
 

Uses of CategoryVO in skoinfo.rfc.menu.vo
 

Methods in skoinfo.rfc.menu.vo that return types with arguments of type CategoryVO
 java.util.List<CategoryVO> MenuVO.getCategoryList1()
           
 java.util.List<CategoryVO> MenuVO.getCategoryList2()
           
 java.util.List<CategoryVO> MenuVO.getCategoryList3()
           
 

Method parameters in skoinfo.rfc.menu.vo with type arguments of type CategoryVO
 void MenuVO.setCategoryList1(java.util.List<CategoryVO> categoryList1)
           
 void MenuVO.setCategoryList2(java.util.List<CategoryVO> categoryList2)
           
 void MenuVO.setCategoryList3(java.util.List<CategoryVO> categoryList3)