The interface for any TaskCommand
that is to be used for
recording users opting out of receiving e-mail activities.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT Copyright. |
static java.lang.String |
defaultCommandClassName The name of the default implementation of this interface. |
Method Summary | |
---|---|
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 |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
public static final java.lang.String defaultCommandClassName
Method Detail |
---|
public void setUsersId(java.lang.Long usersId)
usersId
- the users IDpublic void setStoreEntityId(java.lang.Integer storeEntityId)
storeEntityId
- the store entity IDpublic void setUserReceiveEmail(boolean userReceiveEmail)
userReceiveEmail
- true if the user wants to receive e-mail;
false otherwise.