com.ibm.commerce.marketing.facade.server.commands

Interface GetMarketingSpotDataCmd

  • All Superinterfaces:
    BusinessObjectDocumentCmd, com.ibm.websphere.command.Command, java.io.Serializable
    All Known Implementing Classes:
    GetMarketingSpotDataCmdImpl


    public interface GetMarketingSpotDataCmd
    extends BusinessObjectDocumentCmd
    This is the interface for the Get MarketingSpotData web service command. This interface is to be implemented by the class that provides the marketing spot data get service. This interface defines a method to set the GetMarketingSpotDataType object which contains the xpath request. It also defines a method to get the ShowMarketingSpotDataType object which contains the information used to compose the show business object document.
    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        IBM Copyright notice field.
        See Also:
        Constant Field Values
    • Method Detail

      • setGetMarketingSpotData

        void setGetMarketingSpotData(GetMarketingSpotDataType getMarketingSpotData)
        This method sets the GetMarketingSpotDataType business object document that this command will process.
        Parameters:
        getMarketingSpotData - The GetMarketingSpotDataType business object document.
      • getShowMarketingSpotData

        ShowMarketingSpotDataType getShowMarketingSpotData()
        This method gets the ShowMarketingSpotDataType business object document result.
        Returns:
        This method returns the ShowMarketingSpotDataType business object document result to the client.