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:
- DataBean,
InputDataBean,
java.io.Serializable,
SmartDataBean
- public class EmailConfigurationTimeDataBean
- extends
EmailConfigurationTimeDataBeanBase
Used to retreive the time at which e-mail activities will be sent for the
current store.
- See Also:
- Serialized
Form
Field Summary |
static java.lang.String |
COPYRIGHT
Copyright. |
Method Summary |
boolean |
getIsConfigured()
Gets if there is a configuration |
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
COPYRIGHT
public static final java.lang.String COPYRIGHT
- Copyright.
- See Also:
-
Constant Field Values
EmailConfigurationTimeDataBean
public EmailConfigurationTimeDataBean()
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
public boolean getIsConfigured()
- Gets if there is a configuration
-
- Returns:
- true if an outbound configuration exists for the store; false
otherwise.
populate
public void populate()
throws java.lang.Exception
- populate the data bean.
-
- Specified by:
-
populate
in interface
SmartDataBean
- Overrides:
-
populate
in class
SmartDataBeanImpl
-
- Throws:
java.lang.Exception
- Thrown when
EmailConfigurationAccessBean
cannot successfully load an existing
configuration.