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

Class GetMarketingContentCmdImpl

  • All Implemented Interfaces:
    BusinessObjectDocumentCmd, GetMarketingContentCmd, com.ibm.websphere.cache.Sizeable, com.ibm.websphere.command.CacheableCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, com.ibm.websphere.command.TargetableCommand, java.io.Serializable


    public class GetMarketingContentCmdImpl
    extends AbstractGetBusinessObjectDocumentCmdImpl
    implements GetMarketingContentCmd
    This command gets marketing content based on the search criteria and the access profile. The parent class will call the FetchMarketingContentCmd command to get the marketing content, and the method buildShowBusinessObjectDocument returns the response business object document.
    See Also:
    Serialized Form
    • Constructor Detail

      • GetMarketingContentCmdImpl

        public GetMarketingContentCmdImpl()
        This method is the default constructor. It performs no actions.
    • Method Detail

      • setGetMarketingContent

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

        public ShowMarketingContentType getShowMarketingContent()
        This method gets the ShowMarketingContentType business object document result.
        Specified by:
        getShowMarketingContent in interface GetMarketingContentCmd
        Returns:
        This method returns the ShowMarketingContentType business object document result to the client.