public class StatsServiceImpl extends Object implements StatsService
| Constructor and Description |
|---|
StatsServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentsRoutedReport(Stats stats,
Date begDate,
Date endDate) |
StatsDAO |
getStatsDAO() |
void |
NumActiveItemsReport(Stats stats) |
void |
NumberOfDocTypesReport(Stats stats) |
void |
NumInitiatedDocsByDocTypeReport(Stats stats) |
void |
NumUsersReport(Stats stats) |
void |
setStatsDAO(StatsDAO statsDAO) |
public StatsServiceImpl()
public void NumActiveItemsReport(Stats stats) throws SQLException
NumActiveItemsReport in interface StatsServiceSQLExceptionpublic void DocumentsRoutedReport(Stats stats, Date begDate, Date endDate) throws SQLException
DocumentsRoutedReport in interface StatsServiceSQLExceptionpublic void NumberOfDocTypesReport(Stats stats) throws SQLException
NumberOfDocTypesReport in interface StatsServiceSQLExceptionpublic void NumUsersReport(Stats stats) throws SQLException
NumUsersReport in interface StatsServiceSQLExceptionpublic void NumInitiatedDocsByDocTypeReport(Stats stats) throws SQLException
NumInitiatedDocsByDocTypeReport in interface StatsServiceSQLExceptionpublic StatsDAO getStatsDAO()
public void setStatsDAO(StatsDAO statsDAO)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.