public class ActionRequestDAOJpaImpl extends Object implements ActionRequestDAO
| Constructor and Description |
|---|
ActionRequestDAOJpaImpl() |
public ActionRequestDAOJpaImpl()
public javax.persistence.EntityManager getEntityManager()
public void setEntityManager(javax.persistence.EntityManager entityManager)
entityManager - the entityManager to setpublic void delete(String actionRequestId)
delete in interface ActionRequestDAOpublic void deleteByDocumentId(String documentId)
deleteByDocumentId in interface ActionRequestDAOpublic boolean doesDocumentHaveUserRequest(String principalId, String documentId)
doesDocumentHaveUserRequest in interface ActionRequestDAOpublic List<?> findActivatedByGroup(Group group)
public List<ActionRequestValue> findAllByDocId(String documentId)
findAllByDocId in interface ActionRequestDAOpublic List<ActionRequestValue> findAllPendingByDocId(String documentId)
findAllPendingByDocId in interface ActionRequestDAOpublic List<ActionRequestValue> findAllRootByDocId(String documentId)
findAllRootByDocId in interface ActionRequestDAOpublic List<ActionRequestValue> findByDocumentIdIgnoreCurrentInd(String documentId)
findByDocumentIdIgnoreCurrentInd in interface ActionRequestDAOpublic List<ActionRequestValue> findByStatusAndDocId(String statusCd, String documentId)
findByStatusAndDocId in interface ActionRequestDAOpublic List<ActionRequestValue> findPendingByActionRequestedAndDocId(String actionRequestedCd, String documentId)
findPendingByActionRequestedAndDocId in interface ActionRequestDAOpublic List<ActionRequestValue> findPendingByDocIdAtOrBelowRouteLevel(String documentId, Integer routeLevel)
findPendingByDocIdAtOrBelowRouteLevel in interface ActionRequestDAOpublic List<ActionRequestValue> findPendingByResponsibilityIds(Collection responsibilityIds)
findPendingByResponsibilityIds in interface ActionRequestDAOpublic List<ActionRequestValue> findPendingRootRequestsByDocIdAtOrBelowRouteLevel(String documentId, Integer routeLevel)
findPendingRootRequestsByDocIdAtOrBelowRouteLevel in interface ActionRequestDAOpublic List<ActionRequestValue> findPendingRootRequestsByDocIdAtRouteLevel(String documentId, Integer routeLevel)
findPendingRootRequestsByDocIdAtRouteLevel in interface ActionRequestDAOpublic List<ActionRequestValue> findPendingRootRequestsByDocIdAtRouteNode(String documentId, String nodeInstanceId)
findPendingRootRequestsByDocIdAtRouteNode in interface ActionRequestDAOpublic List<ActionRequestValue> findPendingRootRequestsByDocumentType(String documentTypeId)
findPendingRootRequestsByDocumentType in interface ActionRequestDAOpublic List<ActionRequestValue> findRootRequestsByDocIdAtRouteNode(String documentId, String nodeInstanceId)
findRootRequestsByDocIdAtRouteNode in interface ActionRequestDAOpublic ActionRequestValue getActionRequestByActionRequestId(String actionRequestId)
getActionRequestByActionRequestId in interface ActionRequestDAOpublic List<String> getRequestGroupIds(String documentId)
getRequestGroupIds in interface ActionRequestDAOpublic void saveActionRequest(ActionRequestValue actionRequest)
saveActionRequest in interface ActionRequestDAOpublic List<ActionRequestValue> findActivatedByGroup(String groupId)
findActivatedByGroup in interface ActionRequestDAOpublic ActionRequestValue getRoleActionRequestByActionTakenId(String actionTakenId)
getRoleActionRequestByActionTakenId in interface ActionRequestDAOCopyright © 2005-2015 The Kuali Foundation. All Rights Reserved.