com.ibm.commerce.ubf.beans

Class FlowAdminListBean

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      FlowAdminDataBean[] getFlowAdmins()
      Gets a sorted list of FlowAdminDataBean objects.
      java.lang.String getFlowId()
      Get FlowId.
      java.lang.String getMarketId()
      Get MarketId.
      java.lang.String getOrgId()
      Get OrgId.
      void populate()
      Looks up a sorted list of flowAdmins, then populates an array of FlowAdminsDataBean objects from the list entries.
      void setFlowAdmins(FlowAdminDataBean[] newFlowAdmins)
      Populates a list of flow admins Creation date: (5/12/2001 5:21:36 PM)
      void setFlowId(java.lang.String newFlowId)
      Sets the flowId and uses the value to set a key field on the access bean.
      void setMarketId(java.lang.String newStoreId)
      Sets the marketId and uses the value to set a key field on the access bean.
      void setOrgId(java.lang.String newOrgId)
      Sets the orgId 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

      • FlowAdminListBean

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

      • populate

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

        public void setFlowAdmins(FlowAdminDataBean[] newFlowAdmins)
        Populates a list of flow admins Creation date: (5/12/2001 5:21:36 PM)
        Specified by:
        setFlowAdmins in interface FlowAdminListInputDataBean
        Parameters:
        newFlowAdmins - com.ibm.commerce.ubf.beans.FlowAdminDataBean
      • 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 FlowAdminListInputDataBean
        Parameters:
        newFlowId - relevant flowId.
      • setMarketId

        public void setMarketId(java.lang.String newStoreId)
        Sets the marketId and uses the value to set a key field on the access bean.
        Specified by:
        setMarketId in interface FlowAdminListInputDataBean
        Parameters:
        newMarketId - relevant marketId.
      • setOrgId

        public void setOrgId(java.lang.String newOrgId)
        Sets the orgId and uses the value to set a key field on the access bean.
        Specified by:
        setOrgId in interface FlowAdminListInputDataBean
        Parameters:
        newOrgId - relevant orgId.