org.kuali.rice.kew.stats.dao.impl
Class StatsDaoJpaImpl

java.lang.Object
  extended by 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)

Constructor Summary
StatsDaoJpaImpl()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatsDaoJpaImpl

public StatsDaoJpaImpl()
Method Detail

DocumentsRoutedReport

public void DocumentsRoutedReport(Stats stats,
                                  Date begDate,
                                  Date endDate)
                           throws SQLException,
                                  org.apache.ojb.broker.accesslayer.LookupException
Specified by:
DocumentsRoutedReport in 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:
NumActiveItemsReport in 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:
NumInitiatedDocsByDocTypeReport in 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:
NumUsersReport in 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:
NumberOfDocTypesReport in 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-2012 The Kuali Foundation. All Rights Reserved.