com.ibm.commerce.ubf.beans

Class FlowStateRelListBean

  • java.lang.Object
    • com.ibm.commerce.beans.InputDataBeanImpl
      • com.ibm.commerce.beans.SmartDataBeanImpl
        • com.ibm.commerce.beans.SortedListBean
          • com.ibm.commerce.ubf.beans.FlowStateRelListBean
    • 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
      FlowStateRelListBean()
      Constructs a FlowStateRelListBean object.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getFlowId()
      Get Flow id.
      FlowStateRelDataBean[] getFlowStateRels()
      Gets a sorted list of FlowStateRelDataBean objects.
      void populate()
      Looks up a sorted list of flowStateRels, then populates an array of FlowStateRelDataBean objects from the list entries.
      void setFlowId(java.lang.String newFlowId)
      Sets the flowId and uses the value to set a key field on the access bean.
      void setFlowStateRels(FlowStateRelDataBean[] newFlowStateRels)
      Populates a list of FlowStateRelDataBean.
      • 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

      • FlowStateRelListBean

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

      • populate

        public void populate()
                      throws java.lang.Exception
        Looks up a sorted list of flowStateRels, then populates an array of FlowStateRelDataBean 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 FlowStateRelAccessBean could not be created.
      • setFlowId

        public void setFlowId(java.lang.String newFlowId)
        Sets the flowId and uses the value to set a key field on the access bean.
        Specified by:
        setFlowId in interface FlowStateRelListInputDataBean
        Parameters:
        newFlowId - relevant flowId.
      • setFlowStateRels

        public void setFlowStateRels(FlowStateRelDataBean[] newFlowStateRels)
        Populates a list of FlowStateRelDataBean. Creation date: (5/12/2001 5:21:36 PM)
        Specified by:
        setFlowStateRels in interface FlowStateRelListInputDataBean
        Parameters:
        newFlowStateRels - com.ibm.commerce.ubf.beans.FlowStateRelDataBean