public class StatsDAOOjbImpl extends org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport implements StatsDAO
| Modifier and Type | Field and Description |
|---|---|
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 |
| Constructor and Description |
|---|
StatsDAOOjbImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentsRoutedReport(Stats stats,
Date begDate,
Date endDate) |
void |
NumActiveItemsReport(Stats stats) |
void |
NumberOfDocTypesReport(Stats stats) |
void |
NumInitiatedDocsByDocTypeReport(Stats stats) |
void |
NumUsersReport(Stats stats) |
public static final String SQL_NUM_ACTIVE_ITEMS
public static final String SQL_NUM_DOC_TYPES_REPORT
public static final String SQL_DOCUMENTS_ROUTED
public static final String SQL_NUM_USERS
public static final String SQL_NUM_DOCS_INITIATED
public StatsDAOOjbImpl()
public void NumActiveItemsReport(Stats stats) throws SQLException, org.apache.ojb.broker.accesslayer.LookupException
NumActiveItemsReport in interface StatsDAOSQLExceptionorg.apache.ojb.broker.accesslayer.LookupExceptionpublic void NumberOfDocTypesReport(Stats stats) throws SQLException, org.apache.ojb.broker.accesslayer.LookupException
NumberOfDocTypesReport in interface StatsDAOSQLExceptionorg.apache.ojb.broker.accesslayer.LookupExceptionpublic void DocumentsRoutedReport(Stats stats, Date begDate, Date endDate) throws SQLException, org.apache.ojb.broker.accesslayer.LookupException
DocumentsRoutedReport in interface StatsDAOSQLExceptionorg.apache.ojb.broker.accesslayer.LookupExceptionpublic void NumUsersReport(Stats stats) throws SQLException, org.apache.ojb.broker.accesslayer.LookupException
NumUsersReport in interface StatsDAOSQLExceptionorg.apache.ojb.broker.accesslayer.LookupExceptionpublic void NumInitiatedDocsByDocTypeReport(Stats stats) throws SQLException, org.apache.ojb.broker.accesslayer.LookupException
NumInitiatedDocsByDocTypeReport in interface StatsDAOSQLExceptionorg.apache.ojb.broker.accesslayer.LookupExceptionCopyright © 2005-2015 The Kuali Foundation. All Rights Reserved.