com.ibm.commerce.ubf.beans

Interface FlowSelectionListSmartDataBean

  • All Known Implementing Classes:
    FlowSelectionListBean


    public interface FlowSelectionListSmartDataBean
    Has a set of method declarations that the FlowSelectionListBean implements.
    • Method Detail

      • getFlowAdmins

        FlowAdminDataBean[] getFlowAdmins()
        Retuns a array of FlowAdminDataBean.
        Returns:
        The Array of FlowAdmins for the current FlowType, User and Store.
      • getFlowTypeId

        java.lang.String getFlowTypeId()
        Retuns the FlowTypeId.
        Returns:
        The Id of the current FlowType.
      • getStoreId

        java.lang.String getStoreId()
        Retuns the StoreId.
        Returns:
        The Id of the current Store.
      • getUserId

        java.lang.String getUserId()
        Retuns the UserId.
        Returns:
        The Id of the Current User.