| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Deprecated public interface TransactionalDocumentDictionaryService
This interface defines methods that a TransactionalDocumentDictionary Service must provide. Defines the API for the interacting with TransactionalDocument-related entries in the data dictionary.
| Method Summary | |
|---|---|
|  Boolean | getAllowsCopy(TransactionalDocument document)Deprecated. Returns whether or not this document's data dictionary file has flagged it to allow document copies. | 
|  Class<? extends BusinessRule> | getBusinessRulesClass(TransactionalDocument document)Deprecated. | 
|  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. | 
| Method Detail | 
|---|
Boolean getAllowsCopy(TransactionalDocument document)
document - 
Class getDocumentClassByName(String documentTypeName)
documentTypeName - 
String getDescription(String transactionalDocumentTypeName)
transactionalDocumentTypeName - 
String getLabel(String transactionalDocumentTypeName)
transactionalDocumentTypeName - 
Class<? extends BusinessRule> getBusinessRulesClass(TransactionalDocument document)
document - 
Collection getDefaultExistenceChecks(TransactionalDocument document)
document - 
Collection getDefaultExistenceChecks(String docTypeName)
docTypeName - 
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||