Interface DocumentRouteHeaderDAO
- All Known Implementing Classes:
DocumentRouteHeaderDAOJpa
public interface DocumentRouteHeaderDAO
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Method Summary
Modifier and TypeMethodDescriptionvoidclearRouteHeaderSearchValues(String documentId) findByDocTypeAndAppId(String documentTypeName, String appId) findPendingByResponsibilityIds(Set<String> responsibilityIds) findRouteHeader(String documentId, boolean clearCache) findRouteHeaders(Collection<String> documentIds) findRouteHeaders(Collection<String> documentIds, boolean clearCache) findSearchableAttributeValues(String documentId) getAppDocId(String documentId) getAppDocStatus(String documentId) getApplicationIdByDocumentId(String documentId) getContent(String documentId) getDocumentStatus(String documentId) booleanhasSearchableAttributeValue(String documentId, String searchableAttributeKey, String searchableAttributeValue) voidlockRouteHeader(String documentId) "Locks" the route header at the datasource level.voidsave(SearchableAttributeValue searchableAttribute)
-
Method Details
-
lockRouteHeader
"Locks" the route header at the datasource level. -
findRouteHeader
-
findRouteHeaders
-
findRouteHeaders
Collection<DocumentRouteHeaderValue> findRouteHeaders(Collection<String> documentIds, boolean clearCache) -
getNextDocumentId
String getNextDocumentId() -
findPendingByResponsibilityIds
-
clearRouteHeaderSearchValues
-
findSearchableAttributeValues
-
getApplicationIdByDocumentId
-
getContent
-
hasSearchableAttributeValue
-
getDocumentStatus
-
save
-
getAppDocId
-
getAppDocStatus
-
findByDocTypeAndAppId
-