|
||||||||||
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(org.kuali.rice.krad.document.TransactionalDocument document)
Deprecated. |
Class<? extends org.kuali.rice.krad.rule.BusinessRule> |
getBusinessRulesClass(org.kuali.rice.krad.document.TransactionalDocument document)
Deprecated. |
org.kuali.rice.krad.datadictionary.DataDictionary |
getDataDictionary()
Deprecated. Retrieves the data dictionary instance. |
Collection |
getDefaultExistenceChecks(String docTypeName)
Deprecated. This overridden method ... |
Collection |
getDefaultExistenceChecks(org.kuali.rice.krad.document.TransactionalDocument document)
Deprecated. This overridden method ... |
String |
getDescription(String transactionalDocumentTypeName)
Deprecated. |
Class |
getDocumentClassByName(String documentTypeName)
Deprecated. |
protected org.kuali.rice.kew.api.doctype.DocumentType |
getDocumentType(String documentTypeName)
Deprecated. This method gets the workflow document type for the given documentTypeName |
String |
getLabel(String transactionalDocumentTypeName)
Deprecated. |
void |
setDataDictionaryService(org.kuali.rice.krad.service.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(org.kuali.rice.krad.document.TransactionalDocument document)
getAllowsCopy
in interface org.kuali.rice.kns.service.TransactionalDocumentDictionaryService
org.kuali.rice.kns.service.TransactionalDocumentDictionaryService#getAllowsCopy(org.kuali.bo.TransactionalDocument)
public Class getDocumentClassByName(String documentTypeName)
getDocumentClassByName
in interface org.kuali.rice.kns.service.TransactionalDocumentDictionaryService
TransactionalDocumentDictionaryService.getDocumentClassByName(java.lang.String)
public String getDescription(String transactionalDocumentTypeName)
getDescription
in interface org.kuali.rice.kns.service.TransactionalDocumentDictionaryService
org.kuali.rice.kns.service.TransactionalDocumentDictionaryService#getDescription(org.kuali.bo.TransactionalDocument)
public String getLabel(String transactionalDocumentTypeName)
getLabel
in interface org.kuali.rice.kns.service.TransactionalDocumentDictionaryService
org.kuali.rice.kns.service.TransactionalDocumentDictionaryService#getDescription(org.kuali.bo.TransactionalDocument)
public Class<? extends org.kuali.rice.krad.rule.BusinessRule> getBusinessRulesClass(org.kuali.rice.krad.document.TransactionalDocument document)
getBusinessRulesClass
in interface org.kuali.rice.kns.service.TransactionalDocumentDictionaryService
org.kuali.rice.kns.service.TransactionalDocumentDictionaryService#getBusinessRulesClass(org.kuali.bo.TransactionalDocument)
public void setDataDictionaryService(org.kuali.rice.krad.service.DataDictionaryService dataDictionaryService)
dataDictionaryService
- public org.kuali.rice.krad.datadictionary.DataDictionary getDataDictionary()
protected org.kuali.rice.kew.api.doctype.DocumentType getDocumentType(String documentTypeName)
documentTypeName
-
public Collection getDefaultExistenceChecks(String docTypeName)
getDefaultExistenceChecks
in interface org.kuali.rice.kns.service.TransactionalDocumentDictionaryService
TransactionalDocumentDictionaryService.getDefaultExistenceChecks(java.lang.String)
public Collection getDefaultExistenceChecks(org.kuali.rice.krad.document.TransactionalDocument document)
getDefaultExistenceChecks
in interface org.kuali.rice.kns.service.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 |