egovframework.rfc3.visitcounter.dao
Class VisitCounterDAO

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.visitcounter.dao.VisitCounterDAO
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean

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


Constructor Summary
VisitCounterDAO()
           
 
Method Summary
 void insertBannerCounter(BannerCounterVO bannerCounterVO)
           
 void insertCounter(VisitCounterVO visitCounterVO)
           
 java.util.List<VisitCounterVO> selectBrowserCounter(VisitCounterVO visitCounterVO)
           
 java.util.List<VisitCounterVO> selectIpCounter(VisitCounterVO visitCounterVO)
           
 int selectIpCounterTotal(VisitCounterVO visitCounterVO)
           
 java.util.List<VisitCounterVO> selectOsCounter(VisitCounterVO visitCounterVO)
           
 java.util.List<VisitCounterVO> selectTimeCounter(VisitCounterVO visitCounterVO)
           
 java.util.List<VisitCounterVO> selectWeekCounter(VisitCounterVO visitCounterVO)
           
 java.util.List<VisitCounterVO> selectYearCounter(VisitCounterVO visitCounterVO)
           
 int visitCounter(VisitCounterVO visitCounterVO)
           
 
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

VisitCounterDAO

public VisitCounterDAO()
Method Detail

insertCounter

public void insertCounter(VisitCounterVO visitCounterVO)
                   throws java.lang.Exception
Throws:
java.lang.Exception

selectYearCounter

public java.util.List<VisitCounterVO> selectYearCounter(VisitCounterVO visitCounterVO)
                                                 throws java.lang.Exception
Throws:
java.lang.Exception

selectWeekCounter

public java.util.List<VisitCounterVO> selectWeekCounter(VisitCounterVO visitCounterVO)
                                                 throws java.lang.Exception
Throws:
java.lang.Exception

selectTimeCounter

public java.util.List<VisitCounterVO> selectTimeCounter(VisitCounterVO visitCounterVO)
                                                 throws java.lang.Exception
Throws:
java.lang.Exception

selectIpCounterTotal

public int selectIpCounterTotal(VisitCounterVO visitCounterVO)
                         throws java.lang.Exception
Throws:
java.lang.Exception

selectIpCounter

public java.util.List<VisitCounterVO> selectIpCounter(VisitCounterVO visitCounterVO)
                                               throws java.lang.Exception
Throws:
java.lang.Exception

selectBrowserCounter

public java.util.List<VisitCounterVO> selectBrowserCounter(VisitCounterVO visitCounterVO)
                                                    throws java.lang.Exception
Throws:
java.lang.Exception

selectOsCounter

public java.util.List<VisitCounterVO> selectOsCounter(VisitCounterVO visitCounterVO)
                                               throws java.lang.Exception
Throws:
java.lang.Exception

visitCounter

public int visitCounter(VisitCounterVO visitCounterVO)
                 throws java.lang.Exception
Throws:
java.lang.Exception

insertBannerCounter

public void insertBannerCounter(BannerCounterVO bannerCounterVO)
                         throws java.lang.Exception
Throws:
java.lang.Exception