|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.login.dao.StatDAO
@Repository(value="StatDAO") public class StatDAO
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 |
---|
public StatDAO()
Method Detail |
---|
public java.util.List<StatVO> selectVisitCounterDomainList(StatVO statVO) throws java.lang.Exception
statVO
-
java.lang.Exception
public java.lang.Integer selectVisitCouterMainCnt(StatVO statVO) throws java.lang.Exception
statVO
-
java.lang.Exception
public java.util.List<StatVO> selectBoardDataCounterCnt(StatVO statVO) throws java.lang.Exception
statVO
-
java.lang.Exception
public java.util.List<StatVO> selectBoardDataMainCounterCnt(StatVO statVO) throws java.lang.Exception
statVO
-
java.lang.Exception
public java.lang.Integer selectBoardDataStatListCnt(StatVO statVO) throws java.lang.Exception
statVO
-
java.lang.Exception
public java.util.List<StatVO> selectBoardDataStatList(StatVO statVO) throws java.lang.Exception
statVO
-
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |