|
||||||||||
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
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.
Field Summary | |
---|---|
private DataDictionaryService |
dataDictionaryService
|
Constructor Summary | |
---|---|
TransactionalDocumentDictionaryServiceImpl()
|
Method Summary | |
---|---|
Boolean |
getAllowsCopy(TransactionalDocument document)
Returns whether or not this document's data dictionary file has flagged it to allow document copies. |
Class |
getBusinessRulesClass(TransactionalDocument document)
|
DataDictionary |
getDataDictionary()
Retrieves the data dictionary instance. |
Collection |
getDefaultExistenceChecks(String docTypeName)
This overridden method ... |
Collection |
getDefaultExistenceChecks(TransactionalDocument document)
This overridden method ... |
String |
getDescription(String transactionalDocumentTypeName)
Retrieves the full description of the transactional document as described in its data dictionary entry. |
Class |
getDocumentClassByName(String documentTypeName)
Retrieves a document instance by it's class name. |
protected DocumentTypeDTO |
getDocumentType(String documentTypeName)
This method gets the workflow document type for the given documentTypeName |
String |
getLabel(String transactionalDocumentTypeName)
Retrieves the label for the transactional document as described in its data dictionary entry. |
private TransactionalDocumentEntry |
getTransactionalDocumentEntry(TransactionalDocument document)
Retrieves the document entry by transactional document class instance. |
private TransactionalDocumentEntry |
getTransactionalDocumentEntryBydocumentTypeName(String documentTypeName)
Retrieves the document entry by transactional document type name. |
void |
setDataDictionaryService(DataDictionaryService dataDictionaryService)
Sets the data dictionary instance. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private DataDictionaryService dataDictionaryService
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 Class getBusinessRulesClass(TransactionalDocument document)
getBusinessRulesClass
in interface TransactionalDocumentDictionaryService
org.kuali.rice.kns.service.TransactionalDocumentDictionaryService#getBusinessRulesClass(org.kuali.bo.TransactionalDocument)
public void setDataDictionaryService(DataDictionaryService dataDictionaryService)
dataDictionaryService
- public DataDictionary getDataDictionary()
protected DocumentTypeDTO getDocumentType(String documentTypeName)
documentTypeName
-
private TransactionalDocumentEntry getTransactionalDocumentEntry(TransactionalDocument document)
document
-
private TransactionalDocumentEntry getTransactionalDocumentEntryBydocumentTypeName(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.kns.document.TransactionalDocument)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |