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

Interface GetMarketingContentCmd

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


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

      • setGetMarketingContent

        void setGetMarketingContent(GetMarketingContentType getMarketingContent)
        This method sets the GetMarketingContentType business object document that this command will process.
        Parameters:
        getMarketingContent - The GetMarketingContentType business object document.
      • getShowMarketingContent

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