com.ibm.commerce.emarketing.beans
Class EmailMessageListDataBean

java.lang.Object
  |
  +--com.ibm.commerce.beans.InputDataBeanImpl
        |
        +--com.ibm.commerce.beans.SmartDataBeanImpl
              |
              +--com.ibm.commerce.emarketing.beans.EmailMessageListDataBeanBase
                    |
                    +--com.ibm.commerce.emarketing.beans.EmailMessageListDataBean
All Implemented Interfaces:
DataBean, InputDataBean, java.io.Serializable, SmartDataBean

public class EmailMessageListDataBean
extends EmailMessageListDataBeanBase

Used to look up the e-mail message templates 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
EmailMessageListDataBean()
          Default Constructor.
 
Method Summary
  EmailMessageDataBean[] getEmailMessageList()
          getEmailMessageList().
 void populate()
          Populates the databean.
 
Methods inherited from class com.ibm.commerce.emarketing.beans. EmailMessageListDataBeanBase
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.beans. InputDataBean
getRequestProperties, setRequestProperties
 

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

EmailMessageListDataBean

public EmailMessageListDataBean()
Default Constructor.
Method Detail

getEmailMessageList

public EmailMessageDataBean[] getEmailMessageList()
getEmailMessageList().
Returns:
EmailMessageDataBean[]

populate

public void populate()
              throws java.lang.Exception
Populates the databean.
Specified by:
populate in interface SmartDataBean
Overrides:
populate in class SmartDataBeanImpl
Throws:
java.lang.Exception - Thrown when EmailMessageAccessBean cannot lookup the data for the given e-mail message template.