@Deprecated public class MaintenanceDocumentAttributeValueReader extends DictionaryObjectAttributeValueReader
Modifier and Type | Field and Description |
---|---|
protected Map<String,Class<?>> |
attributeTypeMap
Deprecated.
|
protected Map<String,Object> |
attributeValueMap
Deprecated.
|
beanWrapper, entry, object
attributeName, entryName
Constructor and Description |
---|
MaintenanceDocumentAttributeValueReader(Object object,
String entryName,
MaintenanceDocumentEntry entry,
PersistenceStructureService persistenceStructureService)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Constrainable |
getDefinition(String attributeName)
Deprecated.
This method provides access to the constrainable attribute definition of a specific attribute name.
|
List<Constrainable> |
getDefinitions()
Deprecated.
This method returns a list of all constrainable dictionary metadata definitions for attributes or fields encapsulated by this object.
|
String |
getLabel(String attributeName)
Deprecated.
This method looks up a label for a specific attribute name.
|
Class<?> |
getType(String attributeName)
Deprecated.
The type of the attribute specified.
|
<X> X |
getValue(String attributeName)
Deprecated.
A method for looking up any attribute value by name for the object being processed.
|
clone, getEntry, getObject, getPath, getValue, isNestedAttribute, isParentAttributeNull, isReadable
getAttributeName, getCleanSearchableValues, getEntryName, setAttributeName
protected Map<String,Class<?>> attributeTypeMap
protected Map<String,Object> attributeValueMap
public MaintenanceDocumentAttributeValueReader(Object object, String entryName, MaintenanceDocumentEntry entry, PersistenceStructureService persistenceStructureService)
public Constrainable getDefinition(String attributeName)
AttributeValueReader
getDefinition
in interface AttributeValueReader
getDefinition
in class DictionaryObjectAttributeValueReader
attributeName
- - the name of the attribute/field whose metadata is being requestedAttributeValueReader.getDefinition(java.lang.String)
public List<Constrainable> getDefinitions()
AttributeValueReader
getDefinitions
in interface AttributeValueReader
getDefinitions
in class DictionaryObjectAttributeValueReader
AttributeValueReader.getDefinitions()
public String getLabel(String attributeName)
AttributeValueReader
getLabel
in interface AttributeValueReader
getLabel
in class DictionaryObjectAttributeValueReader
public Class<?> getType(String attributeName)
AttributeValueReader
getType
in interface AttributeValueReader
getType
in class DictionaryObjectAttributeValueReader
AttributeValueReader.getType(java.lang.String)
public <X> X getValue(String attributeName) throws AttributeValidationException
AttributeValueReader
getValue
in interface AttributeValueReader
getValue
in class DictionaryObjectAttributeValueReader
AttributeValidationException
AttributeValueReader.getValue(java.lang.String)
Copyright © 2005-2015 The Kuali Foundation. All Rights Reserved.