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

Interface FetchMarketingSpotCmd

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


    public interface FetchMarketingSpotCmd
    extends AbstractFetchNounCmd
    This is the interface for the command that is used to fetch MarketingSpot nouns. The command's parent class will call the ReadMarketingSpotMediator to return the logical SDOs resulting from the search criteria and the access profile. DSL is used to run the appropriate SQL based on the search criteria and the access profile, and the read mediator transforms the physical SDOs into the logical SDOs.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      IBM Copyright notice field.
      • Fields inherited from interface com.ibm.websphere.command.Command

        serialVersionUID
    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        IBM Copyright notice field.
        See Also:
        Constant Field Values