com.ibm.commerce.ubf.beans

Class FlowListBean

  • java.lang.Object
    • com.ibm.commerce.beans.InputDataBeanImpl
      • com.ibm.commerce.beans.SmartDataBeanImpl
        • com.ibm.commerce.beans.SortedListBean
          • com.ibm.commerce.ubf.beans.FlowListBean
  • All Implemented Interfaces:
    com.ibm.commerce.beans.DataBean, com.ibm.commerce.beans.InputDataBean, com.ibm.commerce.beans.SmartDataBean, com.ibm.commerce.beans.SortedListInputDataBean, com.ibm.commerce.beans.SortedListSmartDataBean, FlowListInputDataBean, FlowListSmartDataBean, java.io.Serializable


    public class FlowListBean
    extends com.ibm.commerce.beans.SortedListBean
    implements FlowListInputDataBean, FlowListSmartDataBean
    Provides sorted lists of FlowDataBean objects.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT 
      • Fields inherited from class com.ibm.commerce.beans.SortedListBean

        sortingAtt
      • Fields inherited from interface com.ibm.commerce.beans.DataBean

        emptyString
    • Constructor Summary

      Constructors 
      Constructor and Description
      FlowListBean()
      Constructs a FlowListBean object.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      FlowDataBean[] getFlows()
      Gets a sorted list of FlowDataBean objects.
      java.lang.String getFlowTypeId()
      Get Flow Type id.
      void populate()
      Looks up a sorted list of flows, then populates an array of FlowsDataBean objects from the list entries.
      void setFlows(FlowDataBean[] newFlows)
      Populates a list of flow data bean.
      void setFlowTypeId(java.lang.String newFlowTypeId)
      Sets the flowTypeId and uses the value to set a key field on the access bean.
      • Methods inherited from class com.ibm.commerce.beans.SortedListBean

        getLength, getSortAtt, setSortAtt
      • 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
    • Constructor Detail

      • FlowListBean

        public FlowListBean()
        Constructs a FlowListBean object.
    • Method Detail

      • getFlows

        public FlowDataBean[] getFlows()
        Gets a sorted list of FlowDataBean objects. Creation date: (5/12/2001 5:21:36 PM)
        Specified by:
        getFlows in interface FlowListSmartDataBean
        Returns:
        com.ibm.commerce.ubf.beans.FlowDataBean
      • populate

        public void populate()
                      throws java.lang.Exception
        Looks up a sorted list of flows, then populates an array of FlowsDataBean objects from the list entries.
        Specified by:
        populate in interface com.ibm.commerce.beans.SmartDataBean
        Overrides:
        populate in class com.ibm.commerce.beans.SmartDataBeanImpl
        Throws:
        java.lang.Exception - if an FlowsAccessBean could not be created.
      • setFlows

        public void setFlows(FlowDataBean[] newFlows)
        Populates a list of flow data bean. Creation date: (5/12/2001 5:21:36 PM)
        Specified by:
        setFlows in interface FlowListInputDataBean
        Parameters:
        newFlows - com.ibm.commerce.ubf.beans.FlowDataBean
      • setFlowTypeId

        public void setFlowTypeId(java.lang.String newFlowTypeId)
        Sets the flowTypeId and uses the value to set a key field on the access bean.
        Specified by:
        setFlowTypeId in interface FlowListInputDataBean
        Parameters:
        newFlowTypeId - relevant flowTypeId.