@Deprecated public class TransactionalDocumentDictionaryServiceImpl extends Object implements TransactionalDocumentDictionaryService
Constructor and Description |
---|
TransactionalDocumentDictionaryServiceImpl()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Boolean |
getAllowsCopy(TransactionalDocument document)
Deprecated.
Returns whether or not this document's data dictionary file has flagged it to allow document copies.
|
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.
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.
|
protected DocumentType |
getDocumentType(String documentTypeName)
Deprecated.
This method gets the workflow document type for the given documentTypeName
|
String |
getLabel(String transactionalDocumentTypeName)
Deprecated.
Retrieves the label for the transactional document as described in its data dictionary entry.
|
void |
setDataDictionaryService(DataDictionaryService dataDictionaryService)
Deprecated.
Sets the data dictionary instance.
|
public TransactionalDocumentDictionaryServiceImpl()
public Boolean getAllowsCopy(TransactionalDocument document)
TransactionalDocumentDictionaryService
getAllowsCopy
in interface TransactionalDocumentDictionaryService
org.kuali.rice.kns.service.TransactionalDocumentDictionaryService#getAllowsCopy(org.kuali.bo.TransactionalDocument)
public Class getDocumentClassByName(String documentTypeName)
TransactionalDocumentDictionaryService
getDocumentClassByName
in interface TransactionalDocumentDictionaryService
TransactionalDocumentDictionaryService.getDocumentClassByName(java.lang.String)
public String getDescription(String transactionalDocumentTypeName)
TransactionalDocumentDictionaryService
getDescription
in interface TransactionalDocumentDictionaryService
org.kuali.rice.kns.service.TransactionalDocumentDictionaryService#getDescription(org.kuali.bo.TransactionalDocument)
public String getLabel(String transactionalDocumentTypeName)
TransactionalDocumentDictionaryService
getLabel
in interface TransactionalDocumentDictionaryService
org.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 TransactionalDocumentDictionaryService
TransactionalDocumentDictionaryService.getDefaultExistenceChecks(java.lang.String)
public Collection getDefaultExistenceChecks(TransactionalDocument document)
getDefaultExistenceChecks
in interface TransactionalDocumentDictionaryService
TransactionalDocumentDictionaryService.getDefaultExistenceChecks(org.kuali.rice.krad.document.TransactionalDocument)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.