com.ibm.commerce.marketing.commands.marketingspot

Interface RetrieveCategoryTaskCmd

  • All Superinterfaces:
    com.ibm.websphere.command.CacheableCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, MarketingSpotCommandBaseTaskCmd, java.io.Serializable, com.ibm.websphere.command.TargetableCommand
    All Known Implementing Classes:
    RetrieveCategoryTaskCmdImpl


    public interface RetrieveCategoryTaskCmd
    extends MarketingSpotCommandBaseTaskCmd
    This command populates data objects for the specified categories.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      IBM copyright notice field.
      static java.lang.String defaultCommandClassName
      Default implementation class for this command.
      static java.lang.String NAME
      The name of this interface.
      • Fields inherited from interface com.ibm.websphere.command.Command

        serialVersionUID
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      byte[][] getCategoryObjects()
      This method returns a byte array of serialized category objects (MarketingSpotActivityCatalogGroupDataType) that are being populated in this command.
      java.util.List getCategorySDOObjects()
      This method returns a list of category objects (MarketingSpotActivityCatalogGroupDataType) that are being populated in this command.
      EMarketingSpotDataBean[] getResultDataBeans()
      This method sets the data beans containing the results that the e-Marketing Spot displays.
      void setResultDataBeans(EMarketingSpotDataBean[] resultDataBeans)
      This method sets the data beans containing the results that the e-Marketing Spot displays.
      • Methods inherited from interface com.ibm.websphere.command.CacheableCommand

        executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCache
      • Methods inherited from interface com.ibm.websphere.command.TargetableCommand

        getCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputProperties
      • Methods inherited from interface com.ibm.websphere.command.Command

        execute, isReadyToCallExecute, reset
      • Methods inherited from interface com.ibm.websphere.command.CommandCaller

        unionDependencies
    • Field Detail

      • COPYRIGHT

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

        static final java.lang.String defaultCommandClassName
        Default implementation class for this command.
    • Method Detail

      • getResultDataBeans

        EMarketingSpotDataBean[] getResultDataBeans()
        This method sets the data beans containing the results that the e-Marketing Spot displays.
        Returns:
        The data beans containing the results that the e-Marketing Spot displays.
      • getCategorySDOObjects

        java.util.List getCategorySDOObjects()
        This method returns a list of category objects (MarketingSpotActivityCatalogGroupDataType) that are being populated in this command.
        Returns:
        A list of category objects (MarketingSpotActivityCatalogGroupDataType).
      • getCategoryObjects

        byte[][] getCategoryObjects()
        This method returns a byte array of serialized category objects (MarketingSpotActivityCatalogGroupDataType) that are being populated in this command.
        Returns:
        A byte array of serialized category objects (MarketingSpotActivityCatalogGroupDataType).
      • setResultDataBeans

        void setResultDataBeans(EMarketingSpotDataBean[] resultDataBeans)
        This method sets the data beans containing the results that the e-Marketing Spot displays.
        Parameters:
        resultDataBeans - The data beans containing the results that the e-Marketing Spot displays.