@Deprecated public interface TransactionalDocumentDictionaryService
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getAllowsCopy(TransactionalDocument document)
Deprecated.
Returns whether or not this document's data dictionary file has flagged it to allow document copies.
|
Collection |
getDefaultExistenceChecks(String docTypeName)
Deprecated.
The collection of ReferenceDefinition objects defined as DefaultExistenceChecks for the MaintenanceDocument.
|
Collection |
getDefaultExistenceChecks(TransactionalDocument document)
Deprecated.
The collection of ReferenceDefinition objects defined as DefaultExistenceChecks for the MaintenanceDocument.
|
String |
getDescription(String transactionalDocumentTypeName)
Deprecated.
Retrieves the full description of the transactional document as described in its data dictionary entry.
|
Class |
getDocumentClassByName(String documentTypeName)
Deprecated.
Retrieves a document instance by it's class name.
|
String |
getLabel(String transactionalDocumentTypeName)
Deprecated.
Retrieves the label for the transactional document as described in its data dictionary entry.
|
Boolean getAllowsCopy(TransactionalDocument document)
document - Class getDocumentClassByName(String documentTypeName)
documentTypeName - String getDescription(String transactionalDocumentTypeName)
transactionalDocumentTypeName - String getLabel(String transactionalDocumentTypeName)
transactionalDocumentTypeName - Collection getDefaultExistenceChecks(TransactionalDocument document)
document - Collection getDefaultExistenceChecks(String docTypeName)
docTypeName - Copyright © 2005-2015 The Kuali Foundation. All Rights Reserved.