egovframework.rfc3.menu.dao
Class MenuGradeDAO
java.lang.Object
org.springframework.dao.support.DaoSupport
org.springframework.orm.ibatis.support.SqlMapClientDaoSupport
egovframework.rte.psl.dataaccess.EgovAbstractDAO
egovframework.rfc3.common.dao.RfcCMSAbstractDAO
egovframework.rfc3.menu.dao.MenuGradeDAO
- All Implemented Interfaces:
- org.springframework.beans.factory.InitializingBean
@Repository(value="MenuGradeDAO")
public class MenuGradeDAO
- extends RfcCMSAbstractDAO
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 |
MenuGradeDAO
public MenuGradeDAO()
selectMenuGrade
public java.util.List<MenuGradeVO> selectMenuGrade(MenuGradeVO menuGradeVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
selectMenuGradeTopTen
public java.util.List<MenuVO> selectMenuGradeTopTen(MenuVO menuVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
insertMenuGrade
public void insertMenuGrade(MenuGradeVO menuGradeVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
deleteMenuGrade
public void deleteMenuGrade(MenuGradeVO menuGradeVO)
throws java.lang.Exception
- Throws:
java.lang.Exception