public class RouteNodeDAOJpaImpl extends Object implements RouteNodeDAO
| Constructor and Description |
|---|
RouteNodeDAOJpaImpl() |
public RouteNodeDAOJpaImpl()
public javax.persistence.EntityManager getEntityManager()
public void setEntityManager(javax.persistence.EntityManager entityManager)
entityManager - the entityManager to setpublic void save(RouteNode node)
save in interface RouteNodeDAOpublic void save(RouteNodeInstance nodeInstance)
save in interface RouteNodeDAOpublic void save(NodeState nodeState)
save in interface RouteNodeDAOpublic void save(Branch branch)
save in interface RouteNodeDAOpublic RouteNode findRouteNodeById(String nodeId)
findRouteNodeById in interface RouteNodeDAOpublic RouteNodeInstance findRouteNodeInstanceById(String nodeInstanceId)
findRouteNodeInstanceById in interface RouteNodeDAOpublic List<RouteNodeInstance> getActiveNodeInstances(String documentId)
getActiveNodeInstances in interface RouteNodeDAOpublic List<String> getCurrentRouteNodeNames(String documentId)
getCurrentRouteNodeNames in interface RouteNodeDAOpublic List<String> getActiveRouteNodeNames(String documentId)
getActiveRouteNodeNames in interface RouteNodeDAOpublic List<RouteNodeInstance> getTerminalNodeInstances(String documentId)
getTerminalNodeInstances in interface RouteNodeDAOpublic List<String> getTerminalRouteNodeNames(String documentId)
getTerminalRouteNodeNames in interface RouteNodeDAOpublic List getInitialNodeInstances(String documentId)
getInitialNodeInstances in interface RouteNodeDAOpublic NodeState findNodeState(Long nodeInstanceId, String key)
findNodeState in interface RouteNodeDAOpublic RouteNode findRouteNodeByName(String documentTypeId, String name)
findRouteNodeByName in interface RouteNodeDAOpublic List<RouteNode> findFinalApprovalRouteNodes(String documentTypeId)
findFinalApprovalRouteNodes in interface RouteNodeDAOpublic List findProcessNodeInstances(RouteNodeInstance process)
findProcessNodeInstances in interface RouteNodeDAOpublic List findRouteNodeInstances(String documentId)
findRouteNodeInstances in interface RouteNodeDAOpublic void deleteLinksToPreNodeInstances(RouteNodeInstance routeNodeInstance)
deleteLinksToPreNodeInstances in interface RouteNodeDAOpublic void deleteRouteNodeInstancesHereAfter(RouteNodeInstance routeNodeInstance)
deleteRouteNodeInstancesHereAfter in interface RouteNodeDAOpublic void deleteNodeStateById(Long nodeStateId)
deleteNodeStateById in interface RouteNodeDAOpublic void deleteNodeStates(List statesToBeDeleted)
deleteNodeStates in interface RouteNodeDAOCopyright © 2005–2016 The Kuali Foundation. All rights reserved.