| Package | Description |
|---|---|
| org.kuali.rice.krad.datadictionary | |
| org.kuali.rice.krad.service | |
| org.kuali.rice.krad.uif.view | |
| org.kuali.rice.krad.util |
| Modifier and Type | Class and Description |
|---|---|
class |
MaintenanceDocumentEntry
Data dictionary entry class for
MaintenanceDocument |
class |
TransactionalDocumentEntry
Data dictionary entry class for
TransactionalDocument. |
| 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 |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
LegacyUtils.isKnsDocumentEntry(DocumentEntry documentEntry)
Indicates whether or not the given DocumentEntry represents a legacy KNS document entry.
|
Copyright © 2005–2018 The Kuali Foundation. All rights reserved.