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

Interface GetMarketingEmailTemplateCmd

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


    public interface GetMarketingEmailTemplateCmd
    extends BusinessObjectDocumentCmd
    This is the interface for the Get MarketingEmailTemplate web service command. This interface is to be implemented by the class that provides the marketing email template get service. This interface defines a method to set the GetMarketingEmailTemplateType object which contains the xpath request. It also defines a method to get the ShowMarketingEmailTemplateType 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

      • setGetMarketingEmailTemplate

        void setGetMarketingEmailTemplate(GetMarketingEmailTemplateType getMarketingEmailTemplate)
        This method sets the GetMarketingEmailTemplateType business object document that this command will process.
        Parameters:
        getMarketingEmailTemplate - The GetMarketingEmailTemplateType business object document.
      • getShowMarketingEmailTemplate

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