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

Class FetchActivityCmdImpl

  • All Implemented Interfaces:
    AbstractFetchNounCmd, FetchMarketingEmailTemplateCmd, 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 FetchActivityCmdImpl
    extends AbstractFetchNounUsingBusinessObjectMediatorCmdImpl
    implements FetchMarketingEmailTemplateCmd
    This command is used to fetch Activity nouns. The 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.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      FetchActivityCmdImpl()
      This method is the default constructor.
    • Method Summary

      • Methods inherited from class com.ibm.websphere.command.CacheableCommandImpl

        execute, executeFromCache, getCaller, getEntryInfo, getId, getObjectSize, getSharingPolicy, postExecute, preExecute, setCaller, setObjectSize, unionDependencies, updateCache
      • Methods inherited from class com.ibm.websphere.command.TargetableCommandImpl

        getCommandTarget, getCommandTargetName, getTargetPolicy, hasOutputProperties, setCommandTarget, setCommandTargetName, setHasOutputProperties, setOutputProperties, setTargetPolicy
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface com.ibm.websphere.command.Command

        execute, isReadyToCallExecute, reset
      • Methods inherited from interface com.ibm.websphere.command.TargetableCommand

        getCommandTarget, getCommandTargetName, hasOutputProperties, setCommandTarget, setCommandTargetName, setOutputProperties
    • Constructor Detail

      • FetchActivityCmdImpl

        public FetchActivityCmdImpl()
        This method is the default constructor. It delegates to the parent class to fetch the marketing activities.