egovframework.rfc3.login.dao
Class StatDAO

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

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


Constructor Summary
StatDAO()
           
 
Method Summary
 java.util.List<StatVO> selectBoardDataCounterCnt(StatVO statVO)
          게시판 특정기간 게시물 등록수
 java.util.List<StatVO> selectBoardDataMainCounterCnt(StatVO statVO)
          메인 출력용 게시판 통계
 java.util.List<StatVO> selectBoardDataStatList(StatVO statVO)
          게시물 통계 목록
 java.lang.Integer selectBoardDataStatListCnt(StatVO statVO)
          게시물 통계 수
 java.util.List<StatVO> selectVisitCounterDomainList(StatVO statVO)
          도메인 목록
 java.lang.Integer selectVisitCouterMainCnt(StatVO statVO)
          메인 출력용 방문자 통계
 
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

StatDAO

public StatDAO()
Method Detail

selectVisitCounterDomainList

public java.util.List<StatVO> selectVisitCounterDomainList(StatVO statVO)
                                                    throws java.lang.Exception
도메인 목록

Parameters:
statVO -
Returns:
Throws:
java.lang.Exception

selectVisitCouterMainCnt

public java.lang.Integer selectVisitCouterMainCnt(StatVO statVO)
                                           throws java.lang.Exception
메인 출력용 방문자 통계

Parameters:
statVO -
Returns:
Throws:
java.lang.Exception

selectBoardDataCounterCnt

public java.util.List<StatVO> selectBoardDataCounterCnt(StatVO statVO)
                                                 throws java.lang.Exception
게시판 특정기간 게시물 등록수

Parameters:
statVO -
Returns:
Throws:
java.lang.Exception

selectBoardDataMainCounterCnt

public java.util.List<StatVO> selectBoardDataMainCounterCnt(StatVO statVO)
                                                     throws java.lang.Exception
메인 출력용 게시판 통계

Parameters:
statVO -
Returns:
Throws:
java.lang.Exception

selectBoardDataStatListCnt

public java.lang.Integer selectBoardDataStatListCnt(StatVO statVO)
                                             throws java.lang.Exception
게시물 통계 수

Parameters:
statVO -
Returns:
Throws:
java.lang.Exception

selectBoardDataStatList

public java.util.List<StatVO> selectBoardDataStatList(StatVO statVO)
                                               throws java.lang.Exception
게시물 통계 목록

Parameters:
statVO -
Returns:
Throws:
java.lang.Exception