org.kuali.rice.kew.engine.node.dao.impl
Class RouteNodeDAOOjbImpl
java.lang.Object
   org.springframework.dao.support.DaoSupport
org.springframework.dao.support.DaoSupport
       org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport
org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport
           org.kuali.rice.kew.engine.node.dao.impl.RouteNodeDAOOjbImpl
org.kuali.rice.kew.engine.node.dao.impl.RouteNodeDAOOjbImpl
- All Implemented Interfaces: 
- RouteNodeDAO, org.springframework.beans.factory.InitializingBean
- public class RouteNodeDAOOjbImpl 
- extends org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport- implements RouteNodeDAO
 
| Fields inherited from class org.springframework.dao.support.DaoSupport | 
| logger | 
 
 
 
| Methods inherited from class org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport | 
| checkDaoConfig, convertOjbAccessException, createPersistenceBrokerTemplate, getJcdAlias, getPersistenceBroker, getPersistenceBrokerTemplate, releasePersistenceBroker, setJcdAlias, setPersistenceBrokerTemplate | 
 
| Methods inherited from class org.springframework.dao.support.DaoSupport | 
| afterPropertiesSet, initDao | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
RouteNodeDAOOjbImpl
public RouteNodeDAOOjbImpl()
save
public void save(RouteNode node)
- 
- Specified by:
- savein interface- RouteNodeDAO
 
- 
 
save
public void save(RouteNodeInstance nodeInstance)
- 
- Specified by:
- savein interface- RouteNodeDAO
 
- 
 
save
public void save(NodeState nodeState)
- 
- Specified by:
- savein interface- RouteNodeDAO
 
- 
 
save
public void save(Branch branch)
- 
- Specified by:
- savein interface- RouteNodeDAO
 
- 
 
findRouteNodeById
public RouteNode findRouteNodeById(String nodeId)
- 
- Specified by:
- findRouteNodeByIdin interface- RouteNodeDAO
 
- 
 
findRouteNodeInstanceById
public RouteNodeInstance findRouteNodeInstanceById(String nodeInstanceId)
- 
- Specified by:
- findRouteNodeInstanceByIdin interface- RouteNodeDAO
 
- 
 
getActiveNodeInstances
public List<RouteNodeInstance> getActiveNodeInstances(String documentId)
- 
- Specified by:
- getActiveNodeInstancesin interface- RouteNodeDAO
 
- 
 
getActiveRouteNodeNames
public List<String> getActiveRouteNodeNames(String documentId)
- 
- Specified by:
- getActiveRouteNodeNamesin interface- RouteNodeDAO
 
- 
 
getTerminalRouteNodeNames
public List<String> getTerminalRouteNodeNames(String documentId)
- 
- Specified by:
- getTerminalRouteNodeNamesin interface- RouteNodeDAO
 
- 
 
getTerminalNodeInstances
public List<RouteNodeInstance> getTerminalNodeInstances(String documentId)
- 
- Specified by:
- getTerminalNodeInstancesin interface- RouteNodeDAO
 
- 
 
getInitialNodeInstances
public List getInitialNodeInstances(String documentId)
- 
- Specified by:
- getInitialNodeInstancesin interface- RouteNodeDAO
 
- 
 
findNodeState
public NodeState findNodeState(Long nodeInstanceId,
                               String key)
- 
- Specified by:
- findNodeStatein interface- RouteNodeDAO
 
- 
 
findRouteNodeByName
public RouteNode findRouteNodeByName(String documentTypeId,
                                     String name)
- 
- Specified by:
- findRouteNodeByNamein interface- RouteNodeDAO
 
- 
 
findFinalApprovalRouteNodes
public List<RouteNode> findFinalApprovalRouteNodes(String documentTypeId)
- 
- Specified by:
- findFinalApprovalRouteNodesin interface- RouteNodeDAO
 
- 
 
findProcessNodeInstances
public List findProcessNodeInstances(RouteNodeInstance process)
- 
- Specified by:
- findProcessNodeInstancesin interface- RouteNodeDAO
 
- 
 
findRouteNodeInstances
public List findRouteNodeInstances(String documentId)
- 
- Specified by:
- findRouteNodeInstancesin interface- RouteNodeDAO
 
- 
 
deleteLinksToPreNodeInstances
public void deleteLinksToPreNodeInstances(RouteNodeInstance routeNodeInstance)
- 
- Specified by:
- deleteLinksToPreNodeInstancesin interface- RouteNodeDAO
 
- 
 
deleteRouteNodeInstancesHereAfter
public void deleteRouteNodeInstancesHereAfter(RouteNodeInstance routeNodeInstance)
- 
- Specified by:
- deleteRouteNodeInstancesHereAfterin interface- RouteNodeDAO
 
- 
 
deleteNodeStateById
public void deleteNodeStateById(Long nodeStateId)
- 
- Specified by:
- deleteNodeStateByIdin interface- RouteNodeDAO
 
- 
 
deleteNodeStates
public void deleteNodeStates(List statesToBeDeleted)
- 
- Specified by:
- deleteNodeStatesin interface- RouteNodeDAO
 
- 
 
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.