egovframework.rfc3.jobhistory.dao
Class JobHistoryDAO
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.jobhistory.dao.JobHistoryDAO
- All Implemented Interfaces:
- org.springframework.beans.factory.InitializingBean
@Repository(value="JobHistoryDAO")
public class JobHistoryDAO
- 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 |
JobHistoryDAO
public JobHistoryDAO()
insertJobHistory
public void insertJobHistory(JobHistoryVO jobHistoryVO)
selectJobHistoryListTotCnt
public int selectJobHistoryListTotCnt(JobHistoryVO jobHistoryVO)
selectJobHistoryList
public java.util.List<JobHistoryVO> selectJobHistoryList(JobHistoryVO jobHistoryVO)
selectJobHistoryYearTab
public java.util.List<JobHistoryVO> selectJobHistoryYearTab(JobHistoryVO jobHistoryVO)
getJobHistory
public JobHistoryVO getJobHistory(long jobHistorySid)
updateJobHistory
public void updateJobHistory(JobHistoryVO jobHistoryVO)
deleteJobHistory
public void deleteJobHistory(long jobHistorySid)