com.ibm.commerce.ubf.beans

Class FlowComposeListBean

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getCompositeFlowId()
      Get CompositeFlowId.
      FlowComposeDataBean[] getCompositionFlows()
      Gets a sorted list of FlowComposeDataBean objects.
      java.lang.String getSingleFlowId()
      Get SingleFlowId.
      void populate()
      Looks up a sorted list of flowCompose, then populates an array of FlowComposeDataBean objects from the list entries.
      void setCompositeFlowId(java.lang.String newCompositeFlowId)
      Sets the compositeFlowId and uses the value to set a key field on the access bean.
      void setCompositionFlows(FlowComposeDataBean[] newCompositionFlows)
      Populates a list of flow compose data bean.
      void setSingleFlowId(java.lang.String newSingleFlowId)
      Sets the singleFlowId 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

      • FlowComposeListBean

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

      • populate

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

        public void setCompositeFlowId(java.lang.String newCompositeFlowId)
        Sets the compositeFlowId and uses the value to set a key field on the access bean.
        Specified by:
        setCompositeFlowId in interface FlowComposeListInputDataBean
        Parameters:
        newCompositeFlowId - relevant compositeFlowId.
      • setCompositionFlows

        public void setCompositionFlows(FlowComposeDataBean[] newCompositionFlows)
        Populates a list of flow compose data bean. Creation date: (5/12/2001 5:21:36 PM)
        Specified by:
        setCompositionFlows in interface FlowComposeListInputDataBean
        Parameters:
        newCompositionFlows - com.ibm.commerce.ubf.beans.FlowComposeDataBean
      • setSingleFlowId

        public void setSingleFlowId(java.lang.String newSingleFlowId)
        Sets the singleFlowId and uses the value to set a key field on the access bean.
        Specified by:
        setSingleFlowId in interface FlowComposeListInputDataBean
        Parameters:
        newSingleFlowId - relevant singleFlowId.