public class EmailOptOutCmdImpl extends ControllerCommandImpl implements EmailOptOutCmd
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
Copyright.
|
Constructor and Description |
---|
EmailOptOutCmdImpl() |
Modifier and Type | Method and Description |
---|---|
TypedProperty | getResolvedRequestProperties()
Used to pass user traffic the input parameters received by the command
|
AccessVector | getResources()
Gets the access vector accessed by this command.
|
void | performExecute()
Contains the business logic for the command.
|
void | validateParameters()
Validates the parameters expected in the request properties.
|
public static final java.lang.String COPYRIGHT
public AccessVector getResources() throws ECException
public void performExecute() throws ECException
public void validateParameters() throws ECException
public TypedProperty getResolvedRequestProperties()