com.ibm.commerce.ubf.beans

Interface FlowSelectionListInputDataBean

  • All Known Implementing Classes:
    FlowSelectionListBean


    public interface FlowSelectionListInputDataBean
    Has a set of method declarations that the FlowSelectionListBean implements.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      void setFlowAdmins(FlowAdminDataBean[] newFlowAdmins)
      Sets a array of FlowAdminDataBean.
      void setFlowTypeId(java.lang.String newFlowTypeId)
      Sets the flowTypeId and uses the value to set a key field on the access bean.
      void setStoreId(java.lang.String newStoreId)
      Sets the storeId and uses the value to set a key field on the access bean.
      void setUserId(java.lang.String newUserId)
      Sets the userId and uses the value to set a key field on the access bean.
    • Method Detail

      • setFlowAdmins

        void setFlowAdmins(FlowAdminDataBean[] newFlowAdmins)
        Sets a array of FlowAdminDataBean.
        Parameters:
        newFlowAdmins - The array of FlowAdmins.
      • setFlowTypeId

        void setFlowTypeId(java.lang.String newFlowTypeId)
        Sets the flowTypeId and uses the value to set a key field on the access bean.
        Parameters:
        newFlowTypeId - The relevant flowTypeId.
      • setStoreId

        void setStoreId(java.lang.String newStoreId)
        Sets the storeId and uses the value to set a key field on the access bean.
        Parameters:
        newStoreId - The relevant storeId.
      • setUserId

        void setUserId(java.lang.String newUserId)
        Sets the userId and uses the value to set a key field on the access bean.
        Parameters:
        newUserId - The relevant userId.