public interface DocumentRouteHeaderDAO
void saveRouteHeader(DocumentRouteHeaderValue routeHeader)
void lockRouteHeader(String documentId, boolean wait)
DocumentRouteHeaderValue findRouteHeader(String documentId)
DocumentRouteHeaderValue findRouteHeader(String documentId, boolean clearCache)
Collection<DocumentRouteHeaderValue> findRouteHeaders(Collection<String> documentIds)
Collection<DocumentRouteHeaderValue> findRouteHeaders(Collection<String> documentIds, boolean clearCache)
void deleteRouteHeader(DocumentRouteHeaderValue routeHeader)
String getNextDocumentId()
Collection<String> findPendingByResponsibilityIds(Set<String> responsibilityIds)
void clearRouteHeaderSearchValues(String documentId)
Collection<SearchableAttributeValue> findSearchableAttributeValues(String documentId)
String getApplicationIdByDocumentId(String documentId)
DocumentRouteHeaderValueContent getContent(String documentId)
boolean hasSearchableAttributeValue(String documentId, String searchableAttributeKey, String searchableAttributeValue)
String getDocumentStatus(String documentId)
void save(SearchableAttributeValue searchableAttribute)
String getAppDocId(String documentId)
String getAppDocStatus(String documentId)
Collection findByDocTypeAndAppId(String documentTypeName, String appId)
Copyright © 2005-2015 The Kuali Foundation. All Rights Reserved.