|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CustomerProfile
This interface represents a group of AttributeValue of Customer Profile type attribute.
It is aggregated into Customer.
| Method Summary | |
|---|---|
java.lang.Object |
getProfileValue(java.lang.String attributeKey)
Get the value of a profile with the specified key in default locale. |
java.util.Map |
getProfileValueMap()
Returns the attribute value map. |
java.lang.String |
getStringProfileValue(java.lang.String attributeKey)
Get the value of a string profile with the specified key in default locale. |
void |
setProfileValue(java.lang.String attributeKey,
java.lang.Object value)
Set the customer profile value based on the given pair of key/object. |
void |
setProfileValueMap(java.util.Map attributeValueMap)
Sets the attribute value map. |
void |
setStringProfileValue(java.lang.String attributeKey,
java.lang.String stringValue)
Set the customer profile value based on the given string value. |
| Method Detail |
|---|
java.lang.Object getProfileValue(java.lang.String attributeKey)
attributeKey - the key of the profile to be retrieved
java.util.Map getProfileValueMap()
java.lang.String getStringProfileValue(java.lang.String attributeKey)
attributeKey - the key of the profile to be retrieved
String value of the attribute
void setProfileValue(java.lang.String attributeKey,
java.lang.Object value)
throws EpBindException
attributeKey - the attribute Key to set the valuevalue - the object to set the value
EpBindException - in case the given value is invalidvoid setProfileValueMap(java.util.Map attributeValueMap)
attributeValueMap - the attribute value map
void setStringProfileValue(java.lang.String attributeKey,
java.lang.String stringValue)
throws EpBindException
attributeKey - the attribute Key to set the valuestringValue - the string value
EpBindException - in case the given string value is invalid
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||