com.ibm.commerce.tools.promotions
Interface ECPromotionsConstants

All Known Implementing Classes:
CreateDiscountCmdImpl, DiscountCalculationCodeListBean, DiscountChooseListBean, DiscountDetailsBean, DiscountSaveCmdImpl

public interface ECPromotionsConstants

This interface provides all the constants for E Promotion package, can be implemented by any class in current package.


Field Summary
static int BY_AMOUNT_PER_UNIT
          by amount off per unit discount sub-type
static int BY_FIXED_AMOUNT
          by fixed amount off discount sub-type
static int BY_PERCENTAGE
          by percentage discount sub-type
static java.lang.Integer CONTRACT_DISPLAY
          contract display level
static java.lang.Integer CUMULATIVE_FALSE
          cumulative is false
static int CURRENCY_RANGE
          currnecy range
static java.lang.Integer DISCOUNT_PUBLISHED
          discount is published
static java.lang.String DISCOUNT_RESOURCES
          discount resources
static java.lang.Integer DO_NOT_GROUP
          do not group
static java.lang.String EC_Calcode_Id
          calcode ID
static java.lang.String EC_Code
          discount name
static java.lang.String EC_EndDate
          end date
static java.lang.String EC_Orderby
          discount list order by
static java.lang.String EC_Range_Max
          the maximum value of the discount range
static java.lang.String EC_StartDate
          start date
static java.lang.String EC_Status
          status
static java.lang.String ERROR_DISCOUNT_APPLIED
          message for discount not applied
static java.lang.String ERROR_DISCOUNT_DUPLICATE_CODE
          message for discount name is duplicated
static java.lang.String ERROR_DISCOUNT_NOT_SAVED
          message for discount not saved
static java.lang.Integer ITEM_DISPLAY
          item display level
static java.lang.String MSG_DISCOUNT_APPLIED
          message for discount applied
static java.lang.String MSG_DISCOUNT_SAVED
          message for discount saved
static java.lang.Integer ORDER_DISPLAY
          order display level
static int ORDER_LEVEL
          order level discount type
static java.lang.Integer ORDERITEM_DISPLAY
          orderitem display level
static java.lang.Integer PRODUCT_DISPLAY
          product display level
static int PRODUCT_LEVEL
          product level discount type
static int QTY_RANGE
          quantity range
static java.lang.String REST_OF_TIMESTRING
          specify the rest part of the timestring
static java.lang.String ZERO_STRING           specify the zero string
 

Field Detail

EC_Calcode_Id

public static final java.lang.String EC_Calcode_Id
calcode ID
See Also:
Constant Field Values

EC_Status

public static final java.lang.String EC_Status
status
See Also:
Constant Field Values

EC_StartDate

public static final java.lang.String EC_StartDate
start date
See Also:
Constant Field Values

EC_EndDate

public static final java.lang.String EC_EndDate
end date
See Also:
Constant Field Values

EC_Code

public static final java.lang.String EC_Code
discount name
See Also:
Constant Field Values

EC_Orderby

public static final java.lang.String EC_Orderby
discount list order by
See Also:
Constant Field Values

EC_Range_Max

public static final java.lang.String EC_Range_Max
the maximum value of the discount range
See Also:
Constant Field Values

DISCOUNT_RESOURCES

public static final java.lang.String DISCOUNT_RESOURCES
discount resources
See Also:
Constant Field Values

MSG_DISCOUNT_SAVED

public static final java.lang.String MSG_DISCOUNT_SAVED
message for discount saved
See Also:
Constant Field Values

MSG_DISCOUNT_APPLIED

public static final java.lang.String MSG_DISCOUNT_APPLIED
message for discount applied
See Also:
Constant Field Values

ERROR_DISCOUNT_APPLIED

public static final java.lang.String ERROR_DISCOUNT_APPLIED
message for discount not applied
See Also:
Constant Field Values

ERROR_DISCOUNT_NOT_SAVED

public static final java.lang.String ERROR_DISCOUNT_NOT_SAVED
message for discount not saved
See Also:
Constant Field Values

ERROR_DISCOUNT_DUPLICATE_CODE

public static final java.lang.String ERROR_DISCOUNT_DUPLICATE_CODE
message for discount name is duplicated
See Also:
Constant Field Values

REST_OF_TIMESTRING

public static final java.lang.String REST_OF_TIMESTRING
specify the rest part of the timestring

ZERO_STRING

public static final java.lang.String ZERO_STRING
specify the zero string

ORDER_LEVEL

public static final int ORDER_LEVEL
order level discount type
See Also:
Constant Field Values

PRODUCT_LEVEL

public static final int PRODUCT_LEVEL
product level discount type
See Also:
Constant Field Values

BY_PERCENTAGE

public static final int BY_PERCENTAGE
by percentage discount sub-type
See Also:
Constant Field Values

BY_FIXED_AMOUNT

public static final int BY_FIXED_AMOUNT
by fixed amount off discount sub-type
See Also:
Constant Field Values

BY_AMOUNT_PER_UNIT

public static final int BY_AMOUNT_PER_UNIT
by amount off per unit discount sub-type
See Also:
Constant Field Values

CURRENCY_RANGE

public static final int CURRENCY_RANGE
currnecy range
See Also:
Constant Field Values

QTY_RANGE

public static final int QTY_RANGE
quantity range
See Also:
Constant Field Values

CUMULATIVE_FALSE

public static final java.lang.Integer CUMULATIVE_FALSE
cumulative is false

DO_NOT_GROUP

public static final java.lang.Integer DO_NOT_GROUP
do not group

DISCOUNT_PUBLISHED

public static final java.lang.Integer DISCOUNT_PUBLISHED
discount is published

ORDERITEM_DISPLAY

public static final java.lang.Integer ORDERITEM_DISPLAY
orderitem display level

ORDER_DISPLAY

public static final java.lang.Integer ORDER_DISPLAY
order display level

PRODUCT_DISPLAY

public static final java.lang.Integer PRODUCT_DISPLAY
product display level

ITEM_DISPLAY

public static final java.lang.Integer ITEM_DISPLAY
item display level

CONTRACT_DISPLAY

public static final java.lang.Integer CONTRACT_DISPLAY
contract display level