Uses of Class
skoinfo.rfc.counter.vo.PageCounterVO

Packages that use PageCounterVO
skoinfo.rfc.counter   
skoinfo.rfc.counter.action   
skoinfo.rfc.counter.dao   
skoinfo.rfc.menu.vo   
 

Uses of PageCounterVO in skoinfo.rfc.counter
 

Methods in skoinfo.rfc.counter that return types with arguments of type PageCounterVO
 java.util.List<PageCounterVO> CounterManager.getClickPageList(java.lang.String groupCd, int beginRow, int rowCount)
          클릭한페이지 정보 리스트
 java.util.List<PageCounterVO> CounterManager.getIssuePageList(java.lang.String groupCd, int beginRow, int rowCount, java.lang.String exceptMenuCd, java.lang.String gubun)
          인기페이지 리스트
 

Uses of PageCounterVO in skoinfo.rfc.counter.action
 

Methods in skoinfo.rfc.counter.action that return PageCounterVO
 PageCounterVO PageCounterAction.getPageCounterVO()
           PageCounterVO setter
 

Uses of PageCounterVO in skoinfo.rfc.counter.dao
 

Methods in skoinfo.rfc.counter.dao that return types with arguments of type PageCounterVO
 java.util.List<PageCounterVO> CounterDAO.counterSearch(org.hibernate.Session session, java.lang.String sBId, java.lang.String menuCd, java.util.Date searchDate)
          페이지 카운터 검색 session 디비세션 pageCounterVO 카운터 정보
 java.util.List<PageCounterVO> CounterDAO.getClickPageList(org.hibernate.Session session, java.lang.String groupCd, java.lang.String sessionId, int beginRow, int rowCount)
          클릭한페이지 리스트 DAO
 java.util.List<PageCounterVO> CounterDAO.getIssuePageList(org.hibernate.Session session, java.lang.String groupCd, int beginRow, int rowCount, java.lang.String exceptMenuCd, java.lang.String gubun)
          인기페이지 리스트 DAO
 

Methods in skoinfo.rfc.counter.dao with parameters of type PageCounterVO
 void CounterDAO.counterInsert(org.hibernate.Session session, PageCounterVO pageCounterVO)
          페이지 카운터 저장 session 디비세션 pageCounterVO 카운터 정보
 void CounterDAO.counterUpdate(org.hibernate.Session session, PageCounterVO pagevo)
          페이지 카운터 증가 업데이트 session 디비세션 pageCounterVO 카운터 정보
 

Uses of PageCounterVO in skoinfo.rfc.menu.vo
 

Methods in skoinfo.rfc.menu.vo that return PageCounterVO
 PageCounterVO MenuVO.getPageCounterVO()
           
 

Methods in skoinfo.rfc.menu.vo with parameters of type PageCounterVO
 void MenuVO.setPageCounterVO(PageCounterVO pageCounterVO)