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

Interface GetCampaignElementTemplateCmd

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


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

      • setGetCampaignElementTemplate

        void setGetCampaignElementTemplate(GetCampaignElementTemplateType getCampaignElementTemplate)
        This method sets the GetCampaignElementTemplateType business object document that this command will process.
        Parameters:
        getCampaignElementTemplate - The GetCampaignElementTemplateType business object document.
      • getShowCampaignElementTemplate

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