public class EmailEventCmdImpl extends ToolsControllerCommandImpl implements EmailEventCmd, ECConstants, ECToolsConstants, EmailActivityConstants
Modifier and Type | Field and Description |
---|---|
static java.lang.Integer | BOUNCED
Identifies the type of event as a bounced event.
|
static java.lang.Integer | CLICKED
Identifies the type of event as clicked event.
|
static java.lang.String | COPYRIGHT
Copyright.
|
static java.lang.Integer | OPENED
Identifies the type of event as an opened event.
|
Constructor and Description |
---|
EmailEventCmdImpl() |
Modifier and Type | Method and Description |
---|---|
TypedProperty | getResolvedRequestProperties()
Used to pass user traffic the input parameters received by the command
|
AccessVector | getResources()
Gets the resources that are accessed by this controller command.
|
void | performExecute()
Performs the execution of the command.
|
void | validateParameters()
Validates the parameters passed to this controller command.
|
public static final java.lang.String COPYRIGHT
public static final java.lang.Integer OPENED
public static final java.lang.Integer CLICKED
public static final java.lang.Integer BOUNCED
public void validateParameters() throws ECException
public AccessVector getResources() throws ECException
public void performExecute() throws ECException
public TypedProperty getResolvedRequestProperties()