|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.dao.support.DaoSupport
org.springframework.orm.ibatis.support.SqlMapClientDaoSupport
egovframework.rte.psl.dataaccess.EgovAbstractDAO
egovframework.rfc3.common.dao.RfcCMSAbstractDAO
egovframework.rfc3.menu.dao.MenuUserDAO
@Repository(value="MenuUserDAO") public class MenuUserDAO
| 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 |
|---|
public MenuUserDAO()
| Method Detail |
|---|
public int selectMenuUserTotCnt(MenuUserVO menuUserVO)
throws java.lang.Exception
menuVO -
java.lang.Exception
public java.util.List<MenuUserVO> selectMenuUserList(MenuUserVO menuUserVO)
throws java.lang.Exception
menuVO -
java.lang.Exception
public void insertMenuUser(MenuUserVO menuUserVO)
throws java.lang.Exception
menuVO -
java.lang.Exception
public int deleteMenuUser(MenuUserVO menuUserVO)
throws java.lang.Exception
menuVO -
java.lang.Exception
public int updateMenuUser(MenuUserVO menuUserVO)
throws java.lang.Exception
menuVO -
java.lang.Exception
public MenuUserVO menuUserData(MenuUserVO menuUserVO)
throws java.lang.Exception
menuVO -
java.lang.Exception
public java.util.List<MenuUserVO> selectSubMenuListUser(MenuUserVO menuUserVO)
throws java.lang.Exception
menuVO -
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||