org.kuali.rice.kew.actionrequest.dao.impl
Class ActionRequestDAOJpaImpl
java.lang.Object
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)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ActionRequestDAOJpaImpl
public ActionRequestDAOJpaImpl()
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.