@Deprecated public class TransactionalDocumentDictionaryServiceImpl extends Object implements TransactionalDocumentDictionaryService
| Constructor and Description |
|---|
TransactionalDocumentDictionaryServiceImpl()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getAllowsCopy(TransactionalDocument document)
Deprecated.
|
DataDictionary |
getDataDictionary()
Deprecated.
Retrieves the data dictionary instance.
|
Collection |
getDefaultExistenceChecks(String docTypeName)
Deprecated.
This overridden method ...
|
Collection |
getDefaultExistenceChecks(TransactionalDocument document)
Deprecated.
This overridden method ...
|
String |
getDescription(String transactionalDocumentTypeName)
Deprecated.
|
Class |
getDocumentClassByName(String documentTypeName)
Deprecated.
|
protected DocumentType |
getDocumentType(String documentTypeName)
Deprecated.
This method gets the workflow document type for the given documentTypeName
|
String |
getLabel(String transactionalDocumentTypeName)
Deprecated.
|
void |
setDataDictionaryService(DataDictionaryService dataDictionaryService)
Deprecated.
Sets the data dictionary instance.
|
public TransactionalDocumentDictionaryServiceImpl()
public Boolean getAllowsCopy(TransactionalDocument document)
getAllowsCopy in interface TransactionalDocumentDictionaryServiceorg.kuali.rice.kns.service.TransactionalDocumentDictionaryService#getAllowsCopy(org.kuali.bo.TransactionalDocument)public Class getDocumentClassByName(String documentTypeName)
getDocumentClassByName in interface TransactionalDocumentDictionaryServiceTransactionalDocumentDictionaryService.getDocumentClassByName(java.lang.String)public String getDescription(String transactionalDocumentTypeName)
getDescription in interface TransactionalDocumentDictionaryServiceorg.kuali.rice.kns.service.TransactionalDocumentDictionaryService#getDescription(org.kuali.bo.TransactionalDocument)public String getLabel(String transactionalDocumentTypeName)
getLabel in interface TransactionalDocumentDictionaryServiceorg.kuali.rice.kns.service.TransactionalDocumentDictionaryService#getDescription(org.kuali.bo.TransactionalDocument)public void setDataDictionaryService(DataDictionaryService dataDictionaryService)
dataDictionaryService - public DataDictionary getDataDictionary()
protected DocumentType getDocumentType(String documentTypeName)
documentTypeName - public Collection getDefaultExistenceChecks(String docTypeName)
getDefaultExistenceChecks in interface TransactionalDocumentDictionaryServiceTransactionalDocumentDictionaryService.getDefaultExistenceChecks(java.lang.String)public Collection getDefaultExistenceChecks(TransactionalDocument document)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.