com.ibm.commerce.emarketing.commands
Interface EmailConfigurationCreateTaskCmd

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

public interface EmailConfigurationCreateTaskCmd
extends EmailConfigurationSaveTaskCmd

The interface for any EmailConfigurationSaveTaskCmd that is to be used to create 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