com.ibm.commerce.tools.campaigns

Interface CampaignEmsUpdateCmd

  • All Superinterfaces:
    com.ibm.websphere.command.CacheableCommand, com.ibm.commerce.command.CacheableECCommand, com.ibm.websphere.command.Command, com.ibm.commerce.command.ECCommand, com.ibm.commerce.command.TaskCommand
    All Known Implementing Classes:
    CampaignEmsUpdateCmdImpl


    public interface CampaignEmsUpdateCmd
    extends com.ibm.commerce.command.TaskCommand
    The CampaignEmsUpdateCmd interface must be implemented to provide a task command that updates an e-Marketing Spot. Different implementations of this interface can be provided for different stores.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      Copyright.
      static java.lang.String defaultCommandClassName
      defaultCommandClassName is the default implementation class used by command factory to instantiate this command if the interface com.ibm.commerce.tools.campaigns.CampaignEmsUpdateCmd is not defined in the CMDREG table.
      static java.lang.String Name
      The name of this interface.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      void setEmsDescription(java.lang.String description)
      Sets the description of the e-Marketing Spot.
      void setEmsId(java.lang.Integer id)
      Sets the ID of the e-Marketing Spot.
      void setEmsName(java.lang.String name)
      Sets the name of the e-Marketing Spot.
      void setSupportedTypes(java.lang.String supportedTypes)
      Sets the supported types of the e-Marketing Spot.
      void setUsageType(java.lang.String usageType)
      Sets the usage type of the e-Marketing Spot.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface com.ibm.commerce.command.CacheableECCommand

        execute
      • Methods inherited from interface com.ibm.commerce.command.ECCommand

        checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
    • Field Detail

      • defaultCommandClassName

        static final java.lang.String defaultCommandClassName
        defaultCommandClassName is the default implementation class used by command factory to instantiate this command if the interface com.ibm.commerce.tools.campaigns.CampaignEmsUpdateCmd is not defined in the CMDREG table.
        See Also:
        Constant Field Values
    • Method Detail

      • setEmsDescription

        void setEmsDescription(java.lang.String description)
        Sets the description of the e-Marketing Spot.
        Parameters:
        description - The description of the e-Marketing Spot.
      • setEmsId

        void setEmsId(java.lang.Integer id)
        Sets the ID of the e-Marketing Spot.
        Parameters:
        id - The ID of the e-Marketing Spot.
      • setEmsName

        void setEmsName(java.lang.String name)
        Sets the name of the e-Marketing Spot.
        Parameters:
        name - The name of the e-Marketing Spot.
      • setSupportedTypes

        void setSupportedTypes(java.lang.String supportedTypes)
        Sets the supported types of the e-Marketing Spot.
        Parameters:
        supportedTypes - The supported types of the e-Marketing Spot.
      • setUsageType

        void setUsageType(java.lang.String usageType)
        Sets the usage type of the e-Marketing Spot.
        Parameters:
        usageType - The usage type of the e-Marketing Spot.