Uses of Class
skoinfo.rfc.menu.vo.MenuUserVO

Packages that use MenuUserVO
skoinfo.rfc.menu.action   
skoinfo.rfc.menu.dao   
skoinfo.rfc.user   
 

Uses of MenuUserVO in skoinfo.rfc.menu.action
 

Methods in skoinfo.rfc.menu.action that return MenuUserVO
 MenuUserVO MenuAction.getMenuUserVO()
           
 

Methods in skoinfo.rfc.menu.action that return types with arguments of type MenuUserVO
 java.util.List<MenuUserVO> MenuAction.getMenuUserList()
           
 

Methods in skoinfo.rfc.menu.action with parameters of type MenuUserVO
 void MenuAction.setMenuUserVO(MenuUserVO menuUserVO)
           
 

Method parameters in skoinfo.rfc.menu.action with type arguments of type MenuUserVO
 void MenuAction.setMenuUserList(java.util.List<MenuUserVO> menuUserList)
           
 

Uses of MenuUserVO in skoinfo.rfc.menu.dao
 

Methods in skoinfo.rfc.menu.dao that return MenuUserVO
 MenuUserVO MenuDAO.getMenuUser(org.hibernate.Session session, long menuUserSid)
          사용자 지정 메뉴 DAO[2009-12-07 : 원서형]
 MenuUserVO MenuDAO.getMenuUser(org.hibernate.Session session, java.lang.String menuUserCd)
          사용자 지정 메뉴 DAO[2009-12-07 : 원서형]
 

Methods in skoinfo.rfc.menu.dao that return types with arguments of type MenuUserVO
 java.util.List<MenuUserVO> MenuDAO.getMenuUrlCheck(org.hibernate.Session session, java.lang.String menuUrl)
          사용자 지정 메뉴Url 체크 DAO [2009-12-11 : 원서형]
 java.util.List<MenuUserVO> MenuDAO.getMenuUserList(org.hibernate.Session session)
          사용자 지정 메뉴목록 DAO[2009-12-07 : 원서형]
 java.util.List<MenuUserVO> MenuDAO.getMenuUserList(org.hibernate.Session session, java.util.List<OrderBy> orderByList)
           
 java.util.List<MenuUserVO> MenuDAO.getSubMenuUserList(org.hibernate.Session session, java.lang.String menuUserCd)
          사용자 지정 서브메뉴목록 DAO[2009-12-10 : 원서형]
 java.util.List<MenuUserVO> MenuDAO.getSubMenuUserList(org.hibernate.Session session, java.lang.String menuUserCd, java.util.List<OrderBy> orderByList)
          사용자 지정 서브메뉴목록 DAO[2009-12-10 : 원서형]
 

Methods in skoinfo.rfc.menu.dao with parameters of type MenuUserVO
 void MenuDAO.updateMenu(org.hibernate.Session session, MenuUserVO menuUserVO)
          사용자 메뉴 수정 DAO[2009-12-07 : 원서형]
 void MenuDAO.writeMenu(org.hibernate.Session session, MenuUserVO menuUserVO)
          사용자 메뉴 등록 DAO[2009-12-07 : 원서형]
 

Uses of MenuUserVO in skoinfo.rfc.user
 

Methods in skoinfo.rfc.user that return MenuUserVO
 MenuUserVO SessionManager.getMenuUser(java.lang.String menuUserCd)
          사용자 지정 메뉴객체 Action [2009-12-11 : 원서형]
 

Methods in skoinfo.rfc.user that return types with arguments of type MenuUserVO
 java.util.List<MenuUserVO> SessionManager.getMenuUserList()
          사용자 지정 메뉴목록 Action [2009-12-11 : 원서형]
 java.util.List<MenuUserVO> SessionManager.getSubMenuUserList(java.lang.String menuUserCd)
          사용자 지정 메뉴목록 Action [2009-12-11 : 원서형]