org.kuali.rice.kew.stats.dao.impl
Class StatsDaoJpaImpl
java.lang.Object
   org.kuali.rice.kew.stats.dao.impl.StatsDaoJpaImpl
org.kuali.rice.kew.stats.dao.impl.StatsDaoJpaImpl
- All Implemented Interfaces: 
- StatsDAO
- public class StatsDaoJpaImpl 
- extends Object- implements StatsDAO
This is a description of what this class does - ddean don't forget to fill this in.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
StatsDaoJpaImpl
public StatsDaoJpaImpl()
DocumentsRoutedReport
public void DocumentsRoutedReport(Stats stats,
                                  Date begDate,
                                  Date endDate)
                           throws SQLException,
                                  org.apache.ojb.broker.accesslayer.LookupException
- 
- Specified by:
- DocumentsRoutedReportin interface- StatsDAO
 
- 
- Throws:
- SQLException
- org.apache.ojb.broker.accesslayer.LookupException
 
NumActiveItemsReport
public void NumActiveItemsReport(Stats stats)
                          throws SQLException,
                                 org.apache.ojb.broker.accesslayer.LookupException
- 
- Specified by:
- NumActiveItemsReportin interface- StatsDAO
 
- 
- Throws:
- SQLException
- org.apache.ojb.broker.accesslayer.LookupException
 
NumInitiatedDocsByDocTypeReport
public void NumInitiatedDocsByDocTypeReport(Stats stats)
                                     throws SQLException,
                                            org.apache.ojb.broker.accesslayer.LookupException
- 
- Specified by:
- NumInitiatedDocsByDocTypeReportin interface- StatsDAO
 
- 
- Throws:
- SQLException
- org.apache.ojb.broker.accesslayer.LookupException
 
NumUsersReport
public void NumUsersReport(Stats stats)
                    throws SQLException,
                           org.apache.ojb.broker.accesslayer.LookupException
- 
- Specified by:
- NumUsersReportin interface- StatsDAO
 
- 
- Throws:
- SQLException
- org.apache.ojb.broker.accesslayer.LookupException
 
NumberOfDocTypesReport
public void NumberOfDocTypesReport(Stats stats)
                            throws SQLException,
                                   org.apache.ojb.broker.accesslayer.LookupException
- 
- Specified by:
- NumberOfDocTypesReportin interface- StatsDAO
 
- 
- Throws:
- SQLException
- org.apache.ojb.broker.accesslayer.LookupException
 
getEntityManager
public javax.persistence.EntityManager getEntityManager()
- 
 
- 
 
setEntityManager
public void setEntityManager(javax.persistence.EntityManager entityManager)
- 
 
- 
 
Copyright © 2005-2011 The Kuali Foundation. All Rights Reserved.