egovframework.rfc3.component.dao
Class ComponentDAO
java.lang.Object
org.springframework.dao.support.DaoSupport
org.springframework.orm.ibatis.support.SqlMapClientDaoSupport
egovframework.rte.psl.dataaccess.EgovAbstractDAO
egovframework.rfc3.common.dao.RfcIAMAbstractDAO
egovframework.rfc3.component.dao.ComponentDAO
- All Implemented Interfaces:
- org.springframework.beans.factory.InitializingBean
@Repository(value="ComponentDAO")
public class ComponentDAO
- extends RfcIAMAbstractDAO
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 |
ComponentDAO
public ComponentDAO()
insertComponent
public void insertComponent(ComponentVO componentVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
updateComponent
public void updateComponent(ComponentVO componentVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
deleteStatusComponent
public void deleteStatusComponent(ComponentVO componentVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
selectComponent
public java.util.List<ComponentVO> selectComponent(ComponentVO componentVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
selectUseComponent
public java.util.List<ComponentVO> selectUseComponent(ComponentVO componentVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
getComponent
public ComponentVO getComponent(ComponentVO componentVO)
throws java.lang.Exception
- Throws:
java.lang.Exception