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

Class GetCampaignCmdImpl

  • All Implemented Interfaces:
    BusinessObjectDocumentCmd, GetCampaignCmd, 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 GetCampaignCmdImpl
    extends AbstractGetBusinessObjectDocumentCmdImpl
    implements GetCampaignCmd
    This command gets campaigns based on the search criteria and the access profile. The parent class will call the FetchCampaignCmd command to get the campaigns, and the method buildShowBusinessObjectDocument returns the response business object document.
    See Also:
    Serialized Form
    • Constructor Detail

      • GetCampaignCmdImpl

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

      • setGetCampaign

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

        public ShowCampaignType getShowCampaign()
        This method gets the ShowCampaignType business object document result.
        Specified by:
        getShowCampaign in interface GetCampaignCmd
        Returns:
        This method returns the ShowCampaignType business object document result to the client.