com.ibm.commerce.utf.beans
Class TradeDomainListBean

java.lang.Object
  |
  +--com.ibm.commerce.beans.InputDataBeanImpl
        |
        +--com.ibm.commerce.beans.SmartDataBeanImpl
              |
              +--com.ibm.commerce.utf.beans.UTFListBean
                    |
                    +--com.ibm.commerce.utf.beans.TradeDomainListBean
All Implemented Interfaces:
DataBean, InputDataBean, java.io.Serializable, SmartDataBean, TradeDomainListInputDataBean, TradeDomainListSmartDataBean, UTFListInputDataBean, UTFListSmartDataBean

public class TradeDomainListBean
extends UTFListBean
implements TradeDomainListInputDataBean, TradeDomainListSmartDataBean

Provides a list of TradeDomainDataBean objects.

See Also:
Serialized Form

Field Summary
static java.lang.String COPYRIGHT
           
protected  TradeDomainDataBean[] fTdomains
           
 
Fields inherited from class com.ibm.commerce.utf.beans.UTFListBean
listSize, sortingAtt
 
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
TradeDomainListBean()
          Constructs an TradeDomainListBean object.
 
Method Summary
 TradeDomainDataBean[] getTradeDomains()
          Gets an array of fTdomains.
 void populate()
          Looks up a list of TradeDomains, then uses the list contents to populate an array of TradeDomainDataBean objects.
 void setTradeDomains(TradeDomainDataBean[] newTradeDomain)
          Loads the array fTdomains.
 
Methods inherited from class com.ibm.commerce.utf.beans.UTFListBean
getLength, getSortAtt, setSortAtt
 
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

COPYRIGHT

public static final java.lang.String COPYRIGHT

fTdomains

protected TradeDomainDataBean[] fTdomains
Constructor Detail

TradeDomainListBean

public TradeDomainListBean()
Constructs an TradeDomainListBean object.
Method Detail

getTradeDomains

public TradeDomainDataBean[] getTradeDomains()
Gets an array of fTdomains.
Specified by:
getTradeDomains in interface TradeDomainListSmartDataBean

populate

public void populate()
              throws java.lang.Exception
Looks up a list of TradeDomains, then uses the list contents to populate an array of TradeDomainDataBean objects.
Overrides:
populate in class SmartDataBeanImpl
Throws:
java.lang.Exception - if the access bean could not be created.

setTradeDomains

public void setTradeDomains(TradeDomainDataBean[] newTradeDomain)
Loads the array fTdomains.
Specified by:
setTradeDomains in interface TradeDomainListInputDataBean