public class GiftRegistryAnnouncementHistoryListDataBean extends java.lang.Object implements SmartDataBean, InputDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
emptyString| Constructor and Description |
|---|
GiftRegistryAnnouncementHistoryListDataBean()
Generates an empty GiftRegistryAnnouncementHistoryListDataBean
|
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
Gets the command context set within this bean.
|
java.lang.String |
getExternalId()
Gets the unique gift registry identifier for all channels.
|
GiftRegistryAnnouncementHistoryDataBean[] |
getGiftRegistryAnnouncementHistoryDataBeans()
Returns all GiftRegistryAnnouncementHistoryDataBeans in the gift registry
|
java.lang.Long |
getGiftRegistryId()
Gets the gift registry ID
|
TypedProperty |
getRequestProperties()
Returns the request properties of the data bean.
|
void |
populate()
Loads data into the data bean when the
DataBeanManager.activate() runs. |
void |
setCommandContext(CommandContext commandContext)
Sets the command context.
|
void |
setExternalId(java.lang.String string)
Sets the unique gift registry identifier for all channels.
|
void |
setGiftRegistryId(java.lang.Long newValue)
Sets the gift registry ID
|
void |
setRequestProperties(TypedProperty param)
Sets the request properties within this bean.
|
public static final java.lang.String COPYRIGHT
public GiftRegistryAnnouncementHistoryListDataBean()
public TypedProperty getRequestProperties()
getRequestProperties in interface InputDataBeanpublic void setRequestProperties(TypedProperty param) throws java.lang.Exception
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 CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanCommandContext object.public void setCommandContext(CommandContext commandContext)
setCommandContext in interface SmartDataBeancommandContext - The command context..public void populate()
throws java.lang.Exception
DataBeanManager.activate() runs.populate in interface SmartDataBeanjava.lang.Exception - if there is a problem populating the data bean with data.public GiftRegistryAnnouncementHistoryDataBean[] getGiftRegistryAnnouncementHistoryDataBeans()
public java.lang.String getExternalId()
public java.lang.Long getGiftRegistryId()
public void setExternalId(java.lang.String string)
externalId - - the unique gift registry identifier for all channels.public void setGiftRegistryId(java.lang.Long newValue)
giftRegistryId - - the gift registry ID