See:
Description
Interface Summary | |
---|---|
CheckForBouncedEmailCmd | The interface for any ControllerCommand that is to be used to
check for bounced e-mail activity messages. |
DeleteScheduledJobTaskCmd | The interface to a TaskCommand that is capable of deleting
scheduled e-mail activity jobs. |
EmailActivityConfigurationSaveCmd | The interface to a ToolsControllerCommand that is used to save
email activity server configuration data. |
EmailActivityConstants | The public constants used for e-mail activities. |
EmailActivityDeleteCmd | The interface for any ToolsControllerCommand that is to be
used to delete e-mail activities. |
EmailActivitySaveCmd | The interface for any ToolsControllerCommand that is to be
used to save e-mail activities. |
EmailActivitySendCmd | The interface for any ControllerCommand that is to be used to
send e-mail activities. |
EmailConfigurationCreateTaskCmd | The interface for any EmailConfigurationSaveTaskCmd that is to
be used to create e-mail activities. |
EmailConfigurationSaveTaskCmd | The interface for any TaskCommand that is to be used to save
e-mail activity server configuration data. |
EmailConfigurationUpdateTaskCmd | The interface for any TaskCommand that is to be used to save
e-mail activities. |
EmailEventCmd | The interface to a ToolsControllerCommand that is used to
record e-mail activity events. |
EmailOptOutCmd | The interface to a ControllerCommand that opts a customer out
of receiving e-mail. |
EmailPromotionCreateTaskCmd | An extension of EmailPromotionSaveTaskCmd that is used to
create e-mail promotion entries. |
EmailPromotionDeleteTaskCmd | The interface to a TaskCommand that is used to delete e-mail
promotion entries. |
EmailPromotionSaveTaskCmd | The interface to a TaskCommand that is used to save e-mail
promotion entries. |
EmailPromotionUpdateTaskCmd | An extension to EmailPromotionSaveTaskCmd that is used to
update existing e-mail promotion entries. |
ListEmailRecipientsInMemberGroupTaskCmd | The interface for any TaskCommand that is to be used as an
EmailRecipientSupplier . |
OptEmailTaskCmd | The interface for any TaskCommand that is to be used for
recording users opting out of receiving e-mail activities. |
SendEmailActivityTaskCmd | The interface for any TaskCommand that is to be used to send
e-mail activities. |
Class Summary | |
---|---|
CheckForBouncedEmailCmdImpl | the default implementation of
CheckForBouncedEmailCmd . |
DeleteScheduledJobTaskCmdImpl | the default implementation of
DeleteScheduledJobTaskCmd . |
EmailActivityConfigurationSaveCmdImpl | the default implementation of
EmailActivityConfigurationSaveCmd . |
EmailActivityDeleteCmdImpl | The default implementation of EmailActivityDeleteCtrlCmd. |
EmailActivitySaveCmdImpl | The default implementation of EmailActivitySaveCmd . |
EmailActivitySendCmdImpl | The default implementation of EmailActivitySendCmd . |
EmailConfigurationCreateTaskCmdImpl | An extension to EmailConfigurationSaveTaskCmdImpl that is to
be used to create e-mail activity server configuration data records. |
EmailConfigurationSaveTaskCmdImpl | The default implementation of
EmailConfigurationSaveTaskCmd . |
EmailConfigurationUpdateTaskCmdImpl | The default implementation of
EmailConfigurationUpdateTaskCmd . |
EmailEventCmdImpl | The default implementation of EmailEventCmd . |
EmailOptOutCmdImpl | The default implementation of EmailOptOutCmd . |
EmailPromotionCreateTaskCmdImpl | The EmailPromotionCreateCmdImpl class implements the EmailPromotionCreateCmd interface to provide the task command that creates an e-mail promotion. |
EmailPromotionDeleteTaskCmdImpl | The EmailPromotionDeleteCmdImpl class implements the
EmailPromotionDeleteCmd interface to provide the task command that
deletes e-mail promotions. |
EmailPromotionSaveTaskCmdImpl | The TaskCommand that is used to save e-mail promotion
entries. |
EmailPromotionUpdateTaskCmdImpl | The default implementation of
EmailPromotionUpdateTaskCmd . |
ListEmailRecipientsInMemberGroupTaskCmdImpl | The default implementation of
ListEmailRecipientsInMemberGroupTaskCmd . |
OptEmailTaskCmdImpl | The default implementation of OptEmailTaskCmd . |
SendEmailActivityTaskCmdImpl | The TaskCommand implementation used to send e-mail activities that have been configured in WebSphere Commerce Accelerator. |
Provides the Task Commands and Controller Commands along with their implementations that are required for e-mail activities.