com.ibm.commerce.tools.promotions
Interface ECPromotionsMessageKey


public interface ECPromotionsMessageKey

This interface provides all the static error key for current package.

See Also:
ECPromotionsMessage

Field Summary
static java.lang.String COPYRIGHT
          IBM Copyright
static java.lang.String ERROR_DISCOUNT_DUPLICATE_CODE_KEY
          message key for discount code is duplicated error
static java.lang.String ERROR_DISCOUNT_NOT_APPLIED_KEY
          message key for discount is not applied error
static java.lang.String ERROR_DISCOUNT_NOT_SAVED_KEY           message key for discount not saved error
 

Field Detail
public static final java.lang.String COPYRIGHT
IBM Copyright
See Also:
Constant Field Values

ERROR_DISCOUNT_NOT_SAVED_KEY

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

ERROR_DISCOUNT_DUPLICATE_CODE_KEY

public static final java.lang.String ERROR_DISCOUNT_DUPLICATE_CODE_KEY
message key for discount code is duplicated error
See Also:
Constant Field Values

ERROR_DISCOUNT_NOT_APPLIED_KEY

public static final java.lang.String ERROR_DISCOUNT_NOT_APPLIED_KEY
message key for discount is not applied error
See Also:
Constant Field Values