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
static java.lang.String COPYRIGHT
          Copyright.
static java.lang.String EC_CAMPAIGNS_RESOURCE_BUNDLE
          Campaign resource bundle definition.
static ECMessage ERROR_CAMPAIGN_NOT_SAVED
          Error message to be displayed when a campaign could not be saved.
static ECMessage ERROR_COLLATERAL_NOT_SAVED
          Error message to be displayed when a collateral could not be saved.
static ECMessage ERROR_EMS_NOT_SAVED
          Error message to be displayed when an e-marketing spot could not be saved.
static ECMessage ERROR_INITIATIVE_NOT_SAVED
          Error message to be displayed when a campaign initiative could not be saved.
 
Constructor Summary
ECCampaignsMessage()
           
 
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
Copyright.

EC_CAMPAIGNS_RESOURCE_BUNDLE

public static final java.lang.String EC_CAMPAIGNS_RESOURCE_BUNDLE
Campaign resource bundle definition.

ERROR_CAMPAIGN_NOT_SAVED

public static final ECMessage ERROR_CAMPAIGN_NOT_SAVED
Error message to be displayed when a campaign could not be saved.

ERROR_COLLATERAL_NOT_SAVED

public static final ECMessage ERROR_COLLATERAL_NOT_SAVED
Error message to be displayed when a collateral could not be saved.

ERROR_EMS_NOT_SAVED

public static final 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 ECMessage ERROR_INITIATIVE_NOT_SAVED
Error message to be displayed when a campaign initiative could not be saved.
Constructor Detail

ECCampaignsMessage

public ECCampaignsMessage()