com.ibm.commerce.tools.campaigns

Class ECCampaignsMessage

  • java.lang.Object
    • com.ibm.commerce.tools.campaigns.ECCampaignsMessage


  • public class ECCampaignsMessage
    extends java.lang.Object
    The ECCampaignsMessage class provides the EC messages when errors have been encountered during task commands. They match entries in the campaign resource bundle for the display messages.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      Copyright.
      static java.lang.String EC_CAMPAIGNS_RESOURCE_BUNDLE
      Campaign resource bundle definition.
      static com.ibm.commerce.ras.ECMessage ERROR_CAMPAIGN_NOT_SAVED
      Error message to be displayed when a campaign could not be saved.
      static com.ibm.commerce.ras.ECMessage ERROR_COLLATERAL_NOT_SAVED
      Error message to be displayed when a collateral could not be saved.
      static com.ibm.commerce.ras.ECMessage ERROR_EMS_NOT_SAVED
      Error message to be displayed when an e-Marketing Spot could not be saved.
      static com.ibm.commerce.ras.ECMessage ERROR_INITIATIVE_NOT_SAVED
      Error message to be displayed when a campaign initiative could not be saved.
      static com.ibm.commerce.ras.ECMessage ERROR_PROMOTION_CODE_NOT_ALLOCATED
      Error message when a promotion code could not be allocated to a customer.
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • EC_CAMPAIGNS_RESOURCE_BUNDLE

        public static final java.lang.String EC_CAMPAIGNS_RESOURCE_BUNDLE
        Campaign resource bundle definition.
        See Also:
        Constant Field Values
      • ERROR_CAMPAIGN_NOT_SAVED

        public static final com.ibm.commerce.ras.ECMessage ERROR_CAMPAIGN_NOT_SAVED
        Error message to be displayed when a campaign could not be saved.
      • ERROR_COLLATERAL_NOT_SAVED

        public static final com.ibm.commerce.ras.ECMessage ERROR_COLLATERAL_NOT_SAVED
        Error message to be displayed when a collateral could not be saved.
      • ERROR_EMS_NOT_SAVED

        public static final com.ibm.commerce.ras.ECMessage ERROR_EMS_NOT_SAVED
        Error message to be displayed when an e-Marketing Spot could not be saved.
      • ERROR_INITIATIVE_NOT_SAVED

        public static final com.ibm.commerce.ras.ECMessage ERROR_INITIATIVE_NOT_SAVED
        Error message to be displayed when a campaign initiative could not be saved.
      • ERROR_PROMOTION_CODE_NOT_ALLOCATED

        public static final com.ibm.commerce.ras.ECMessage ERROR_PROMOTION_CODE_NOT_ALLOCATED
        Error message when a promotion code could not be allocated to a customer.
    • Constructor Detail

      • ECCampaignsMessage

        public ECCampaignsMessage()