| Package | Description |
|---|---|
| org.kuali.rice.krad.datadictionary | |
| org.kuali.rice.krad.service | |
| org.kuali.rice.krad.uif.view |
| Modifier and Type | Class and Description |
|---|---|
class |
MaintenanceDocumentEntry
Data dictionary entry class for
MaintenanceDocument |
class |
TransactionalDocumentEntry
TransactionalDocumentEntry
|
| Modifier and Type | Method and Description |
|---|---|
DocumentEntry |
DataDictionaryMapper.getDocumentEntry(DataDictionaryIndex index,
String documentTypeDDKey)
Returns the KNS document entry for the given lookup key.
|
DocumentEntry |
DataDictionaryIndexMapper.getDocumentEntry(DataDictionaryIndex index,
String documentTypeDDKey) |
DocumentEntry |
DataDictionary.getDocumentEntry(String documentTypeDDKey)
Returns the KNS document entry for the given lookup key.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,DocumentEntry> |
DataDictionaryIndex.getDocumentEntries() |
Map<String,DocumentEntry> |
DataDictionary.getDocumentEntries() |
Map<String,DocumentEntry> |
DataDictionaryMapper.getDocumentEntries(DataDictionaryIndex index) |
Map<String,DocumentEntry> |
DataDictionaryIndexMapper.getDocumentEntries(DataDictionaryIndex index) |
Map<Class,DocumentEntry> |
DataDictionaryIndex.getDocumentEntriesByBusinessObjectClass() |
Map<Class,DocumentEntry> |
DataDictionaryIndex.getDocumentEntriesByMaintainableClass() |
| Modifier and Type | Method and Description |
|---|---|
DocumentEntry |
DocumentDictionaryService.getDocumentEntry(String docTypeName)
Retrieves the document entry that is associated with the given document type name
|
DocumentEntry |
DocumentDictionaryService.getDocumentEntryByClass(Class<? extends Document> documentClass)
Retrieves the document entry that is associated with the given document class
|
| Modifier and Type | Method and Description |
|---|---|
protected DocumentEntry |
DocumentView.getDocumentEntryForView()
Retrieves the associated
DocumentEntry for the document view |
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.