Interface UserGroupDao
-
- All Known Implementing Classes:
DefaultUserGroupDao
public interface UserGroupDaoDao forUserGroupModelaccess.- Since:
- 4.3
- Spring Bean ID:
- userGroupDao
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UserGroupModelfindUserGroupByUid(java.lang.String uid)Find the user group by the given uid.
-
-
-
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
UserGroupModelornullotherwise - Throws:
AmbiguousIdentifierException- if more than one user groups were found for the given uid.
-
-