public class EmailUserReceiveDataBean extends EmailUserReceiveDataBeanBase
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
Copyright.
|
| Constructor and Description |
|---|
EmailUserReceiveDataBean() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isUserReceive()
Gets whether on not the user wishes to receive e-mail.
|
boolean |
isUserReceiveSMS()
Gets whether on not the user wishes to receive SMS messages.
|
void |
populate()
Populates the databean.
|
void |
setUsersId(java.lang.Long usersId)
Sets the ID of the user.
|
getDelegate, getOwnerfulfills, getCommandContext, getHttpRequest, getHttpResponse, getResources, getViewCommandContext, setCommandContext, setHttpRequest, setHttpResponse, setViewCommandContextgetRequestProperties, setRequestPropertiespublic static final java.lang.String COPYRIGHT
public boolean isUserReceive()
public boolean isUserReceiveSMS()
public void populate()
throws java.lang.Exception
populate in interface com.ibm.commerce.beans.SmartDataBeanpopulate in class com.ibm.commerce.beans.SmartDataBeanImpljava.lang.Exception - Thrown when EmailUserReceiveAccessBean cannot lookup the given user.public void setUsersId(java.lang.Long usersId)
usersId - The user's ID.