com.ibm.commerce.tools.epromotion
Class RLPromotionMessage

java.lang.Object
  com.ibm.commerce.tools.epromotion.RLPromotionMessage

public class RLPromotionMessage
extends java.lang.Object

Provides RLPromotion Messages


Field Summary
static java.lang.String COPYRIGHT
IBM copyright notice field.
static java.lang.String EC_RLPROMOTION_RESOURCE_BUNDLE
The RLPromotion resource bundle
static ECMessage PROMOTION_DELETED_DUPLICATE_CODE_ERROR
Error message of that promotion code is duplicated as one deleted
static ECMessage PROMOTION_DUPLICATE_CODE_ERROR
Error message of that promotion code is duplicated
static ECMessage PROMOTION_GENERAL_SAVE_ERROR
Error message of that promotion is not saved.
static ECMessage PROMOTION_NOT_APPLIED_ERROR
Error message of that promotion is not applied.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
IBM copyright notice field.
See Also:
Constant Field Values

EC_RLPROMOTION_RESOURCE_BUNDLE

public static final java.lang.String EC_RLPROMOTION_RESOURCE_BUNDLE
The RLPromotion resource bundle
See Also:
Constant Field Values

PROMOTION_GENERAL_SAVE_ERROR

public static final ECMessage PROMOTION_GENERAL_SAVE_ERROR
Error message of that promotion is not saved.

PROMOTION_DUPLICATE_CODE_ERROR

public static final ECMessage PROMOTION_DUPLICATE_CODE_ERROR
Error message of that promotion code is duplicated

PROMOTION_NOT_APPLIED_ERROR

public static final ECMessage PROMOTION_NOT_APPLIED_ERROR
Error message of that promotion is not applied.

PROMOTION_DELETED_DUPLICATE_CODE_ERROR

public static final ECMessage PROMOTION_DELETED_DUPLICATE_CODE_ERROR
Error message of that promotion code is duplicated as one deleted

Feedback