com.ibm.commerce.ubf.beans

Class FlowStateGroupListBean

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      FlowStateGroupDataBean[] getFlowStateGroups()
      Gets a sorted list of FlowStateGroupDataBean objects.
      java.lang.String getFlowTypeId()
      Get FlowTypeId.
      java.lang.String getMandatoryStateGroup()
      Get MandatoryStateGroup.
      void populate()
      Looks up a sorted list of flowStateGroups, then populates an array of FlowStateGroupsDataBean objects from the list entries.
      void setFlowStateGroups(FlowStateGroupDataBean[] newFlowStateGroups)
      Populates a list of flow state group data bean.
      void setFlowTypeId(java.lang.String newFlowTypeId)
      Sets the flowTypeId and uses the value to set a key field on the access bean.
      void setMandatoryStateGroup(java.lang.String newMandatoryStateGroup)
      Sets the mandatoryStateGroup 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

      • FlowStateGroupListBean

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

      • populate

        public void populate()
                      throws java.lang.Exception
        Looks up a sorted list of flowStateGroups, then populates an array of FlowStateGroupsDataBean 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 FlowStateGroupsAccessBean could not be created.
      • 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 FlowStateGroupListInputDataBean
        Parameters:
        newFlowTypeId - relevant flowTypeId.
      • setMandatoryStateGroup

        public void setMandatoryStateGroup(java.lang.String newMandatoryStateGroup)
        Sets the mandatoryStateGroup and uses the value to set a key field on the access bean.
        Specified by:
        setMandatoryStateGroup in interface FlowStateGroupListInputDataBean
        Parameters:
        newMandatoryStateGroup - relevant mandatoryStateGroup.