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, org.apache.ojb.broker.accesslayer.LookupException
DocumentsRoutedReport in interface StatsDAOSQLExceptionorg.apache.ojb.broker.accesslayer.LookupExceptionpublic void NumActiveItemsReport(Stats stats) throws SQLException, org.apache.ojb.broker.accesslayer.LookupException
NumActiveItemsReport 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.LookupExceptionpublic void NumUsersReport(Stats stats) throws SQLException, org.apache.ojb.broker.accesslayer.LookupException
NumUsersReport 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 javax.persistence.EntityManager getEntityManager()
public void setEntityManager(javax.persistence.EntityManager entityManager)
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.