egovframework.rfc3.common.dao
Class RfcCommonCountDAO

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.RfcCMSAbstractDAO
                  extended by egovframework.rfc3.common.dao.RfcCommonCountDAO
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean

@Repository(value="RfcCommonCountDAO")
public class RfcCommonCountDAO
extends RfcCMSAbstractDAO


Constructor Summary
RfcCommonCountDAO()
           
 
Method Summary
 void insertCountInsert(CommonCountVO commonCountVO)
           
 java.util.List<CommonCountVO> selectCountList(CommonCountVO commonCountVO)
           
 int selectCountTotCnt(CommonCountVO commonCountVO)
           
 
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
 

Constructor Detail

RfcCommonCountDAO

public RfcCommonCountDAO()
Method Detail

selectCountTotCnt

public int selectCountTotCnt(CommonCountVO commonCountVO)
                      throws java.lang.Exception
Throws:
java.lang.Exception

selectCountList

public java.util.List<CommonCountVO> selectCountList(CommonCountVO commonCountVO)
                                              throws java.lang.Exception
Throws:
java.lang.Exception

insertCountInsert

public void insertCountInsert(CommonCountVO commonCountVO)
                       throws java.lang.Exception
Throws:
java.lang.Exception