egovframework.rfc3.visitcounter.service.impl
Class VisitCounterServiceImpl

java.lang.Object
  extended by egovframework.rte.fdl.cmmn.AbstractServiceImpl
      extended by egovframework.rfc3.visitcounter.service.impl.VisitCounterServiceImpl
All Implemented Interfaces:
VisitCounterService

@Service(value="VisitCounterService")
public class VisitCounterServiceImpl
extends egovframework.rte.fdl.cmmn.AbstractServiceImpl
implements VisitCounterService


Constructor Summary
VisitCounterServiceImpl()
           
 
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)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VisitCounterServiceImpl

public VisitCounterServiceImpl()
Method Detail

selectYearCounter

public java.util.List<VisitCounterVO> selectYearCounter(VisitCounterVO counterVO)
                                                 throws java.lang.Exception
Specified by:
selectYearCounter in interface VisitCounterService
Throws:
java.lang.Exception

selectWeekCounter

public java.util.List<VisitCounterVO> selectWeekCounter(VisitCounterVO counterVO)
                                                 throws java.lang.Exception
Specified by:
selectWeekCounter in interface VisitCounterService
Throws:
java.lang.Exception

selectTimeCounter

public java.util.List<VisitCounterVO> selectTimeCounter(VisitCounterVO counterVO)
                                                 throws java.lang.Exception
Specified by:
selectTimeCounter in interface VisitCounterService
Throws:
java.lang.Exception

selectIpCounterTotal

public int selectIpCounterTotal(VisitCounterVO counterVO)
                         throws java.lang.Exception
Specified by:
selectIpCounterTotal in interface VisitCounterService
Throws:
java.lang.Exception

selectIpCounter

public java.util.List<VisitCounterVO> selectIpCounter(VisitCounterVO counterVO)
                                               throws java.lang.Exception
Specified by:
selectIpCounter in interface VisitCounterService
Throws:
java.lang.Exception

selectBrowserCounter

public java.util.List<VisitCounterVO> selectBrowserCounter(VisitCounterVO counterVO)
                                                    throws java.lang.Exception
Specified by:
selectBrowserCounter in interface VisitCounterService
Throws:
java.lang.Exception

selectOsCounter

public java.util.List<VisitCounterVO> selectOsCounter(VisitCounterVO counterVO)
                                               throws java.lang.Exception
Specified by:
selectOsCounter in interface VisitCounterService
Throws:
java.lang.Exception

insertCounter

public void insertCounter(VisitCounterVO counterVO)
                   throws java.lang.Exception
Specified by:
insertCounter in interface VisitCounterService
Throws:
java.lang.Exception

visitCounter

public int visitCounter(VisitCounterVO counterVO)
                 throws java.lang.Exception
Specified by:
visitCounter in interface VisitCounterService
Throws:
java.lang.Exception

insertBannerCounter

public void insertBannerCounter(BannerCounterVO bannerCounterVO)
                         throws java.lang.Exception
Specified by:
insertBannerCounter in interface VisitCounterService
Throws:
java.lang.Exception