com.ibm.commerce.emarketing.commands
Class EmailConfigurationUpdateTaskCmdImpl

java.lang.Object
  |
  +--CacheableCommandImpl
        |
        +--com.ibm.commerce.command.AbstractECTargetableCommand
              |
              +--com.ibm.commerce.command.TaskCommandImpl
                    |
                    +--com.ibm.commerce.emarketing.commands.EmailConfigurationSaveTaskCmdImpl
                          |
                          +--com.ibm.commerce.emarketing.commands.EmailConfigurationUpdateTaskCmdImpl
All Implemented Interfaces:
ECCommand, ECTargetableCommand, EmailConfigurationSaveTaskCmd, EmailConfigurationUpdateTaskCmd, TaskCommand

public class EmailConfigurationUpdateTaskCmdImpl
extends EmailConfigurationSaveTaskCmdImpl
implements EmailConfigurationUpdateTaskCmd

The default implementation of EmailConfigurationUpdateTaskCmd.

See Also:
Serialized Form

Field Summary
static java.lang.String COPYRIGHT
          Copyright.
 
Fields inherited from class com.ibm.commerce.command. AbstractECTargetableCommand
commandContext
 
Fields inherited from interface com.ibm.commerce.emarketing.commands. EmailConfigurationUpdateTaskCmd
defaultCommandClassName
 
Fields inherited from interface com.ibm.commerce.command. ECCommand
defaultCommandClassName
 
Constructor Summary
EmailConfigurationUpdateTaskCmdImpl()
           
 
Method Summary
 boolean isReadyToCallExecute()
          Checks to see if the command is ready to execute.
 void performExecute()
          Performs the execution of the command.
 
Methods inherited from class com.ibm.commerce.emarketing.commands. EmailConfigurationSaveTaskCmdImpl
getAccount, getAddress, getDescription, getEmailConfigurationId, getEmailServer, getHost, getName, getPassword, getPort, getStoreEntityId, getTime, getType, setAccount, setAddress, setDescription, setEmailConfigurationAttributes, setEmailConfigurationId, setEmailServer, setHost, setName, setPassword, setPort, setStoreEntityId, setTime, setType
 
Methods inherited from class com.ibm.commerce.command. AbstractECTargetableCommand
accessControlCheck, checkIsAllowed, checkParameters, checkResourcePermission, createCommandExecutionEvent, execute, finalize, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getResources, getStoreId, getUser, getUserId, reset, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
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
public static final java.lang.String COPYRIGHT
Copyright.
See Also:
Constant Field Values
Constructor Detail

EmailConfigurationUpdateTaskCmdImpl

public EmailConfigurationUpdateTaskCmdImpl()
Method Detail

isReadyToCallExecute

public boolean isReadyToCallExecute()
Checks to see if the command is ready to execute.
Overrides:
isReadyToCallExecute in class AbstractECTargetableCommand
Returns:
true if the command is ready to go.

performExecute

public void performExecute()
                    throws ECException
Performs the execution of the command.
Specified by:
performExecute in interface ECCommand
Overrides:
performExecute in class AbstractECTargetableCommand
Throws:
ECException - Thrown when EmailConfigurationAccessBean cannot fetch data successfully.