org.kuali.rice.kew.actionrequest.dao.impl
Class ActionRequestDAOJpaImpl

java.lang.Object
  extended by org.kuali.rice.kew.actionrequest.dao.impl.ActionRequestDAOJpaImpl
All Implemented Interfaces:
ActionRequestDAO

public class ActionRequestDAOJpaImpl
extends Object
implements ActionRequestDAO

This is a description of what this class does - sgibson don't forget to fill this in.

Author:
Kuali Rice Team (rice.collab@kuali.org)

Constructor Summary
ActionRequestDAOJpaImpl()
           
 
Method Summary
 List<ActionRequestValue> findPendingRootRequestsByDocumentType(String documentTypeId)
           
 javax.persistence.EntityManager getEntityManager()
           
 List<String> getRequestGroupIds(String documentId)
           
 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

ActionRequestDAOJpaImpl

public ActionRequestDAOJpaImpl()
Method Detail

getEntityManager

public javax.persistence.EntityManager getEntityManager()
Returns:
the entityManager

setEntityManager

public void setEntityManager(javax.persistence.EntityManager entityManager)
Parameters:
entityManager - the entityManager to set

findPendingRootRequestsByDocumentType

public List<ActionRequestValue> findPendingRootRequestsByDocumentType(String documentTypeId)
Specified by:
findPendingRootRequestsByDocumentType in interface ActionRequestDAO

getRequestGroupIds

public List<String> getRequestGroupIds(String documentId)
Specified by:
getRequestGroupIds in interface ActionRequestDAO


Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.