atg.remote.promotion.template.model
Interface Constants


public interface Constants


Field Summary
static java.lang.String CLASS_VERSION
          Class version string
static java.lang.String DATA
          Key for the data field in the content source DisplayList class
static java.lang.String DISCOUNT_TYPE_FREE
          Key for the special discount type free
static java.lang.String DISCOUNT_TYPE_SELECT
          The initial selection in the combo box
static java.lang.String DISPLAY_NAME
          Key for the display name field in the content source DisplayList class
static java.lang.String FIXED_PRICE
          Fixed price discount type
static java.lang.String FREE_NAME
          The VALUE_NAME of a "free" selection on a discount combo box
static java.lang.String PMDL_RULE_PROPERTY_NAME
          PMDL version property name
static int PMDL_VERSION_NUMBER
          PMDL version number 2
static java.lang.String PMDL_VERSION_PROPERTY_NAME
          PMDL version property name
static java.lang.String SELECTED
          Key for the selected name field in the DiscountLevel content source class
static java.lang.String VALUE_NAME
          Key for the PMDL name field in the content source DisplayList class
 

Field Detail

CLASS_VERSION

static final java.lang.String CLASS_VERSION
Class version string

See Also:
Constant Field Values

DISPLAY_NAME

static final java.lang.String DISPLAY_NAME
Key for the display name field in the content source DisplayList class

See Also:
Constant Field Values

VALUE_NAME

static final java.lang.String VALUE_NAME
Key for the PMDL name field in the content source DisplayList class

See Also:
Constant Field Values

FREE_NAME

static final java.lang.String FREE_NAME
The VALUE_NAME of a "free" selection on a discount combo box

See Also:
Constant Field Values

DISCOUNT_TYPE_SELECT

static final java.lang.String DISCOUNT_TYPE_SELECT
The initial selection in the combo box

See Also:
Constant Field Values

FIXED_PRICE

static final java.lang.String FIXED_PRICE
Fixed price discount type

See Also:
Constant Field Values

DATA

static final java.lang.String DATA
Key for the data field in the content source DisplayList class

See Also:
Constant Field Values

DISCOUNT_TYPE_FREE

static final java.lang.String DISCOUNT_TYPE_FREE
Key for the special discount type free

See Also:
Constant Field Values

PMDL_RULE_PROPERTY_NAME

static final java.lang.String PMDL_RULE_PROPERTY_NAME
PMDL version property name

See Also:
Constant Field Values

PMDL_VERSION_PROPERTY_NAME

static final java.lang.String PMDL_VERSION_PROPERTY_NAME
PMDL version property name

See Also:
Constant Field Values

PMDL_VERSION_NUMBER

static final int PMDL_VERSION_NUMBER
PMDL version number 2

See Also:
Constant Field Values

SELECTED

static final java.lang.String SELECTED
Key for the selected name field in the DiscountLevel content source class

See Also:
Constant Field Values