egovframework.rfc3.visitcounter.service
Interface VisitCounterService

All Known Implementing Classes:
VisitCounterServiceImpl

public interface VisitCounterService


Method Summary
 void insertBannerCounter(BannerCounterVO bannerCounterVO)
           
 void insertCounter(VisitCounterVO counterVO)
           
 java.util.List<VisitCounterVO> selectBrowserCounter(VisitCounterVO counterVO)
           
 java.util.List<VisitCounterVO> selectIpCounter(VisitCounterVO counterVO)
           
 int selectIpCounterTotal(VisitCounterVO counterVO)
           
 java.util.List<VisitCounterVO> selectOsCounter(VisitCounterVO counterVO)
           
 java.util.List<VisitCounterVO> selectTimeCounter(VisitCounterVO counterVO)
           
 java.util.List<VisitCounterVO> selectWeekCounter(VisitCounterVO counterVO)
           
 java.util.List<VisitCounterVO> selectYearCounter(VisitCounterVO counterVO)
           
 int visitCounter(VisitCounterVO counterVO)
           
 

Method Detail

selectYearCounter

java.util.List<VisitCounterVO> selectYearCounter(VisitCounterVO counterVO)
                                                 throws java.lang.Exception
Throws:
java.lang.Exception

insertCounter

void insertCounter(VisitCounterVO counterVO)
                   throws java.lang.Exception
Throws:
java.lang.Exception

selectWeekCounter

java.util.List<VisitCounterVO> selectWeekCounter(VisitCounterVO counterVO)
                                                 throws java.lang.Exception
Throws:
java.lang.Exception

selectTimeCounter

java.util.List<VisitCounterVO> selectTimeCounter(VisitCounterVO counterVO)
                                                 throws java.lang.Exception
Throws:
java.lang.Exception

selectIpCounterTotal

int selectIpCounterTotal(VisitCounterVO counterVO)
                         throws java.lang.Exception
Throws:
java.lang.Exception

selectIpCounter

java.util.List<VisitCounterVO> selectIpCounter(VisitCounterVO counterVO)
                                               throws java.lang.Exception
Throws:
java.lang.Exception

selectBrowserCounter

java.util.List<VisitCounterVO> selectBrowserCounter(VisitCounterVO counterVO)
                                                    throws java.lang.Exception
Throws:
java.lang.Exception

selectOsCounter

java.util.List<VisitCounterVO> selectOsCounter(VisitCounterVO counterVO)
                                               throws java.lang.Exception
Throws:
java.lang.Exception

visitCounter

int visitCounter(VisitCounterVO counterVO)
                 throws java.lang.Exception
Throws:
java.lang.Exception

insertBannerCounter

void insertBannerCounter(BannerCounterVO bannerCounterVO)
                         throws java.lang.Exception
Throws:
java.lang.Exception