|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object egovframework.rte.fdl.cmmn.AbstractServiceImpl egovframework.rfc3.counter.service.impl.CounterServiceImpl
@Service(value="CounterService") public class CounterServiceImpl
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 |
---|
public CounterServiceImpl()
Method Detail |
---|
public int selectcounterTotCnt(CounterVO counterVO) throws java.lang.Exception
selectcounterTotCnt
in interface CounterService
CounterVO
-
java.lang.Exception
public java.util.List<CounterVO> selectcounterCommonList(CounterVO counterVO) throws java.lang.Exception
selectcounterCommonList
in interface CounterService
CounterVO
-
java.lang.Exception
public int insertcounterCommon(CounterVO counterVO) throws java.lang.Exception
insertcounterCommon
in interface CounterService
CounterVO
-
java.lang.Exception
public java.util.List<CounterVO> selectcountermonthList(CounterVO counterVO) throws java.lang.Exception
selectcountermonthList
in interface CounterService
counterVO
-
java.lang.Exception
public java.util.List<CounterVO> selectcounterdayList(CounterVO counterVO) throws java.lang.Exception
selectcounterdayList
in interface CounterService
counterVO
-
java.lang.Exception
public java.util.List<OfficeVO> selectOfficeQrcodeTot(OfficeVO officeVO) throws java.lang.Exception
selectOfficeQrcodeTot
in interface CounterService
officeVO
-
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |