public class DefaultUserGroupDao extends DefaultGenericDao<UserGroupModel> implements UserGroupDao
UserGroupDao.| Constructor and Description |
|---|
DefaultUserGroupDao() |
| Modifier and Type | Method and Description |
|---|---|
UserGroupModel |
findUserGroupByUid(java.lang.String uid)
Find the user group by the given uid.
|
find, find, find, find, find, getFlexibleSearchService, setFlexibleSearchServicepublic UserGroupModel findUserGroupByUid(java.lang.String uid)
UserGroupDaofindUserGroupByUid in interface UserGroupDaouid - the unique identifier of the user groupUserGroupModel or null otherwiseCopyright © 2018 SAP SE. All Rights Reserved.