egovframework.rfc3.counter.service.impl
Class CounterServiceImpl

java.lang.Object
  extended by egovframework.rte.fdl.cmmn.AbstractServiceImpl
      extended by egovframework.rfc3.counter.service.impl.CounterServiceImpl
All Implemented Interfaces:
CounterService

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


Constructor Summary
CounterServiceImpl()
           
 
Method Summary
 int insertcounterCommon(CounterVO counterVO)
          정보 insert
 java.util.List<CounterVO> selectcounterCommonList(CounterVO counterVO)
          리스트
 java.util.List<CounterVO> selectcounterdayList(CounterVO counterVO)
          일간 통계
 java.util.List<CounterVO> selectcountermonthList(CounterVO counterVO)
          월간 통계
 int selectcounterTotCnt(CounterVO counterVO)
          리스트 카운트
 java.util.List<OfficeVO> selectOfficeQrcodeTot(OfficeVO officeVO)
          부서별 QRCODE 통계
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CounterServiceImpl

public CounterServiceImpl()
Method Detail

selectcounterTotCnt

public int selectcounterTotCnt(CounterVO counterVO)
                        throws java.lang.Exception
리스트 카운트

Specified by:
selectcounterTotCnt in interface CounterService
Parameters:
CounterVO -
Returns:
Throws:
java.lang.Exception

selectcounterCommonList

public java.util.List<CounterVO> selectcounterCommonList(CounterVO counterVO)
                                                  throws java.lang.Exception
리스트

Specified by:
selectcounterCommonList in interface CounterService
Parameters:
CounterVO -
Returns:
Throws:
java.lang.Exception

insertcounterCommon

public int insertcounterCommon(CounterVO counterVO)
                        throws java.lang.Exception
정보 insert

Specified by:
insertcounterCommon in interface CounterService
Parameters:
CounterVO -
Returns:
Throws:
java.lang.Exception

selectcountermonthList

public java.util.List<CounterVO> selectcountermonthList(CounterVO counterVO)
                                                 throws java.lang.Exception
월간 통계

Specified by:
selectcountermonthList in interface CounterService
Parameters:
counterVO -
Returns:
Throws:
java.lang.Exception

selectcounterdayList

public java.util.List<CounterVO> selectcounterdayList(CounterVO counterVO)
                                               throws java.lang.Exception
일간 통계

Specified by:
selectcounterdayList in interface CounterService
Parameters:
counterVO -
Returns:
Throws:
java.lang.Exception

selectOfficeQrcodeTot

public java.util.List<OfficeVO> selectOfficeQrcodeTot(OfficeVO officeVO)
                                               throws java.lang.Exception
부서별 QRCODE 통계

Specified by:
selectOfficeQrcodeTot in interface CounterService
Parameters:
officeVO -
Returns:
Throws:
java.lang.Exception