com.ibm.commerce.utf.beans
Class AlgoTypeListBean

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

public class AlgoTypeListBean
extends UTFListBean
implements AlgoTypeListInputDataBean, AlgoTypeListSmartDataBean

Provides a list of AlgoTypeDataBean objects.

See Also:
Serialized Form

Field Summary
protected  java.lang.String aString
           
static java.lang.String COPYRIGHT
           
protected  AlgoTypeDataBean[] fAlgoTypes
           
 
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
AlgoTypeListBean()
          Constructs an AlgoTypeListBean object.
 
Method Summary
 AlgoTypeDataBean[] getAlgoTypes()
          Gets an array of fAlgoTypes.
 void populate()
          Looks up a list of algo types, then uses the list contents to populate an array of AlgoTypeDataBean objects.
 void setAlgoTypes(AlgoTypeDataBean[] newAlgoTypes)
          Loads the array fAlgoTypes.
 
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

aString

protected java.lang.String aString

COPYRIGHT

public static final java.lang.String COPYRIGHT

fAlgoTypes

protected AlgoTypeDataBean[] fAlgoTypes
Constructor Detail

AlgoTypeListBean

public AlgoTypeListBean()
Constructs an AlgoTypeListBean object.
Method Detail

getAlgoTypes

public AlgoTypeDataBean[] getAlgoTypes()
Gets an array of fAlgoTypes.
Specified by:
getAlgoTypes in interface AlgoTypeListSmartDataBean

populate

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

setAlgoTypes

public void setAlgoTypes(AlgoTypeDataBean[] newAlgoTypes)
Loads the array fAlgoTypes.
Specified by:
setAlgoTypes in interface AlgoTypeListInputDataBean