Package org.kuali.rice.kns.service.impl
Class TransactionalDocumentDictionaryServiceImpl
java.lang.Object
org.kuali.rice.kns.service.impl.TransactionalDocumentDictionaryServiceImpl
- All Implemented Interfaces:
org.kuali.rice.kns.service.TransactionalDocumentDictionaryService
@Deprecated
public class TransactionalDocumentDictionaryServiceImpl
extends Object
implements org.kuali.rice.kns.service.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(org.kuali.rice.krad.document.TransactionalDocument document) Deprecated.org.kuali.rice.krad.datadictionary.DataDictionaryDeprecated.Retrieves the data dictionary instance.getDefaultExistenceChecks(String docTypeName) Deprecated.getDefaultExistenceChecks(org.kuali.rice.krad.document.TransactionalDocument document) Deprecated.getDescription(String transactionalDocumentTypeName) Deprecated.getDocumentClassByName(String documentTypeName) Deprecated.protected org.kuali.rice.kew.api.doctype.DocumentTypegetDocumentType(String documentTypeName) Deprecated.This method gets the workflow document type for the given documentTypeNameDeprecated.voidsetDataDictionaryService(org.kuali.rice.krad.service.DataDictionaryService dataDictionaryService) Deprecated.Sets the data dictionary instance.
-
Constructor Details
-
TransactionalDocumentDictionaryServiceImpl
public TransactionalDocumentDictionaryServiceImpl()Deprecated.
-
-
Method Details
-
getAllowsCopy
Deprecated.- Specified by:
getAllowsCopyin interfaceorg.kuali.rice.kns.service.TransactionalDocumentDictionaryService- See Also:
-
getDocumentClassByName
Deprecated.- Specified by:
getDocumentClassByNamein interfaceorg.kuali.rice.kns.service.TransactionalDocumentDictionaryService- See Also:
-
getDescription
Deprecated.- Specified by:
getDescriptionin interfaceorg.kuali.rice.kns.service.TransactionalDocumentDictionaryService- See Also:
-
getLabel
Deprecated.- Specified by:
getLabelin interfaceorg.kuali.rice.kns.service.TransactionalDocumentDictionaryService- See Also:
-
setDataDictionaryService
public void setDataDictionaryService(org.kuali.rice.krad.service.DataDictionaryService dataDictionaryService) Deprecated.Sets the data dictionary instance.- Parameters:
dataDictionaryService-
-
getDataDictionary
public org.kuali.rice.krad.datadictionary.DataDictionary 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 interfaceorg.kuali.rice.kns.service.TransactionalDocumentDictionaryService
-
getDefaultExistenceChecks
public Collection getDefaultExistenceChecks(org.kuali.rice.krad.document.TransactionalDocument document) Deprecated.- Specified by:
getDefaultExistenceChecksin interfaceorg.kuali.rice.kns.service.TransactionalDocumentDictionaryService
-