public class EmailConfigurationTimeDataBean extends EmailConfigurationTimeDataBeanBase
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
Copyright.
|
| Constructor and Description |
|---|
EmailConfigurationTimeDataBean() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getIsConfigured()
Gets if there is a configuration.
|
java.lang.String |
getOutboundReplyTo()
Gets the reply-to address from outbound email configuration of the store.
|
java.lang.Integer |
getOutboundTime()
Gets the number of minutes past 12:00am
upon which to run the e-mail activity jobs.
|
void |
populate()
Populate the data bean.
|
getDelegate, getOwnerfulfills, getCommandContext, getHttpRequest, getHttpResponse, getResources, getViewCommandContext, setCommandContext, setHttpRequest, setHttpResponse, setViewCommandContextgetRequestProperties, setRequestPropertiespublic static final java.lang.String COPYRIGHT
public boolean getIsConfigured()
public java.lang.String getOutboundReplyTo()
public java.lang.Integer getOutboundTime()
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 EmailConfigurationAccessBean cannot successfully load
an existing configuration.