java.lang.Object | +--com.ibm.commerce.beans.InputDataBeanImpl | +--com.ibm.commerce.beans.SmartDataBeanImpl | +--com.ibm.commerce.emarketing.beans.EmailMessageListDataBeanBase | +--com.ibm.commerce.emarketing.beans.EmailMessageListDataBean
Used to look up the e-mail message templates for the current store.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT Copyright. |
Fields inherited from class com.ibm.commerce.beans. SmartDataBeanImpl |
commandContext |
Fields inherited from class com.ibm.commerce.beans. InputDataBeanImpl |
requestProperties |
Fields inherited from interface com.ibm.commerce.beans. DataBean |
emptyString |
Constructor Summary | |
---|---|
EmailMessageListDataBean() Default Constructor. |
Method Summary | |
---|---|
EmailMessageDataBean[] |
getEmailMessageList() getEmailMessageList(). |
void |
populate() Populates the databean. |
Methods inherited from class com.ibm.commerce.emarketing.beans. EmailMessageListDataBeanBase |
getDelegate,
getOwner |
Methods inherited from class com.ibm.commerce.beans. SmartDataBeanImpl |
fulfills,
getCommandContext,
getResources,
setCommandContext |
Methods inherited from class com.ibm.commerce.beans. InputDataBeanImpl |
getRequestProperties,
setRequestProperties |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
Methods inherited from interface com.ibm.commerce.beans. InputDataBean |
getRequestProperties,
setRequestProperties |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
Constructor Detail |
---|
public EmailMessageListDataBean()
Method Detail |
---|
public EmailMessageDataBean[] getEmailMessageList()
public void populate() throws java.lang.Exception
populate
in interface
SmartDataBean
populate
in class
SmartDataBeanImpl
java.lang.Exception
- Thrown when
EmailMessageAccessBean
cannot lookup the data for the given e-mail
message template.