org.kuali.rice.kew.routeheader.dao.impl
Class DocumentRouteHeaderDAOOjbImpl
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.routeheader.dao.impl.DocumentRouteHeaderDAOOjbImpl
org.kuali.rice.kew.routeheader.dao.impl.DocumentRouteHeaderDAOOjbImpl
- All Implemented Interfaces: 
- DocumentRouteHeaderDAO, org.springframework.beans.factory.InitializingBean
- public class DocumentRouteHeaderDAOOjbImpl 
- extends org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport- implements DocumentRouteHeaderDAO
 
| 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 | 
 
DocumentRouteHeaderDAOOjbImpl
public DocumentRouteHeaderDAOOjbImpl()
saveRouteHeader
public void saveRouteHeader(DocumentRouteHeaderValue routeHeader)
- 
- Specified by:
- saveRouteHeaderin interface- DocumentRouteHeaderDAO
 
- 
 
getContent
public DocumentRouteHeaderValueContent getContent(String documentId)
- 
- Specified by:
- getContentin interface- DocumentRouteHeaderDAO
 
- 
 
clearRouteHeaderSearchValues
public void clearRouteHeaderSearchValues(String documentId)
- 
- Specified by:
- clearRouteHeaderSearchValuesin interface- DocumentRouteHeaderDAO
 
- 
 
lockRouteHeader
public void lockRouteHeader(String documentId,
                            boolean wait)
- Description copied from interface: DocumentRouteHeaderDAO
- "Locks" the route header at the datasource level.
 
- 
- Specified by:
- lockRouteHeaderin interface- DocumentRouteHeaderDAO
 
- 
 
findRouteHeader
public DocumentRouteHeaderValue findRouteHeader(String documentId)
- 
- Specified by:
- findRouteHeaderin interface- DocumentRouteHeaderDAO
 
- 
 
findRouteHeader
public DocumentRouteHeaderValue findRouteHeader(String documentId,
                                                boolean clearCache)
- 
- Specified by:
- findRouteHeaderin interface- DocumentRouteHeaderDAO
 
- 
 
findRouteHeaders
public Collection<DocumentRouteHeaderValue> findRouteHeaders(Collection<String> documentIds)
- 
- Specified by:
- findRouteHeadersin interface- DocumentRouteHeaderDAO
 
- 
 
findRouteHeaders
public Collection<DocumentRouteHeaderValue> findRouteHeaders(Collection<String> documentIds,
                                                             boolean clearCache)
- 
- Specified by:
- findRouteHeadersin interface- DocumentRouteHeaderDAO
 
- 
 
deleteRouteHeader
public void deleteRouteHeader(DocumentRouteHeaderValue routeHeader)
- 
- Specified by:
- deleteRouteHeaderin interface- DocumentRouteHeaderDAO
 
- 
 
getNextDocumentId
public String getNextDocumentId()
- 
- Specified by:
- getNextDocumentIdin interface- DocumentRouteHeaderDAO
 
- 
 
getPlatform
protected DatabasePlatform getPlatform()
- 
 
- 
 
findPendingByResponsibilityIds
public Collection<String> findPendingByResponsibilityIds(Set<String> responsibilityIds)
- 
- Specified by:
- findPendingByResponsibilityIdsin interface- DocumentRouteHeaderDAO
 
- 
 
hasSearchableAttributeValue
public boolean hasSearchableAttributeValue(String documentId,
                                           String searchableAttributeKey,
                                           String searchableAttributeValue)
- 
- Specified by:
- hasSearchableAttributeValuein interface- DocumentRouteHeaderDAO
 
- 
 
getApplicationIdByDocumentId
public String getApplicationIdByDocumentId(String documentId)
- 
- Specified by:
- getApplicationIdByDocumentIdin interface- DocumentRouteHeaderDAO
 
- 
 
getDocumentStatus
public String getDocumentStatus(String documentId)
- 
- Specified by:
- getDocumentStatusin interface- DocumentRouteHeaderDAO
 
- 
 
getAppDocId
public String getAppDocId(String documentId)
- 
- Specified by:
- getAppDocIdin interface- DocumentRouteHeaderDAO
 
- 
 
save
public void save(SearchableAttributeValue searchableAttributeValue)
- 
- Specified by:
- savein interface- DocumentRouteHeaderDAO
 
- 
 
findByDocTypeAndAppId
public Collection findByDocTypeAndAppId(String documentTypeName,
                                        String appId)
- 
- Specified by:
- findByDocTypeAndAppIdin interface- DocumentRouteHeaderDAO
 
- 
 
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.