public class EmailActivityScheduleJobCreator
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
Copyright.
|
| Constructor and Description |
|---|
EmailActivityScheduleJobCreator() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.Long |
createScheduleJobForActivity(java.lang.Integer emlpromo_id,
java.lang.String redirectURL,
java.lang.Integer storeEntityId,
java.sql.Timestamp deliverTime,
com.ibm.commerce.command.CommandContext commandContext)
Creates scheduler job to send e-mail activity.
|
public static final java.lang.String COPYRIGHT
public static java.lang.Long createScheduleJobForActivity(java.lang.Integer emlpromo_id,
java.lang.String redirectURL,
java.lang.Integer storeEntityId,
java.sql.Timestamp deliverTime,
com.ibm.commerce.command.CommandContext commandContext)
throws com.ibm.commerce.exception.ECException
emlpromo_id - The ID of the e-mail activity.redirectURL - The redirect URL.storeEntityId - The store ID.deliverTime - The time when the scheduled job runs.commandContext - The command context passed into the scheduled job.com.ibm.commerce.exception.ECException - Thrown by the WebSphere Commerce Application Server.