See: Description
Interface | Description |
---|---|
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 e-mail 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. |
EmailIndividualCreateCmd |
This command sends an email to an individual customer.
|
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. |
GetWebHostCmd |
The interface for any
TaskCommand that is to be used to get web facing domain host,
which is used in TagUtil to generate links. |
ListEmailRecipientsInMemberGroupTaskCmd |
The interface for any
TaskCommand that is to be used as an
EmailRecipientSupplier . |
ListRetryRecipientsForEmailActivityTaskCmd |
The interface for any
TaskCommand that is to be used to list the recipients to whom retry e-mail are going to send. |
OptEmailTaskCmd |
The interface for any
TaskCommand that is to be used for recording users opting out
of receiving e-mail activities. |
OptSMSTaskCmd |
The interface for any
TaskCommand that is to be used for recording users opting out
of receiving SMS messages. |
ResendEmailActivityTaskCmd |
The interface for any
TaskCommand that is to be used to resend the e-mail to recipients. |
RetryBouncedEmailActivityCmd |
The interface for any
TaskCommand that is to be used to retry sending email activities to
those recipients to whom previous attempts were unsuccessful. |
ScanAccountForBouncedEmailTaskCmd |
The interface for any
TaskCommand that is to be used to scan the inbound e-mail account to get bounced back information. |
SendEmailActivityTaskCmd |
The interface for any
TaskCommand that is to be used to send e-mail activities. |
UpdateEmailActivityCampaignRelationTaskCmd |
Class | Description |
---|---|
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 . |
EmailIndividualCreateCmdImpl |
This command sends an email to an individual customer.
|
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 . |
GetWebHostCmdImpl |
The default implementation of
GetWebHostCmd . |
ListEmailRecipientsInMemberGroupTaskCmdImpl |
The default implementation of
ListEmailRecipientsInMemberGroupTaskCmd . |
ListRetryRecipientsForEmailActivityTaskCmdImpl |
The default implementation of
ListRetryRecipientsForEmailActivityTaskCmd . |
OptEmailTaskCmdImpl |
The default implementation of
OptEmailTaskCmd . |
OptSMSTaskCmdImpl |
The default implementation of
OptSMSTaskCmd . |
ResendEmailActivityTaskCmdImpl |
The default implementation of
ResendEmailActivityTaskCmd . |
RetryBouncedEmailActivityCmdImpl |
The default implementation of
RetryBouncedEmailActivityCmd . |
ScanAccountForBouncedEmailTaskCmdImpl | |
SendEmailActivityTaskCmdImpl |
The TaskCommand implementation used to send e-mail activities that have been
configured in WebSphere Commerce Accelerator.
|
UpdateEmailActivityCampaignRelationTaskCmdImpl |