Interface UserGroupDao

    • Method Detail

      • findUserGroupByUid

        UserGroupModel findUserGroupByUid​(java.lang.String uid)
        Find the user group by the given uid.
        Parameters:
        uid - the unique identifier of the user group
        Returns:
        the found UserGroupModel or null otherwise
        Throws:
        AmbiguousIdentifierException - if more than one user groups were found for the given uid.