|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CounterService
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 통계 |
Method Detail |
---|
int selectcounterTotCnt(CounterVO counterVO) throws java.lang.Exception
CounterVO
-
java.lang.Exception
java.util.List<CounterVO> selectcounterCommonList(CounterVO counterVO) throws java.lang.Exception
CounterVO
-
java.lang.Exception
int insertcounterCommon(CounterVO counterVO) throws java.lang.Exception
CounterVO
-
java.lang.Exception
java.util.List<CounterVO> selectcountermonthList(CounterVO counterVO) throws java.lang.Exception
counterVO
-
java.lang.Exception
java.util.List<CounterVO> selectcounterdayList(CounterVO counterVO) throws java.lang.Exception
counterVO
-
java.lang.Exception
java.util.List<OfficeVO> selectOfficeQrcodeTot(OfficeVO officeVO) throws java.lang.Exception
officeVO
-
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |