public interface OptSMSTaskCmd
extends com.ibm.commerce.command.TaskCommand
TaskCommand
that is to be used for recording users opting out
of receiving SMS messages.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
Copyright.
|
static java.lang.String |
defaultCommandClassName
The name of the default implementation of this interface.
|
Modifier and Type | Method and Description |
---|---|
void |
setStoreEntityId(java.lang.Integer storeEntityId)
Sets the store entity ID.
|
void |
setUserReceiveSMS(boolean userReceiveSMS)
Sets whether the user wants to receive SMS Messages (true) or not (false).
|
void |
setUsersId(java.lang.Long usersId)
Sets the users ID.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
static final java.lang.String COPYRIGHT
static final java.lang.String defaultCommandClassName
void setStoreEntityId(java.lang.Integer storeEntityId)
storeEntityId
- The store entity ID.void setUserReceiveSMS(boolean userReceiveSMS)
userReceiveSMS
- True if the user wants to receive SMS messages; false otherwise.void setUsersId(java.lang.Long usersId)
usersId
- The users ID.