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

Interface GetCampaignCmd

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


    public interface GetCampaignCmd
    extends BusinessObjectDocumentCmd
    This is the interface for the Get Campaign web service command. This interface is to be implemented by the class that provides the campaign get service. This interface defines a method to set the GetCampaignType object which contains the xpath request. It also defines a method to get the ShowCampaignType 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

      • setGetCampaign

        void setGetCampaign(GetCampaignType getCampaign)
        This method sets the GetCampaignType business object document that this command will process.
        Parameters:
        getCampaign - The GetCampaignType business object document.
      • getShowCampaign

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