public class GiftRegistryAnnouncementEmailDataBean extends com.ibm.commerce.giftregistry.beans.GiftRegistryAnnouncementEmailDataBeanBase implements SmartDataBean, InputDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
emptyString| Constructor and Description |
|---|
GiftRegistryAnnouncementEmailDataBean()
Generates an empty GiftRegistryAnnouncementEmailDataBean
|
GiftRegistryAnnouncementEmailDataBean(GiftRegistryAnnouncementEmailListAccessBean object)
Creates this data bean based on its parent access bean
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getAnnouncementHistoryId()
Returns the announcement history ID to which this e-mail list belongs
|
java.lang.String |
getEmail()
Returns the e-mail for this announcement
|
java.lang.String |
getName()
Returns the name of the receiver of this announcement
|
TypedProperty |
getRequestProperties()
Returns the request properties of the data bean.
|
java.lang.Integer |
getType()
Returns the type of e-mail address sent for this announcement.
|
void |
populate()
Loads data into the data bean when the
DataBeanManager.activate() runs. |
void |
setRequestProperties(TypedProperty param)
Sets the request properties within this bean.
|
getCommandContext, getDelegate, setCommandContextfindByAnnouncementHistoryId, getEmailListId, getEntity, instantiateEntity, setAnnouncementHistoryId, setEmail, setInitKey_emailListId, setName, setTypecreateAccessBean, createAccessBean, createAccessBeanCollection, createAccessBeanCollection, createEntityCollection, detach, remove, setUseDataCache, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetCommandContext, setCommandContextpublic static final java.lang.String COPYRIGHT
public GiftRegistryAnnouncementEmailDataBean()
public GiftRegistryAnnouncementEmailDataBean(GiftRegistryAnnouncementEmailListAccessBean object) throws ECSystemException
GiftRegistryAnnouncementEmailListAccessBean - ECSystemExceptionpublic TypedProperty getRequestProperties()
getRequestProperties in interface InputDataBeanpublic void setRequestProperties(TypedProperty param)
setRequestProperties in interface InputDataBeanrequestProperties - the set of properties passed to the JSP
page that invokes this data bean,java.lang.Exception - if there is a problem when setting the request properties. This
particular method should not throw any exception because it just stores the request properties.public void populate()
DataBeanManager.activate() runs.populate in interface SmartDataBeanjava.lang.Exception - if there is a problem populating the data bean.public java.lang.Long getAnnouncementHistoryId()
getAnnouncementHistoryId in class GiftRegistryAnnouncementEmailListAccessBeanpublic java.lang.String getName()
getName in class GiftRegistryAnnouncementEmailListAccessBeanpublic java.lang.String getEmail()
getEmail in class GiftRegistryAnnouncementEmailListAccessBeanpublic java.lang.Integer getType()
getType in class GiftRegistryAnnouncementEmailListAccessBean