Interface B2BUnitDao

    • Method Detail

      • findB2BUnitMembersByGroup

        java.util.List<B2BCustomerModel> findB2BUnitMembersByGroup​(B2BUnitModel unit,
                                                                   java.lang.String userGroupId)
        Returns all member of the B2BUnit who are also member of the group with the userGroupId passed in
        Parameters:
        unit - - The B2BUnitModel whose member we are going to select
        userGroupId - - The uid of the UserGroup
        Returns:
        List B2BCustomers in B2BUnit who are members of the group with uid userGroupId