egovframework.rfc3.electuser.dao
Class ElectUserDAO
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.electuser.dao.ElectUserDAO
- All Implemented Interfaces:
- org.springframework.beans.factory.InitializingBean
@Repository(value="ElectUserDAO")
public class ElectUserDAO
- 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 |
ElectUserDAO
public ElectUserDAO()
insertElectUser
public void insertElectUser(ElectUserVO electUserVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
updateElectUser
public void updateElectUser(ElectUserVO electUserVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
selectElectUserList
public java.util.List<ElectUserVO> selectElectUserList(ElectUserVO electUserVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
selectElectUserListTotal
public int selectElectUserListTotal(ElectUserVO electUserVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
getElectUserList
public ElectUserVO getElectUserList(ElectUserVO electUserVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
getElectUserMultiList
public java.util.List<ElectUserVO> getElectUserMultiList(ElectUserVO electUserVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
deleteElectUser
public void deleteElectUser(ElectUserVO electUserVO)
throws java.lang.Exception
- Throws:
java.lang.Exception