|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
CustomerInfo is an interface for objects representing a customer identified by loyalty number.
Field Summary | |
---|---|
static java.lang.String |
CLASS_KEY
|
Method Summary | |
---|---|
java.lang.String |
getEmail()
Get the customer email |
java.lang.String |
getID()
Get the customer ID |
java.util.Collection |
getLoyaltyMessages()
Gets the loyalty messages |
java.lang.String |
getName()
Get the customer full name |
java.lang.String |
getPoints()
Gets the customer points |
java.lang.String |
getPointsBalance(java.lang.String type)
Gets the points balance for a specific category GrossPoints etc... |
java.util.Collection |
getPointsBalances()
Get the Points Balances |
java.lang.String |
getPointsTotal(java.lang.String type)
Gets the points total for a specific type of points. |
java.util.Collection |
getPointsTotals()
Get the Points Totals |
java.util.Collection |
getTargetedCouponIDs()
Gets the targeted coupon ids |
void |
setEmail(java.lang.String value)
Set the customer email |
void |
setID(java.lang.String value)
Set the customer ID |
void |
setName(java.lang.String value)
Set the customer full name |
void |
setPoints(java.lang.String points)
Set the customer points |
Methods inherited from interface com.ibm.retail.AEF.automation.BaseInfo |
---|
getBooleanPropertyValue, getIntegerPropertyValue, getProperty, getPropertyEntries, setProperty, update |
Field Detail |
public static final java.lang.String CLASS_KEY
Method Detail |
public java.lang.String getID()
public void setID(java.lang.String value)
public java.lang.String getName()
public void setName(java.lang.String value)
public java.lang.String getEmail()
public void setEmail(java.lang.String value)
public void setPoints(java.lang.String points)
public java.lang.String getPoints()
public java.util.Collection getLoyaltyMessages()
public java.util.Collection getTargetedCouponIDs()
public java.util.Collection getPointsTotals()
PointsTotal
public java.util.Collection getPointsBalances()
PointsTotal
public java.lang.String getPointsBalance(java.lang.String type)
public java.lang.String getPointsTotal(java.lang.String type)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |