public class OptEmailTaskCmdImpl extends TaskCommandImpl implements OptEmailTaskCmd
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
Copyright.
|
Constructor and Description |
---|
OptEmailTaskCmdImpl() |
Modifier and Type | Method and Description |
---|---|
void | performExecute()
Performs the command's operations.
|
void | setStoreEntityId(java.lang.Integer pStoreEntityId)
Sets the store ID of the store from which the user wants to opt out of receiving e-mail.
|
void | setUserReceiveEmail(boolean pUserReceiveEmail)
Sets if the user wishes to receive e-mail or not.
|
void | setUsersId(java.lang.Long pUsersId)
Sets the user ID of the user opting opting out of receive e-mail activities.
|
public static final java.lang.String COPYRIGHT
public void setUsersId(java.lang.Long pUsersId)
public void setStoreEntityId(java.lang.Integer pStoreEntityId)
public void setUserReceiveEmail(boolean pUserReceiveEmail)
public void performExecute() throws ECException