egovframework.rfc3.component.dao
Class ComponentDAO

java.lang.Object
  extended by org.springframework.dao.support.DaoSupport
      extended by org.springframework.orm.ibatis.support.SqlMapClientDaoSupport
          extended by egovframework.rte.psl.dataaccess.EgovAbstractDAO
              extended by egovframework.rfc3.common.dao.RfcIAMAbstractDAO
                  extended by egovframework.rfc3.component.dao.ComponentDAO
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean

@Repository(value="ComponentDAO")
public class ComponentDAO
extends RfcIAMAbstractDAO


Constructor Summary
ComponentDAO()
           
 
Method Summary
 void deleteStatusComponent(ComponentVO componentVO)
           
 ComponentVO getComponent(ComponentVO componentVO)
           
 void insertComponent(ComponentVO componentVO)
           
 java.util.List<ComponentVO> selectComponent(ComponentVO componentVO)
           
 java.util.List<ComponentVO> selectUseComponent(ComponentVO componentVO)
           
 void updateComponent(ComponentVO componentVO)
           
 
Methods inherited from class egovframework.rfc3.common.dao.RfcIAMAbstractDAO
delete, 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
 

Constructor Detail

ComponentDAO

public ComponentDAO()
Method Detail

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