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)
public void setStoreEntityId(java.lang.Integer storeEntityId)
public void setUserReceiveEmail(boolean userReceiveEmail)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.