com.ibm.commerce.tools.campaigns

Interface ECCampaignsMessageKey



  • public interface ECCampaignsMessageKey
    The ECCampaignsMessageKey class provides the keys of the error messages defined in the CampaignConstants class to match the keys defined in the ECMessage class.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String _ERR_CAMPIAGN_NOT_SAVED
      Error message to be displayed when a campaign could not be saved.
      static java.lang.String _ERR_COLLATERAL_NOT_SAVED
      Error message to be displayed when a collateral could not be saved.
      static java.lang.String _ERR_EMS_NOT_SAVED
      Error message to be displayed when an e-Marketing Spot could not be saved.
      static java.lang.String _ERR_INITIATIVE_NOT_SAVED
      Error message to be displayed when a campaign initiative could not be saved.
      static java.lang.String _ERR_PROMOTION_CODE_NOT_ALLOCATED
      Error message to be displayed when a promotion code could not be allocated to a customer.
      static java.lang.String COPYRIGHT
      Copyright.
    • Field Detail

      • _ERR_CAMPIAGN_NOT_SAVED

        static final java.lang.String _ERR_CAMPIAGN_NOT_SAVED
        Error message to be displayed when a campaign could not be saved.
        See Also:
        Constant Field Values
      • _ERR_COLLATERAL_NOT_SAVED

        static final java.lang.String _ERR_COLLATERAL_NOT_SAVED
        Error message to be displayed when a collateral could not be saved.
        See Also:
        Constant Field Values
      • _ERR_EMS_NOT_SAVED

        static final java.lang.String _ERR_EMS_NOT_SAVED
        Error message to be displayed when an e-Marketing Spot could not be saved.
        See Also:
        Constant Field Values
      • _ERR_INITIATIVE_NOT_SAVED

        static final java.lang.String _ERR_INITIATIVE_NOT_SAVED
        Error message to be displayed when a campaign initiative could not be saved.
        See Also:
        Constant Field Values
      • _ERR_PROMOTION_CODE_NOT_ALLOCATED

        static final java.lang.String _ERR_PROMOTION_CODE_NOT_ALLOCATED
        Error message to be displayed when a promotion code could not be allocated to a customer.
        See Also:
        Constant Field Values