egovframework.rfc3.scrap.dao
Class ScrapDAO
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.scrap.dao.ScrapDAO
- All Implemented Interfaces:
- org.springframework.beans.factory.InitializingBean
@Repository(value="ScrapDAO")
public class ScrapDAO
- 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 |
ScrapDAO
public ScrapDAO()
selectScrap
public java.util.List<ScrapVO> selectScrap(ScrapVO scrapVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
getScrap
public ScrapVO getScrap(ScrapVO scrapVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
insertScrap
public void insertScrap(ScrapVO scrapVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
updateScrap
public void updateScrap(ScrapVO scrapVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
deleteScrap
public void deleteScrap(ScrapVO scrapVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
selectScrapDirectory
public java.util.List<ScrapDirectoryVO> selectScrapDirectory(ScrapDirectoryVO scrapDirectoryVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
getScrapDirectory
public ScrapDirectoryVO getScrapDirectory(ScrapDirectoryVO scrapDirectoryVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
insertScrapDirectory
public void insertScrapDirectory(ScrapDirectoryVO scrapDirectoryVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
updateScrapDirectory
public void updateScrapDirectory(ScrapDirectoryVO scrapDirectoryVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
deleteScrapDirectory
public void deleteScrapDirectory(ScrapDirectoryVO scrapDirectoryVO)
throws java.lang.Exception
- Throws:
java.lang.Exception