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

Interface FetchActivityCmd

  • All Superinterfaces:
    AbstractFetchNounCmd, com.ibm.websphere.command.Command, java.io.Serializable


    public interface FetchActivityCmd
    extends AbstractFetchNounCmd
    This is the interface for the command that is used to fetch Activity nouns. The command's parent class will call the ReadActivityMediator 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