com.ibm.commerce.emarketing.beans
Class EmailConfigurationTimeDataBean
- java.lang.Object
-
- com.ibm.commerce.beans.InputDataBeanImpl
-
- com.ibm.commerce.beans.SmartDataBeanImpl
-
- com.ibm.commerce.emarketing.beans.EmailConfigurationTimeDataBeanBase
-
- com.ibm.commerce.emarketing.beans.EmailConfigurationTimeDataBean
-
- All Implemented Interfaces:
- com.ibm.commerce.beans.DataBean, com.ibm.commerce.beans.InputDataBean, com.ibm.commerce.beans.SmartDataBean, com.ibm.commerce.security.Delegator, com.ibm.commerce.security.Protectable, java.io.Serializable
public class EmailConfigurationTimeDataBean extends EmailConfigurationTimeDataBeanBase
Used to retrieve the time at which e-mail activities will be sent for the current store.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.String
COPYRIGHT
Copyright.
-
Constructor Summary
Constructors Constructor and Description EmailConfigurationTimeDataBean()
-
Method Summary
All Methods Instance Methods Concrete Methods 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.-
Methods inherited from class com.ibm.commerce.emarketing.beans.EmailConfigurationTimeDataBeanBase
getDelegate, getOwner
-
Methods inherited from class com.ibm.commerce.beans.SmartDataBeanImpl
fulfills, getCommandContext, getHttpRequest, getHttpResponse, getResources, getViewCommandContext, setCommandContext, setHttpRequest, setHttpResponse, setViewCommandContext
-
Methods inherited from class com.ibm.commerce.beans.InputDataBeanImpl
getRequestProperties, setRequestProperties
-
-
-
-
Field Detail
-
COPYRIGHT
public static final java.lang.String COPYRIGHT
Copyright.- See Also:
- Constant Field Values
-
-
Method Detail
-
getIsConfigured
public boolean getIsConfigured()
Gets if there is a configuration.- Returns:
- True if an outbound configuration exists for the store; false otherwise.
-
getOutboundReplyTo
public java.lang.String getOutboundReplyTo()
Gets the reply-to address from outbound email configuration of the store.- Returns:
- The reply-to address specified in the outbound email configuration.
-
getOutboundTime
public java.lang.Integer getOutboundTime()
Gets the number of minutes past 12:00am upon which to run the e-mail activity jobs.- Returns:
- The number of minutes past 12:00am.
-
populate
public void populate() throws java.lang.Exception
Populate the data bean.- Specified by:
populate
in interfacecom.ibm.commerce.beans.SmartDataBean
- Overrides:
populate
in classcom.ibm.commerce.beans.SmartDataBeanImpl
- Throws:
java.lang.Exception
- Thrown whenEmailConfigurationAccessBean
cannot successfully load an existing configuration.
-
-