egovframework.rfc3.menu.service.impl
Class MenuUserServiceImpl

java.lang.Object
  extended by egovframework.rte.fdl.cmmn.AbstractServiceImpl
      extended by egovframework.rfc3.menu.service.impl.MenuUserServiceImpl
All Implemented Interfaces:
MenuUserService

@Service(value="MenuUserService")
public class MenuUserServiceImpl
extends egovframework.rte.fdl.cmmn.AbstractServiceImpl
implements MenuUserService


Constructor Summary
MenuUserServiceImpl()
           
 
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)
          메뉴 수정
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MenuUserServiceImpl

public MenuUserServiceImpl()
Method Detail

selectMenuUserTotCnt

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

Specified by:
selectMenuUserTotCnt in interface MenuUserService
Parameters:
MenuUserVO -
Returns:
Throws:
java.lang.Exception

selectMenuUserList

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

Specified by:
selectMenuUserList in interface MenuUserService
Parameters:
MenuUserVO -
Returns:
Throws:
java.lang.Exception

deleteMenuUser

public int deleteMenuUser(MenuUserVO menuUserVO)
                   throws java.lang.Exception
메뉴 삭제

Specified by:
deleteMenuUser in interface MenuUserService
Parameters:
MenuUserVO -
Returns:
Throws:
java.lang.Exception

updateMenuUser

public int updateMenuUser(MenuUserVO menuUserVO)
                   throws java.lang.Exception
메뉴 수정

Specified by:
updateMenuUser in interface MenuUserService
Parameters:
MenuUserVO -
Returns:
Throws:
java.lang.Exception

selectMenuUserData

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

Specified by:
selectMenuUserData in interface MenuUserService
Parameters:
MenuUserVO -
Returns:
Throws:
java.lang.Exception

insertMenuUser

public void insertMenuUser(MenuUserVO menuUserVO)
                    throws java.lang.Exception
메뉴 입력

Specified by:
insertMenuUser in interface MenuUserService
Parameters:
MenuUserVO -
Throws:
java.lang.Exception

selectSubMenuListUser

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

Specified by:
selectSubMenuListUser in interface MenuUserService
Parameters:
MenuUserVO -
Throws:
java.lang.Exception