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, Delegator, InputDataBean, Protectable, 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.
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
EmailConfigurationTimeDataBean()
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 com.ibm.commerce.emarketing.beans.EmailConfigurationTimeDataBeanBase
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.security.Protectable
fulfills
Methods inherited from interface com.ibm.commerce.beans.InputDataBean
getRequestProperties, setRequestProperties
Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
Copyright.
See Also:
Constant Field Values
Constructor Detail

EmailConfigurationTimeDataBean

public EmailConfigurationTimeDataBean()
Method Detail

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

getIsConfigured

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.

Feedback