org.kuali.rice.kew.stats.dao.impl
Class StatsDAOOjbImpl
java.lang.Object
org.springframework.dao.support.DaoSupport
org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport
org.kuali.rice.kew.stats.dao.impl.StatsDAOOjbImpl
- All Implemented Interfaces:
- StatsDAO, org.springframework.beans.factory.InitializingBean
public class StatsDAOOjbImpl
- extends org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport
- implements StatsDAO
Fields inherited from class org.springframework.dao.support.DaoSupport |
logger |
Methods inherited from class org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport |
checkDaoConfig, convertOjbAccessException, createPersistenceBrokerTemplate, getJcdAlias, getPersistenceBroker, getPersistenceBrokerTemplate, releasePersistenceBroker, setJcdAlias, setPersistenceBrokerTemplate |
Methods inherited from class org.springframework.dao.support.DaoSupport |
afterPropertiesSet, initDao |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SQL_NUM_ACTIVE_ITEMS
public static final String SQL_NUM_ACTIVE_ITEMS
- See Also:
- Constant Field Values
SQL_NUM_DOC_TYPES_REPORT
public static final String SQL_NUM_DOC_TYPES_REPORT
- See Also:
- Constant Field Values
SQL_DOCUMENTS_ROUTED
public static final String SQL_DOCUMENTS_ROUTED
- See Also:
- Constant Field Values
SQL_NUM_USERS
public static final String SQL_NUM_USERS
- See Also:
- Constant Field Values
SQL_NUM_DOCS_INITIATED
public static final String SQL_NUM_DOCS_INITIATED
- See Also:
- Constant Field Values
StatsDAOOjbImpl
public StatsDAOOjbImpl()
NumActiveItemsReport
public void NumActiveItemsReport(Stats stats)
throws SQLException,
org.apache.ojb.broker.accesslayer.LookupException
- Specified by:
NumActiveItemsReport
in interface StatsDAO
- Throws:
SQLException
org.apache.ojb.broker.accesslayer.LookupException
NumberOfDocTypesReport
public void NumberOfDocTypesReport(Stats stats)
throws SQLException,
org.apache.ojb.broker.accesslayer.LookupException
- Specified by:
NumberOfDocTypesReport
in interface StatsDAO
- Throws:
SQLException
org.apache.ojb.broker.accesslayer.LookupException
DocumentsRoutedReport
public void DocumentsRoutedReport(Stats stats,
Date begDate,
Date endDate)
throws SQLException,
org.apache.ojb.broker.accesslayer.LookupException
- Specified by:
DocumentsRoutedReport
in interface StatsDAO
- Throws:
SQLException
org.apache.ojb.broker.accesslayer.LookupException
NumUsersReport
public void NumUsersReport(Stats stats)
throws SQLException,
org.apache.ojb.broker.accesslayer.LookupException
- Specified by:
NumUsersReport
in interface StatsDAO
- Throws:
SQLException
org.apache.ojb.broker.accesslayer.LookupException
NumInitiatedDocsByDocTypeReport
public void NumInitiatedDocsByDocTypeReport(Stats stats)
throws SQLException,
org.apache.ojb.broker.accesslayer.LookupException
- Specified by:
NumInitiatedDocsByDocTypeReport
in interface StatsDAO
- Throws:
SQLException
org.apache.ojb.broker.accesslayer.LookupException
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.