Package | Description |
---|---|
org.kuali.rice.kns.datadictionary |
Copyright 2005-2016 The Kuali Foundation
Licensed under the Educational Community License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
org.kuali.rice.krad.datadictionary | |
org.kuali.rice.krad.datadictionary.validation |
Data Dictionary validation objects.
|
org.kuali.rice.krad.service |
Core service interfaces.
|
org.kuali.rice.krad.service.impl |
Core service implementations.
|
Modifier and Type | Interface and Description |
---|---|
interface |
KNSDocumentEntry
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
BusinessObjectEntry
A single BusinessObject entry in the DataDictionary, which contains information relating to the display, validation,
and general maintenance of a BusinessObject and its attributes.
|
class |
DataDictionaryEntryBase
Contains common properties and methods for data dictionary entries.
|
class |
DataObjectEntry
Generic dictionary entry for an object that does not have to implement BusinessObject.
|
class |
DocumentEntry
A single Document entry in the DataDictionary, which contains information relating to the display, validation, and
general maintenance of a Document (transactional or maintenance) and its attributes
|
class |
MaintenanceDocumentEntry
Data dictionary entry class for
MaintenanceDocument |
class |
TransactionalDocumentEntry
TransactionalDocumentEntry
|
Modifier and Type | Field and Description |
---|---|
protected DataDictionaryEntry |
ComplexAttributeDefinition.dataObjectEntry |
Modifier and Type | Method and Description |
---|---|
DataDictionaryEntry |
ComplexAttributeDefinition.getDataObjectEntry() |
DataDictionaryEntry |
DataDictionaryMapper.getDictionaryObjectEntry(DataDictionaryIndex index,
String className) |
DataDictionaryEntry |
DataDictionaryIndexMapper.getDictionaryObjectEntry(DataDictionaryIndex ddIndex,
String className) |
DataDictionaryEntry |
DataDictionary.getDictionaryObjectEntry(String className) |
Modifier and Type | Method and Description |
---|---|
Map<String,DataDictionaryEntry> |
DataDictionaryIndex.getEntriesByJstlKey() |
Modifier and Type | Method and Description |
---|---|
void |
ComplexAttributeDefinition.setDataObjectEntry(DataDictionaryEntry dataObjectEntry) |
Modifier and Type | Field and Description |
---|---|
protected DataDictionaryEntry |
DictionaryObjectAttributeValueReader.entry |
Constructor and Description |
---|
DictionaryObjectAttributeValueReader(Object object,
String entryName,
DataDictionaryEntry entry) |
DictionaryObjectAttributeValueReader(Object object,
String entryName,
DataDictionaryEntry entry,
String attributePath) |
Modifier and Type | Method and Description |
---|---|
DictionaryValidationResult |
DictionaryValidationService.validate(Object object,
String entryName,
DataDictionaryEntry entry,
boolean doOptionalProcessing)
Same as {@link DictionaryValidationService#validate(Object, String, boolean) except that it provides an explicit
data dictionary
entry to use for the purpose of validation.
|
Modifier and Type | Method and Description |
---|---|
DictionaryValidationResult |
DictionaryValidationServiceImpl.validate(Object object,
String entryName,
DataDictionaryEntry entry,
boolean doOptionalProcessing) |
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.