com.ibm.commerce.emarketing.commands

Class EmailConfigurationCreateTaskCmdImpl

  • java.lang.Object
    • Field Detail

    • Constructor Detail

      • EmailConfigurationCreateTaskCmdImpl

        public EmailConfigurationCreateTaskCmdImpl()
    • Method Detail

      • isReadyToCallExecute

        public boolean isReadyToCallExecute()
        Checks to see if the command is ready to execute.
        Overrides:
        isReadyToCallExecute in class com.ibm.commerce.command.AbstractECTargetableCommand
        Returns:
        True if super.isReadyToCallExecute() returns true and the name, store ID, type, host, e-mail server, account, port and time are not null; false otherwise.
      • performExecute

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