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

Class FetchMarketingEmailTemplateCmdImpl

  • 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 FetchMarketingEmailTemplateCmdImpl
    extends AbstractFetchNounUsingBusinessObjectMediatorCmdImpl
    implements FetchMarketingEmailTemplateCmd
    This command is used to fetch MarketingEmailTemplate nouns. The parent class will call the ReadMarketingEmailTemplateMediator 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
    • 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

      • FetchMarketingEmailTemplateCmdImpl

        public FetchMarketingEmailTemplateCmdImpl()
        This method is the default constructor. It delegates to the parent class to fetch the marketing email templates.