Package org.kuali.rice.kns.service.impl
Class TransactionalDocumentDictionaryServiceImpl
java.lang.Object
org.kuali.rice.kns.service.impl.TransactionalDocumentDictionaryServiceImpl
- All Implemented Interfaces:
TransactionalDocumentDictionaryService
@Deprecated
public class TransactionalDocumentDictionaryServiceImpl
extends Object
implements TransactionalDocumentDictionaryService
Deprecated.
Only used by KNS classes, use KRAD.
This class is the service implementation for the TransactionalDocumentDictionary structure. Defines the API for the interacting
with Document-related entries in the data dictionary. This is the default implementation that gets delivered with Kuali.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAllowsCopy(TransactionalDocument document) Deprecated.Deprecated.Retrieves the data dictionary instance.getDefaultExistenceChecks(String docTypeName) Deprecated.Deprecated.getDescription(String transactionalDocumentTypeName) Deprecated.getDocumentClassByName(String documentTypeName) Deprecated.protected DocumentTypegetDocumentType(String documentTypeName) Deprecated.This method gets the workflow document type for the given documentTypeNameDeprecated.voidsetDataDictionaryService(DataDictionaryService dataDictionaryService) Deprecated.Sets the data dictionary instance.
-
Constructor Details
-
TransactionalDocumentDictionaryServiceImpl
public TransactionalDocumentDictionaryServiceImpl()Deprecated.
-
-
Method Details
-
getAllowsCopy
Deprecated.- Specified by:
getAllowsCopyin interfaceTransactionalDocumentDictionaryService- See Also:
-
getDocumentClassByName
Deprecated.- Specified by:
getDocumentClassByNamein interfaceTransactionalDocumentDictionaryService- See Also:
-
getDescription
Deprecated.- Specified by:
getDescriptionin interfaceTransactionalDocumentDictionaryService- See Also:
-
getLabel
Deprecated.- Specified by:
getLabelin interfaceTransactionalDocumentDictionaryService- See Also:
-
setDataDictionaryService
Deprecated.Sets the data dictionary instance.- Parameters:
dataDictionaryService-
-
getDataDictionary
Deprecated.Retrieves the data dictionary instance.- Returns:
-
getDocumentType
Deprecated.This method gets the workflow document type for the given documentTypeName- Parameters:
documentTypeName-- Returns:
-
getDefaultExistenceChecks
Deprecated.- Specified by:
getDefaultExistenceChecksin interfaceTransactionalDocumentDictionaryService
-
getDefaultExistenceChecks
Deprecated.- Specified by:
getDefaultExistenceChecksin interfaceTransactionalDocumentDictionaryService
-