egovframework.rfc3.visitcounter.service.impl
Class VisitCounterServiceImpl
java.lang.Object
egovframework.rte.fdl.cmmn.AbstractServiceImpl
egovframework.rfc3.visitcounter.service.impl.VisitCounterServiceImpl
- All Implemented Interfaces:
- VisitCounterService
@Service(value="VisitCounterService")
public class VisitCounterServiceImpl
- extends egovframework.rte.fdl.cmmn.AbstractServiceImpl
- implements VisitCounterService
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VisitCounterServiceImpl
public VisitCounterServiceImpl()
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