com.ibm.commerce.ubf.beans

Class FlowTypeListBean

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getFlowDomainId()
      Get Flow Domain id.
      FlowTypeDataBean[] getFlowTypes()
      Gets a sorted list of FlowTypeDataBean objects.
      void populate()
      Looks up a sorted list of flowTypes, then populates an array of FlowTypeDataBean objects from the list entries.
      void setFlowDomainId(java.lang.String newFlowDomainId)
      Sets the flowDomainId and uses the value to set a key field on the access bean.
      void setFlowTypes(FlowTypeDataBean[] newFlowTypes)
      Populates a list of flow type data 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

      • FlowTypeListBean

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

      • populate

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

        public void setFlowDomainId(java.lang.String newFlowDomainId)
        Sets the flowDomainId and uses the value to set a key field on the access bean.
        Specified by:
        setFlowDomainId in interface FlowTypeListInputDataBean
        Parameters:
        newFlowDomainId - relevant flowDomainId.
      • setFlowTypes

        public void setFlowTypes(FlowTypeDataBean[] newFlowTypes)
        Populates a list of flow type data bean. Creation date: (5/22/2001 5:21:36 PM)
        Specified by:
        setFlowTypes in interface FlowTypeListInputDataBean
        Parameters:
        newFlowTypes - com.ibm.commerce.ubf.beans.FlowTypeDataBean