|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.kns.service.impl.TransactionalDocumentDictionaryServiceImpl
@Deprecated public class TransactionalDocumentDictionaryServiceImpl
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 | |
---|---|
TransactionalDocumentDictionaryServiceImpl()
Deprecated. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TransactionalDocumentDictionaryServiceImpl()
Method Detail |
---|
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)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |