public interface StatsDAO
| 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) | 
void NumActiveItemsReport(Stats stats) throws SQLException
SQLExceptionvoid DocumentsRoutedReport(Stats stats, Date begDate, Date endDate) throws SQLException
SQLExceptionvoid NumberOfDocTypesReport(Stats stats) throws SQLException
SQLExceptionvoid NumUsersReport(Stats stats) throws SQLException
SQLExceptionvoid NumInitiatedDocsByDocTypeReport(Stats stats) throws SQLException
SQLExceptionCopyright © 2005–2016 The Kuali Foundation. All rights reserved.