egovframework.rfc3.visitcounter.dao
Class VisitCounterDAO
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.visitcounter.dao.VisitCounterDAO
- All Implemented Interfaces:
- org.springframework.beans.factory.InitializingBean
@Repository(value="VisitCounterDAO")
public class VisitCounterDAO
- 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 |
VisitCounterDAO
public VisitCounterDAO()
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