com.ibm.commerce.emarketing.emailtemplate.databeans

Class EmailTemplateListDataBean

  • java.lang.Object
    • com.ibm.commerce.beans.InputDataBeanImpl
      • com.ibm.commerce.beans.SmartDataBeanImpl
        • com.ibm.commerce.emarketing.emailtemplate.databeans.EmailTemplateListDataBean
  • All Implemented Interfaces:
    com.ibm.commerce.beans.DataBean, com.ibm.commerce.beans.InputDataBean, com.ibm.commerce.beans.SmartDataBean, java.io.Serializable


    public class EmailTemplateListDataBean
    extends com.ibm.commerce.beans.SmartDataBeanImpl
    Used to find all active e-mail templates for a given 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
      EmailTemplateRow[] getEmailTemplateListRows()
      Returns a vector of e-mail Template Row objects.
      void populate() 
      void setViewType(java.lang.String newViewType)
      Sets the Tempalte View type -- All Template types, Form Filled or JSP
      • 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.beans.InputDataBean

        getRequestProperties, setRequestProperties
    • Field Detail

    • Constructor Detail

      • EmailTemplateListDataBean

        public EmailTemplateListDataBean()
    • Method Detail

      • getEmailTemplateListRows

        public EmailTemplateRow[] getEmailTemplateListRows()
        Returns a vector of e-mail Template Row objects. Each e-mail Template row object corresponds to one Template in the database.
        Returns:
        _emailTemplateRows - vector
      • populate

        public void populate()
                      throws com.ibm.commerce.exception.ECException
        Specified by:
        populate in interface com.ibm.commerce.beans.SmartDataBean
        Overrides:
        populate in class com.ibm.commerce.beans.SmartDataBeanImpl
        Throws:
        com.ibm.commerce.exception.ECException
        See Also:
        SmartDataBean.populate()
      • setViewType

        public void setViewType(java.lang.String newViewType)
        Sets the Tempalte View type -- All Template types, Form Filled or JSP
        Parameters:
        newViewType - - The new view type.