Uses of Class
skoinfo.rfc.category.vo.CategoryCommonVO

Packages that use CategoryCommonVO
skoinfo.rfc.category.action   
skoinfo.rfc.category.dao   
skoinfo.rfc.category.menu   
skoinfo.rfc.category.vo   
skoinfo.rfc.menu.vo   
 

Uses of CategoryCommonVO in skoinfo.rfc.category.action
 

Methods in skoinfo.rfc.category.action that return CategoryCommonVO
 CategoryCommonVO CategoryAction.getBoardVO()
           
 CategoryCommonVO CategoryAction.getCategorycommonVO()
           
 

Methods in skoinfo.rfc.category.action with parameters of type CategoryCommonVO
 void CategoryAction.setCategorycommonVO(CategoryCommonVO categorycommonVO)
           
 

Uses of CategoryCommonVO in skoinfo.rfc.category.dao
 

Methods in skoinfo.rfc.category.dao that return CategoryCommonVO
 CategoryCommonVO CategoryDAO.getCategoryVO(org.hibernate.Session session, long searchType1)
          박형민 공통코드 count 공통코드 view
 CategoryCommonVO CategoryDAO.getSubCategoryVO(org.hibernate.Session session, java.lang.String catecd)
          박형민 공통코드 count 공통코드 sub_view
 

Methods in skoinfo.rfc.category.dao that return types with arguments of type CategoryCommonVO
 java.util.List<CategoryCommonVO> CategoryDAO.categoyrComList(org.hibernate.Session session, java.lang.String mode, java.lang.String keyword, int beginRow, int rowCount)
          공통코드 목록
 java.util.List<CategoryCommonVO> CategoryDAO.getCategoryList(org.hibernate.Session session)
          박형민 공통코드 list
 java.util.List<CategoryCommonVO> CategoryDAO.getCategoryList(org.hibernate.Session session, long searchType1)
          박형민
 java.util.List<CategoryCommonVO> CategoryDAO.getCategoryList(org.hibernate.Session session, java.lang.String code, java.lang.String name)
           
 java.util.List<CategoryCommonVO> CategoryDAO.getCategoryListSearch(org.hibernate.Session session, java.lang.String searchType1)
          박형민 공통코드 list
 java.util.List<CategoryCommonVO> CategoryDAO.searchSubcategoryComList(org.hibernate.Session session, java.lang.String commonCode)
           
 

Methods in skoinfo.rfc.category.dao with parameters of type CategoryCommonVO
 void CategoryDAO.updateCateCom(org.hibernate.Session session, CategoryCommonVO categoryCom)
          카테고리 공통 수정
 void CategoryDAO.writecateCom(org.hibernate.Session session, CategoryCommonVO categoryCom)
          박형민 공통코드 insert 공통 코드
 

Uses of CategoryCommonVO in skoinfo.rfc.category.menu
 

Methods in skoinfo.rfc.category.menu that return CategoryCommonVO
 CategoryCommonVO CategoryManager.getCategoryCommon(java.lang.String cateCd)
          카테고리 공통 구분값(공통 코드값)
 

Methods in skoinfo.rfc.category.menu that return types with arguments of type CategoryCommonVO
 java.util.List<CategoryCommonVO> CategoryManager.getCategoryCommon()
          카테고리 공통 코드 전체 list
 java.util.List<CategoryCommonVO> CategoryManager.getCategoryCommon(java.lang.String code, java.lang.String name)
           
 java.util.List<CategoryCommonVO> CategoryManager.getCateListDwr()
           
 

Methods in skoinfo.rfc.category.menu with parameters of type CategoryCommonVO
 java.lang.String CategoryManager.AdminTag(CategoryCommonVO categoryCommonVO)
           
 

Method parameters in skoinfo.rfc.category.menu with type arguments of type CategoryCommonVO
 void CategoryManager.setCateListDwr(java.util.List<CategoryCommonVO> cateListDwr)
           
 

Uses of CategoryCommonVO in skoinfo.rfc.category.vo
 

Methods in skoinfo.rfc.category.vo that return types with arguments of type CategoryCommonVO
 java.util.List<CategoryCommonVO> CategoryCommonVO.getCateComlist()
           
 

Method parameters in skoinfo.rfc.category.vo with type arguments of type CategoryCommonVO
 void CategoryCommonVO.setCateComlist(java.util.List<CategoryCommonVO> cateComlist)
           
 

Uses of CategoryCommonVO in skoinfo.rfc.menu.vo
 

Methods in skoinfo.rfc.menu.vo that return types with arguments of type CategoryCommonVO
 java.util.List<CategoryCommonVO> MenuVO.getCatecommon()
           
 

Method parameters in skoinfo.rfc.menu.vo with type arguments of type CategoryCommonVO
 void MenuVO.setCatecommon(java.util.List<CategoryCommonVO> catecommon)