egovframework.rfc3.menu.service
Interface MenuUserService

All Known Implementing Classes:
MenuUserServiceImpl

public interface MenuUserService


Method Summary
 int deleteMenuUser(MenuUserVO menuUserVO)
          사용자 메뉴 삭제
 void insertMenuUser(MenuUserVO menuUserVO)
          사용자 메뉴 입력
 MenuUserVO selectMenuUserData(MenuUserVO menuUserVO)
          사용자 메뉴 데이터 VO
 java.util.List<MenuUserVO> selectMenuUserList(MenuUserVO menuUserVO)
          사용자 메뉴 리스트
 int selectMenuUserTotCnt(MenuUserVO menuUserVO)
          사용자 메뉴리스트 카운트
 java.util.List<MenuUserVO> selectSubMenuListUser(MenuUserVO menuUserVO)
          사용자 메뉴 dp리스트
 int updateMenuUser(MenuUserVO menuUserVO)
          사용자 메뉴 수정
 

Method Detail

selectMenuUserTotCnt

int selectMenuUserTotCnt(MenuUserVO menuUserVO)
                         throws java.lang.Exception
사용자 메뉴리스트 카운트

Parameters:
MenuUserVO -
Returns:
Throws:
java.lang.Exception

selectMenuUserList

java.util.List<MenuUserVO> selectMenuUserList(MenuUserVO menuUserVO)
                                              throws java.lang.Exception
사용자 메뉴 리스트

Parameters:
MenuUserVO -
Returns:
Throws:
java.lang.Exception

deleteMenuUser

int deleteMenuUser(MenuUserVO menuUserVO)
                   throws java.lang.Exception
사용자 메뉴 삭제

Parameters:
MenuUserVO -
Returns:
Throws:
java.lang.Exception

updateMenuUser

int updateMenuUser(MenuUserVO menuUserVO)
                   throws java.lang.Exception
사용자 메뉴 수정

Parameters:
MenuUserVO -
Returns:
Throws:
java.lang.Exception

selectMenuUserData

MenuUserVO selectMenuUserData(MenuUserVO menuUserVO)
                              throws java.lang.Exception
사용자 메뉴 데이터 VO

Parameters:
MenuUserVO -
Returns:
Throws:
java.lang.Exception

selectSubMenuListUser

java.util.List<MenuUserVO> selectSubMenuListUser(MenuUserVO menuUserVO)
                                                 throws java.lang.Exception
사용자 메뉴 dp리스트

Parameters:
MenuUserVO -
Throws:
java.lang.Exception

insertMenuUser

void insertMenuUser(MenuUserVO menuUserVO)
                    throws java.lang.Exception
사용자 메뉴 입력

Parameters:
MenuUserVO -
Throws:
java.lang.Exception