public class OptSMSTaskCmdImpl extends TaskCommandImpl implements OptSMSTaskCmd
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
Copyright.
|
Constructor and Description |
---|
OptSMSTaskCmdImpl() |
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 SMS messages.
|
void | setUserReceiveSMS(boolean pUserReceiveSMS)
Sets if the user wishes to receive SMS messages or not.
|
void | setUsersId(java.lang.Long pUsersId)
Sets the user ID of the user opting opting out of receive SMS messages.
|
public static final java.lang.String COPYRIGHT
public void setUsersId(java.lang.Long pUsersId)
public void setStoreEntityId(java.lang.Integer pStoreEntityId)
public void setUserReceiveSMS(boolean pUserReceiveSMS)
public void performExecute() throws ECException