com.ibm.retail.AEF.data
Interface CustomerProperties

All Superinterfaces:
POSDataProperties

public interface CustomerProperties
extends POSDataProperties

CustomerProperties contains the data provider property names for customer attributes. These properties are communicated to client listeners through the CustomerListener interface. Individual property values for the current customer are also accessible through the POSDataProvider interface.

See Also:
CustomerListener, getPropertyValue

Field Summary
static java.lang.String CATEGORY
          Category identifier.
static java.lang.String COUPON_CODE
          Coupon code.
static java.lang.String CUSTOMER_ADDRESS1
          Customer address line 1.
static java.lang.String CUSTOMER_ADDRESS2
          Customer address line 2.
static java.lang.String CUSTOMER_CITY
          Customer city.
static java.lang.String CUSTOMER_CONTACT
          Customer contact name.
static java.lang.String CUSTOMER_EMAIL
          Customer email address
static java.lang.String CUSTOMER_FAX
          Customer fax number.
static java.lang.String CUSTOMER_ID
          Customer ID or loyalty card number.
static java.lang.String CUSTOMER_NAME
          Customer full name
static java.lang.String CUSTOMER_PHONE
          Customer phone number.
static java.lang.String CUSTOMER_STATE
          Customer state.
static java.lang.String CUSTOMER_YTD_PTS
          Customer loyalty YTD points.
static java.lang.String CUSTOMER_YTD_SAVED
          Customer loyalty YTD savings.
static java.lang.String CUSTOMER_ZIP
          Customer zipcode.
static java.lang.String ID_EXPIRATION_DATE
          Customer ID card expiration date
static java.lang.String ID_TYPE
          Customer ID number type ('primary' or 'alternate')
static java.lang.String MESSAGE
          Loyalty message.
static java.lang.String MESSAGES
          Loyalty messages.
static java.lang.String POINTS_BALANCE
          Balance of points earned after redemptions.
static java.lang.String POINTS_BALANCES
          Collection of points category balances.
static java.lang.String POINTS_DESCRIPTION
          Description of points.
static java.lang.String POINTS_TOTAL
          Total points earned.
static java.lang.String POINTS_TOTALS
          Collection of points earned categories.
static java.lang.String POINTS_TYPE
          Type of points.
static java.lang.String POINTS_VALUE
          Number of points .
static java.lang.String TARGETED_COUPON
          Idetifier for targeted coupon for customer.
static java.lang.String TARGETED_COUPONS
          Targeted coupons for customer.
 
Fields inherited from interface com.ibm.retail.AEF.data.POSDataProperties
ELEMENT_NAME
 

Field Detail

CATEGORY

public static final java.lang.String CATEGORY
Category identifier.

See Also:
Constant Field Values

CUSTOMER_ID

public static final java.lang.String CUSTOMER_ID
Customer ID or loyalty card number.

See Also:
Constant Field Values

ID_TYPE

public static final java.lang.String ID_TYPE
Customer ID number type ('primary' or 'alternate')

See Also:
Constant Field Values

ID_EXPIRATION_DATE

public static final java.lang.String ID_EXPIRATION_DATE
Customer ID card expiration date

See Also:
Constant Field Values

CUSTOMER_NAME

public static final java.lang.String CUSTOMER_NAME
Customer full name

See Also:
Constant Field Values

CUSTOMER_EMAIL

public static final java.lang.String CUSTOMER_EMAIL
Customer email address

See Also:
Constant Field Values

TARGETED_COUPONS

public static final java.lang.String TARGETED_COUPONS
Targeted coupons for customer.

Collection of String values, where each String is a coupon code.

See Also:
Constant Field Values

TARGETED_COUPON

public static final java.lang.String TARGETED_COUPON
Idetifier for targeted coupon for customer.

See Also:
Constant Field Values

COUPON_CODE

public static final java.lang.String COUPON_CODE
Coupon code.

See Also:
Constant Field Values

POINTS_TOTAL

public static final java.lang.String POINTS_TOTAL
Total points earned.

See Also:
Constant Field Values

POINTS_BALANCE

public static final java.lang.String POINTS_BALANCE
Balance of points earned after redemptions.

See Also:
Constant Field Values

POINTS_TOTALS

public static final java.lang.String POINTS_TOTALS
Collection of points earned categories.

Collection of PointsTotal objects.

See Also:
Constant Field Values

POINTS_BALANCES

public static final java.lang.String POINTS_BALANCES
Collection of points category balances.

Collection of PointsTotal objects.

See Also:
Constant Field Values

MESSAGES

public static final java.lang.String MESSAGES
Loyalty messages.

Collection of String objects.

See Also:
Constant Field Values

MESSAGE

public static final java.lang.String MESSAGE
Loyalty message.

See Also:
Constant Field Values

POINTS_TYPE

public static final java.lang.String POINTS_TYPE
Type of points.

Attribute of PointsTotal

See Also:
Constant Field Values

POINTS_DESCRIPTION

public static final java.lang.String POINTS_DESCRIPTION
Description of points.

Attibute of PointsTotal

See Also:
Constant Field Values

POINTS_VALUE

public static final java.lang.String POINTS_VALUE
Number of points .

Attribute of PointsTotal

See Also:
Constant Field Values

CUSTOMER_ADDRESS1

public static final java.lang.String CUSTOMER_ADDRESS1
Customer address line 1.

See Also:
Constant Field Values

CUSTOMER_ADDRESS2

public static final java.lang.String CUSTOMER_ADDRESS2
Customer address line 2.

See Also:
Constant Field Values

CUSTOMER_CITY

public static final java.lang.String CUSTOMER_CITY
Customer city.

See Also:
Constant Field Values

CUSTOMER_STATE

public static final java.lang.String CUSTOMER_STATE
Customer state.

See Also:
Constant Field Values

CUSTOMER_ZIP

public static final java.lang.String CUSTOMER_ZIP
Customer zipcode.

See Also:
Constant Field Values

CUSTOMER_PHONE

public static final java.lang.String CUSTOMER_PHONE
Customer phone number.

See Also:
Constant Field Values

CUSTOMER_CONTACT

public static final java.lang.String CUSTOMER_CONTACT
Customer contact name.

See Also:
Constant Field Values

CUSTOMER_FAX

public static final java.lang.String CUSTOMER_FAX
Customer fax number.

See Also:
Constant Field Values

CUSTOMER_YTD_PTS

public static final java.lang.String CUSTOMER_YTD_PTS
Customer loyalty YTD points.

See Also:
Constant Field Values

CUSTOMER_YTD_SAVED

public static final java.lang.String CUSTOMER_YTD_SAVED
Customer loyalty YTD savings.

See Also:
Constant Field Values


Copyright © 2004 IBM. All Rights Reserved.
Generated: July 19 2004