public interface OptEmailTaskCmd extends TaskCommand
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 | setUserReceiveEmail(boolean userReceiveEmail)
Sets whether the user wants to receive e-mail (true) or not (false).
|
void | setUsersId(java.lang.Long usersId)
Sets the users ID.
|
static final java.lang.String COPYRIGHT
static final java.lang.String defaultCommandClassName
void setUsersId(java.lang.Long usersId)
void setStoreEntityId(java.lang.Integer storeEntityId)
void setUserReceiveEmail(boolean userReceiveEmail)