Package org.kuali.rice.kns.service
Interface TransactionalDocumentDictionaryService
Deprecated.
Only used in KNS classes, use KRAD.
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
Modifier and TypeMethodDescriptiongetAllowsCopy(TransactionalDocument document) Deprecated.Returns whether or not this document's data dictionary file has flagged it to allow document copies.getDefaultExistenceChecks(String docTypeName) Deprecated.The collection of ReferenceDefinition objects defined as DefaultExistenceChecks for the MaintenanceDocument.Deprecated.The collection of ReferenceDefinition objects defined as DefaultExistenceChecks for the MaintenanceDocument.getDescription(String transactionalDocumentTypeName) Deprecated.Retrieves the full description of the transactional document as described in its data dictionary entry.getDocumentClassByName(String documentTypeName) Deprecated.Retrieves a document instance by it's class name.Deprecated.Retrieves the label for the transactional document as described in its data dictionary entry.
-
Method Details
-
getAllowsCopy
Deprecated.Returns whether or not this document's data dictionary file has flagged it to allow document copies.- Parameters:
document-- Returns:
- True if copies are allowed, false otherwise.
-
getDocumentClassByName
Deprecated.Retrieves a document instance by it's class name.- Parameters:
documentTypeName-- Returns:
- A document instance.
-
getDescription
Deprecated.Retrieves the full description of the transactional document as described in its data dictionary entry.- Parameters:
transactionalDocumentTypeName-- Returns:
- The transactional document's full description.
-
getLabel
Deprecated.Retrieves the label for the transactional document as described in its data dictionary entry.- Parameters:
transactionalDocumentTypeName-- Returns:
- The transactional document's label.
-
getDefaultExistenceChecks
Deprecated.The collection of ReferenceDefinition objects defined as DefaultExistenceChecks for the MaintenanceDocument.- Parameters:
document-- Returns:
- A Collection of ReferenceDefinitions
-
getDefaultExistenceChecks
Deprecated.The collection of ReferenceDefinition objects defined as DefaultExistenceChecks for the MaintenanceDocument.- Parameters:
docTypeName-- Returns:
- A Collection of ReferenceDefinitions
-