com.ibm.commerce.emarketing.commands
Interface EmailConfigurationUpdateTaskCmd

All Superinterfaces:
EmailConfigurationSaveTaskCmd, TaskCommand
All Known Implementing Classes:
EmailConfigurationUpdateTaskCmdImpl

public interface EmailConfigurationUpdateTaskCmd
extends EmailConfigurationSaveTaskCmd

The interface for any TaskCommand that is to be used to save e-mail activities.


Field Summary
static java.lang.String COPYRIGHT
Copyright.
static java.lang.String defaultCommandClassName
defaultCommandClassName is the default implementation class used by command factory to instantiate this command.
Methods inherited from interface com.ibm.commerce.emarketing.commands.EmailConfigurationSaveTaskCmd
getEmailConfigurationId, setAccount, setAddress, setDescription, setEmailConfigurationAttributes, setEmailConfigurationId, setEmailServer, setHost, setName, setPassword, setPort, setStoreEntityId, setTime, setType
Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
Copyright.
See Also:
Constant Field Values

defaultCommandClassName

public static final java.lang.String defaultCommandClassName
defaultCommandClassName is the default implementation class used by command factory to instantiate this command.

Feedback