egovframework.rfc3.login.service
Interface StatService

All Known Implementing Classes:
StatServiceImpl

public interface StatService


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)
          메인 출력용 방문자 통계
 

Method Detail

selectVisitCounterDomainList

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

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

selectVisitCouterMainCnt

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

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

selectBoardDataCounterCnt

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

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

selectBoardDataMainCounterCnt

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

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

selectBoardDataStatListCnt

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

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

selectBoardDataStatList

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

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