public interface UserGroupDao
UserGroupModel access.| Modifier and Type | Method and Description |
|---|---|
UserGroupModel |
findUserGroupByUid(String uid)
Find the user group by the given uid.
|
UserGroupModel findUserGroupByUid(String uid)
uid - the unique identifier of the user groupUserGroupModel or null otherwiseAmbiguousIdentifierException - if more than one user groups were found for the given uid.Copyright © 2017 SAP SE. All Rights Reserved.