org.kuali.rice.kew.actionrequest.dao.impl
Class ActionRequestDAOOjbImpl
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.actionrequest.dao.impl.ActionRequestDAOOjbImpl
org.kuali.rice.kew.actionrequest.dao.impl.ActionRequestDAOOjbImpl
- All Implemented Interfaces: 
- ActionRequestDAO, org.springframework.beans.factory.InitializingBean
- public class ActionRequestDAOOjbImpl 
- extends org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport- implements ActionRequestDAO
OJB implementation of the ActionRequestDAO.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
 
| 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 | 
 
ActionRequestDAOOjbImpl
public ActionRequestDAOOjbImpl()
getActionRequestByActionRequestId
public ActionRequestValue getActionRequestByActionRequestId(String actionRequestId)
- 
- Specified by:
- getActionRequestByActionRequestIdin interface- ActionRequestDAO
 
- 
 
saveActionRequest
public void saveActionRequest(ActionRequestValue actionRequest)
- 
- Specified by:
- saveActionRequestin interface- ActionRequestDAO
 
- 
 
findPendingByResponsibilityIds
public List<ActionRequestValue> findPendingByResponsibilityIds(Collection responsibilityIds)
- 
- Specified by:
- findPendingByResponsibilityIdsin interface- ActionRequestDAO
 
- 
 
findPendingByActionRequestedAndDocId
public List<ActionRequestValue> findPendingByActionRequestedAndDocId(String actionRequestedCd,
                                                                     String documentId)
- 
- Specified by:
- findPendingByActionRequestedAndDocIdin interface- ActionRequestDAO
 
- 
 
findByStatusAndDocId
public List<ActionRequestValue> findByStatusAndDocId(String statusCd,
                                                     String documentId)
- 
- Specified by:
- findByStatusAndDocIdin interface- ActionRequestDAO
 
- 
 
findPendingRootRequestsByDocIdAtRouteLevel
public List<ActionRequestValue> findPendingRootRequestsByDocIdAtRouteLevel(String documentId,
                                                                           Integer routeLevel)
- 
- Specified by:
- findPendingRootRequestsByDocIdAtRouteLevelin interface- ActionRequestDAO
 
- 
 
findPendingByDocIdAtOrBelowRouteLevel
public List<ActionRequestValue> findPendingByDocIdAtOrBelowRouteLevel(String documentId,
                                                                      Integer routeLevel)
- 
- Specified by:
- findPendingByDocIdAtOrBelowRouteLevelin interface- ActionRequestDAO
 
- 
 
findPendingRootRequestsByDocIdAtOrBelowRouteLevel
public List<ActionRequestValue> findPendingRootRequestsByDocIdAtOrBelowRouteLevel(String documentId,
                                                                                  Integer routeLevel)
- 
- Specified by:
- findPendingRootRequestsByDocIdAtOrBelowRouteLevelin interface- ActionRequestDAO
 
- 
 
delete
public void delete(String actionRequestId)
- 
- Specified by:
- deletein interface- ActionRequestDAO
 
- 
 
findAllPendingByDocId
public List<ActionRequestValue> findAllPendingByDocId(String documentId)
- 
- Specified by:
- findAllPendingByDocIdin interface- ActionRequestDAO
 
- 
 
findAllByDocId
public List<ActionRequestValue> findAllByDocId(String documentId)
- 
- Specified by:
- findAllByDocIdin interface- ActionRequestDAO
 
- 
 
findAllRootByDocId
public List<ActionRequestValue> findAllRootByDocId(String documentId)
- 
- Specified by:
- findAllRootByDocIdin interface- ActionRequestDAO
 
- 
 
findByDocumentIdIgnoreCurrentInd
public List<ActionRequestValue> findByDocumentIdIgnoreCurrentInd(String documentId)
- 
- Specified by:
- findByDocumentIdIgnoreCurrentIndin interface- ActionRequestDAO
 
- 
 
deleteByDocumentId
public void deleteByDocumentId(String documentId)
- 
- Specified by:
- deleteByDocumentIdin interface- ActionRequestDAO
 
- 
 
findPendingRootRequestsByDocumentType
public List<ActionRequestValue> findPendingRootRequestsByDocumentType(String documentTypeId)
- 
- Specified by:
- findPendingRootRequestsByDocumentTypein interface- ActionRequestDAO
 
- 
 
findPendingRootRequestsByDocIdAtRouteNode
public List<ActionRequestValue> findPendingRootRequestsByDocIdAtRouteNode(String documentId,
                                                                          String nodeInstanceId)
- 
- Specified by:
- findPendingRootRequestsByDocIdAtRouteNodein interface- ActionRequestDAO
 
- 
 
findRootRequestsByDocIdAtRouteNode
public List<ActionRequestValue> findRootRequestsByDocIdAtRouteNode(String documentId,
                                                                   String nodeInstanceId)
- 
- Specified by:
- findRootRequestsByDocIdAtRouteNodein interface- ActionRequestDAO
 
- 
 
doesDocumentHaveUserRequest
public boolean doesDocumentHaveUserRequest(String principalId,
                                           String documentId)
- 
- Specified by:
- doesDocumentHaveUserRequestin interface- ActionRequestDAO
 
- 
 
getRequestGroupIds
public List<String> getRequestGroupIds(String documentId)
- 
- Specified by:
- getRequestGroupIdsin interface- ActionRequestDAO
 
- 
 
findActivatedByGroup
public List<ActionRequestValue> findActivatedByGroup(String groupId)
- 
- Specified by:
- findActivatedByGroupin interface- ActionRequestDAO
 
- 
- See Also:
- ActionRequestDAO.findActivatedByGroup(String)
 
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.