public interface IPersonExtension
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getAttributeValue(Person person,
java.lang.String attrName)
Constructs the value for the specified attribute using the person's data
|
java.util.Collection<java.lang.String> |
getDependentAttributes(java.lang.String categoryName,
java.lang.String profileName,
java.lang.String attrName)
Gets the required attributes needed to construct the attribute value
|
java.util.Collection<java.lang.String> getDependentAttributes(java.lang.String categoryName,
java.lang.String profileName,
java.lang.String attrName)
categoryName - Category name ("*" means all categories)profileName - Profile name ("*" means all profiles)attrName - Attribute namejava.lang.Object getAttributeValue(Person person, java.lang.String attrName)
Person - Person objectattrName - Attribute name