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

Class GetMarketingSpotCmdImpl

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

      • GetMarketingSpotCmdImpl

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

      • setGetMarketingSpot

        public void setGetMarketingSpot(GetMarketingSpotType getMarketingSpot)
        This method sets the GetMarketingSpotType business object document that this command will process.
        Specified by:
        setGetMarketingSpot in interface GetMarketingSpotCmd
        Parameters:
        getMarketingSpot - The GetMarketingSpotType business object document.
      • getShowMarketingSpot

        public ShowMarketingSpotType getShowMarketingSpot()
        This method gets the ShowMarketingSpotType business object document result.
        Specified by:
        getShowMarketingSpot in interface GetMarketingSpotCmd
        Returns:
        This method returns the ShowMarketingSpotType business object document result to the client.