Interface UserGroupDao
- All Known Implementing Classes:
DefaultUserGroupDao
public interface UserGroupDao
Dao for
UserGroupModel access.- Since:
- 4.3
- Spring Bean ID:
- userGroupDao
-
Method Summary
Modifier and TypeMethodDescriptionfindUserGroupByUid(String uid) Find the user group by the given uid.
-
Method Details
-
findUserGroupByUid
Find the user group by the given uid.- Parameters:
uid- the unique identifier of the user group- Returns:
- the found
UserGroupModelornullotherwise - Throws:
AmbiguousIdentifierException- if more than one user groups were found for the given uid.
-