public class EmailActivitySendCmdImpl extends ControllerCommandImpl implements EmailActivitySendCmd
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
Copyright.
|
Constructor and Description |
---|
EmailActivitySendCmdImpl() |
Modifier and Type | Method and Description |
---|---|
AccessVector | getResources()
Gets the resources that are accessed by this controller command.
|
void | performExecute()
Runs the command.
|
protected void | scheduleRetry(java.lang.Integer storeId, java.lang.Integer emailPromotionId)
Schedule the retries based on the email retry policy of the store.
|
public static final java.lang.String COPYRIGHT
public void performExecute() throws ECException
protected void scheduleRetry(java.lang.Integer storeId, java.lang.Integer emailPromotionId) throws ECException, ECSystemException
public AccessVector getResources() throws ECException