|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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. 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. |
|
|
getValue(String attributeName)
Deprecated. A method for looking 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 |
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)
AttributeValueReader
getDefinition
in interface AttributeValueReader
getDefinition
in class DictionaryObjectAttributeValueReader
attributeName
- - the name of the attribute/field whose metadata is being requested
AttributeValueReader.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)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |