com.ibm.commerce.tools.epromotion
Interface RLPromotionMessageKey
-
public interface RLPromotionMessageKey
Message Keys for Rule based promotion
-
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.String
COPYRIGHT
IBM copyright notice field.static java.lang.String
ERROR_PROMOTION_DELETED_DUPLICATE_CODE_KEY
Message Key for error message promotion code is duplicated as the one deleted.static java.lang.String
ERROR_PROMOTION_DUPLICATE_CODE_KEY
Message Key for error message promotion code is duplicated.static java.lang.String
ERROR_PROMOTION_NOT_APPLIED_KEY
Message Key for error message promotion is not applied.static java.lang.String
ERROR_PROMOTION_NOT_SAVED_KEY
Message Key for error message promotion not saved.
-
-
-
Field Detail
-
COPYRIGHT
static final java.lang.String COPYRIGHT
IBM copyright notice field.- See Also:
- Constant Field Values
-
ERROR_PROMOTION_NOT_SAVED_KEY
static final java.lang.String ERROR_PROMOTION_NOT_SAVED_KEY
Message Key for error message promotion not saved.- See Also:
- Constant Field Values
-
ERROR_PROMOTION_DUPLICATE_CODE_KEY
static final java.lang.String ERROR_PROMOTION_DUPLICATE_CODE_KEY
Message Key for error message promotion code is duplicated.- See Also:
- Constant Field Values
-
ERROR_PROMOTION_NOT_APPLIED_KEY
static final java.lang.String ERROR_PROMOTION_NOT_APPLIED_KEY
Message Key for error message promotion is not applied.- See Also:
- Constant Field Values
-
ERROR_PROMOTION_DELETED_DUPLICATE_CODE_KEY
static final java.lang.String ERROR_PROMOTION_DELETED_DUPLICATE_CODE_KEY
Message Key for error message promotion code is duplicated as the one deleted.- See Also:
- Constant Field Values
-
-