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

Interface GetMarketingSpotCmd

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


    public interface GetMarketingSpotCmd
    extends BusinessObjectDocumentCmd
    This is the interface for the Get MarketingSpot web service command. This interface is to be implemented by the class that provides the marketing spot get service. This interface defines a method to set the GetMarketingSpotType object which contains the xpath request. It also defines a method to get the ShowMarketingSpotType 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

      • setGetMarketingSpot

        void setGetMarketingSpot(GetMarketingSpotType getMarketingSpot)
        This method sets the GetMarketingSpotType business object document that this command will process.
        Parameters:
        getMarketingSpot - The GetMarketingSpotType business object document.
      • getShowMarketingSpot

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