Interface UserGroupDao

All Known Implementing Classes:
DefaultUserGroupDao

public interface UserGroupDao
Dao for UserGroupModel access.
Since:
4.3
Spring Bean ID:
userGroupDao
  • Method Details

    • findUserGroupByUid

      UserGroupModel findUserGroupByUid(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.