com.ibm.commerce.emarketing.beans

Class 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.
      • Fields inherited from interface com.ibm.commerce.beans.DataBean

        emptyString
    • 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.beans.SmartDataBeanImpl

        fulfills, getCommandContext, getHttpRequest, getHttpResponse, getResources, getViewCommandContext, setCommandContext, setHttpRequest, setHttpResponse, setViewCommandContext
      • Methods inherited from class com.ibm.commerce.beans.InputDataBeanImpl

        getRequestProperties, setRequestProperties
      • Methods inherited from class java.lang.Object

        equals, 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

    • Constructor Detail

      • EmailConfigurationTimeDataBean

        public EmailConfigurationTimeDataBean()
    • 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 interface com.ibm.commerce.beans.SmartDataBean
        Overrides:
        populate in class com.ibm.commerce.beans.SmartDataBeanImpl
        Throws:
        java.lang.Exception - Thrown when EmailConfigurationAccessBean cannot successfully load an existing configuration.