|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.krad.datadictionary.validation.BaseAttributeValueReader
org.kuali.rice.krad.datadictionary.validation.DictionaryObjectAttributeValueReader
org.kuali.rice.kns.datadictionary.validation.MaintenanceDocumentAttributeValueReader
@Deprecated public class MaintenanceDocumentAttributeValueReader
This class provides legacy processing for maintenance documents in the dictionary validation service implementation.
| Field Summary | |
|---|---|
protected Map<String,Class<?>> |
attributeTypeMap
Deprecated. |
protected Map<String,Object> |
attributeValueMap
Deprecated. |
| Fields inherited from class org.kuali.rice.krad.datadictionary.validation.DictionaryObjectAttributeValueReader |
|---|
beanWrapper, entry, object |
| Fields inherited from class org.kuali.rice.krad.datadictionary.validation.BaseAttributeValueReader |
|---|
attributeName, entryName |
| Constructor Summary | |
|---|---|
MaintenanceDocumentAttributeValueReader(Object object,
String entryName,
MaintenanceDocumentEntry entry,
PersistenceStructureService persistenceStructureService)
Deprecated. |
|
| Method Summary | ||
|---|---|---|
Constrainable |
getDefinition(String attributeName)
Deprecated. provides access to the constrainable attribute definition of a specific attribute name |
|
List<Constrainable> |
getDefinitions()
Deprecated. gets a list of all constrainable dictionary metadata definitions for attributes or fields encapsulated by this object |
|
String |
getLabel(String attributeName)
Deprecated. looks up a label for a specific attribute name |
|
Class<?> |
getType(String attributeName)
Deprecated. gets the type of the attribute specified - A Java class |
|
|
getValue(String attributeName)
Deprecated. looks up any attribute value by name for the object being processed |
|
| Methods inherited from class org.kuali.rice.krad.datadictionary.validation.DictionaryObjectAttributeValueReader |
|---|
clone, getEntry, getObject, getPath, getValue, isNestedAttribute, isParentAttributeNull, isReadable |
| Methods inherited from class org.kuali.rice.krad.datadictionary.validation.BaseAttributeValueReader |
|---|
getAttributeName, getCleanSearchableValues, getEntryName, setAttributeName |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Map<String,Class<?>> attributeTypeMap
protected Map<String,Object> attributeValueMap
| Constructor Detail |
|---|
public MaintenanceDocumentAttributeValueReader(Object object,
String entryName,
MaintenanceDocumentEntry entry,
PersistenceStructureService persistenceStructureService)
| Method Detail |
|---|
public Constrainable getDefinition(String attributeName)
AttributeValueReaderIf the value of the metadata associated with the object field does not implement constrainable, or if no metadata is associated with this object field, then null should be returned.
getDefinition in interface AttributeValueReadergetDefinition in class DictionaryObjectAttributeValueReaderattributeName - - the name of the attribute/field whose metadata is being requested
AttributeValueReader.getDefinition(java.lang.String)public List<Constrainable> getDefinitions()
AttributeValueReader
getDefinitions in interface AttributeValueReadergetDefinitions in class DictionaryObjectAttributeValueReaderAttributeValueReader.getDefinitions()public String getLabel(String attributeName)
AttributeValueReader
getLabel in interface AttributeValueReadergetLabel in class DictionaryObjectAttributeValueReaderattributeName - - the name of attribute
public Class<?> getType(String attributeName)
AttributeValueReader
getType in interface AttributeValueReadergetType in class DictionaryObjectAttributeValueReaderattributeName - - the name of attribute
AttributeValueReader.getType(java.lang.String)
public <X> X getValue(String attributeName)
throws AttributeValidationException
AttributeValueReader
getValue in interface AttributeValueReadergetValue in class DictionaryObjectAttributeValueReaderX - - the type of the attributeattributeName - - the name of attribute whose value is looked up
AttributeValidationExceptionAttributeValueReader.getValue(java.lang.String)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||