org.kuali.rice.kew.stats.dao.impl
Class StatsDAOOjbImpl

java.lang.Object
  extended by org.springframework.dao.support.DaoSupport
      extended by org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport
          extended by 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


Field Summary
static String SQL_DOCUMENTS_ROUTED
           
static String SQL_NUM_ACTIVE_ITEMS
           
static String SQL_NUM_DOC_TYPES_REPORT
           
static String SQL_NUM_DOCS_INITIATED
           
static String SQL_NUM_USERS
           
 
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
 
Constructor Summary
StatsDAOOjbImpl()
           
 
Method Summary
 void DocumentsRoutedReport(Stats stats, Date begDate, Date endDate)
           
 void NumActiveItemsReport(Stats stats)
           
 void NumberOfDocTypesReport(Stats stats)
           
 void NumInitiatedDocsByDocTypeReport(Stats stats)
           
 void NumUsersReport(Stats stats)
           
 
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
 

Field Detail

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
Constructor Detail

StatsDAOOjbImpl

public StatsDAOOjbImpl()
Method Detail

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 © 2005-2011 The Kuali Foundation. All Rights Reserved.