egovframework.rfc3.menu.dao
Class MenuUserDAO

java.lang.Object
  extended by org.springframework.dao.support.DaoSupport
      extended by org.springframework.orm.ibatis.support.SqlMapClientDaoSupport
          extended by egovframework.rte.psl.dataaccess.EgovAbstractDAO
              extended by egovframework.rfc3.common.dao.RfcCMSAbstractDAO
                  extended by egovframework.rfc3.menu.dao.MenuUserDAO
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean

@Repository(value="MenuUserDAO")
public class MenuUserDAO
extends RfcCMSAbstractDAO


Constructor Summary
MenuUserDAO()
           
 
Method Summary
 int deleteMenuUser(MenuUserVO menuUserVO)
          메뉴 삭제
 void insertMenuUser(MenuUserVO menuUserVO)
          메뉴 입력
 MenuUserVO menuUserData(MenuUserVO menuUserVO)
          메뉴관리 VO
 java.util.List<MenuUserVO> selectMenuUserList(MenuUserVO menuUserVO)
          메뉴 리스트
 int selectMenuUserTotCnt(MenuUserVO menuUserVO)
          메뉴 리스트 카운트
 java.util.List<MenuUserVO> selectSubMenuListUser(MenuUserVO menuUserVO)
          메뉴관리 VO
 int updateMenuUser(MenuUserVO menuUserVO)
          메뉴 수정
 
Methods inherited from class egovframework.rfc3.common.dao.RfcCMSAbstractDAO
delete, desDecoding, desDecoding2, desDecodingList, desDecodingList2, desEncoding, desEncoding2, insert, list, listWithPaging, selectByPk, setSuperSqlMapClient, update
 
Methods inherited from class org.springframework.orm.ibatis.support.SqlMapClientDaoSupport
getDataSource, getSqlMapClient, getSqlMapClientTemplate, setDataSource, setSqlMapClient, setSqlMapClientTemplate
 
Methods inherited from class org.springframework.dao.support.DaoSupport
afterPropertiesSet
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MenuUserDAO

public MenuUserDAO()
Method Detail

selectMenuUserTotCnt

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

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

selectMenuUserList

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

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

insertMenuUser

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

Parameters:
menuVO -
Throws:
java.lang.Exception

deleteMenuUser

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

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

updateMenuUser

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

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

menuUserData

public MenuUserVO menuUserData(MenuUserVO menuUserVO)
                        throws java.lang.Exception
메뉴관리 VO

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

selectSubMenuListUser

public java.util.List<MenuUserVO> selectSubMenuListUser(MenuUserVO menuUserVO)
                                                 throws java.lang.Exception
메뉴관리 VO

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