|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.dao.support.DaoSupport org.springframework.orm.ibatis.support.SqlMapClientDaoSupport egovframework.rte.psl.dataaccess.EgovAbstractDAO egovframework.rfc3.common.dao.RfcCMSAbstractDAO egovframework.rfc3.counter.dao.CounterDAO
@Repository(value="CounterDAO") public class CounterDAO
Constructor Summary | |
---|---|
CounterDAO()
|
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 egovframework.rfc3.common.dao.RfcCMSAbstractDAO |
---|
delete, desDecoding, desDecoding2, desDecodingList, desDecodingList2, desEncoding, desEncoding2, insert, list, listWithPaging, selectByPk, setSuperSqlMapClient, update |
Methods inherited from class org.springframework.orm.ibatis.support.SqlMapClientDaoSupport |
---|
getDataSource, getSqlMapClient, getSqlMapClientTemplate, setDataSource, setSqlMapClient, setSqlMapClientTemplate |
Methods inherited from class org.springframework.dao.support.DaoSupport |
---|
afterPropertiesSet |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CounterDAO()
Method Detail |
---|
public int selectcounterTotCnt(CounterVO counterVO) throws java.lang.Exception
CounterVO
-
java.lang.Exception
public java.util.List<CounterVO> selectcounterCommonList(CounterVO counterVO) throws java.lang.Exception
CounterVO
-
java.lang.Exception
public int insertcounterCommon(CounterVO counterVO) throws java.lang.Exception
CounterVO
-
java.lang.Exception
public java.util.List<CounterVO> selectcountermonthList(CounterVO counterVO) throws java.lang.Exception
counterVO
-
java.lang.Exception
public java.util.List<CounterVO> selectcounterdayList(CounterVO counterVO) throws java.lang.Exception
counterVO
-
java.lang.Exception
public 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 |