public class StatsDaoJpa extends Object implements StatsDAO
| Modifier and Type | Field and Description |
|---|---|
static String |
STATS_DOCUMENTS_ROUTED_REPORT |
static String |
STATS_NUM_ACTIVE_ITEMS_REPORT |
static String |
STATS_NUM_DOC_TYPES_REPORT |
static String |
STATS_NUM_INITIATED_DOCS_BY_DOC_TYPE_REPORT |
static String |
STATS_NUM_USERS_REPORT |
| Constructor and Description |
|---|
StatsDaoJpa() |
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentsRoutedReport(Stats stats,
Date begDate,
Date endDate) |
javax.persistence.EntityManager |
getEntityManager() |
void |
NumActiveItemsReport(Stats stats) |
void |
NumberOfDocTypesReport(Stats stats) |
void |
NumInitiatedDocsByDocTypeReport(Stats stats) |
void |
NumUsersReport(Stats stats) |
void |
setEntityManager(javax.persistence.EntityManager entityManager) |
public static final String STATS_DOCUMENTS_ROUTED_REPORT
public static final String STATS_NUM_ACTIVE_ITEMS_REPORT
public static final String STATS_NUM_INITIATED_DOCS_BY_DOC_TYPE_REPORT
public static final String STATS_NUM_USERS_REPORT
public static final String STATS_NUM_DOC_TYPES_REPORT
public StatsDaoJpa()
public void DocumentsRoutedReport(Stats stats, Date begDate, Date endDate) throws SQLException
DocumentsRoutedReport in interface StatsDAOSQLExceptionpublic void NumActiveItemsReport(Stats stats) throws SQLException
NumActiveItemsReport in interface StatsDAOSQLExceptionpublic void NumInitiatedDocsByDocTypeReport(Stats stats) throws SQLException
NumInitiatedDocsByDocTypeReport in interface StatsDAOSQLExceptionpublic void NumUsersReport(Stats stats) throws SQLException
NumUsersReport in interface StatsDAOSQLExceptionpublic void NumberOfDocTypesReport(Stats stats) throws SQLException
NumberOfDocTypesReport in interface StatsDAOSQLExceptionpublic javax.persistence.EntityManager getEntityManager()
public void setEntityManager(javax.persistence.EntityManager entityManager)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.