@ProviderType
public interface UserGroupRoleFinder
| Modifier and Type | Method and Description |
|---|---|
java.util.List<UserGroupGroupRole> |
findByUserGroupsUsers(long userId) |
java.util.List<UserGroupRole> |
findByUserUserGroupGroupRole(long userId,
long groupId) |
java.util.List<UserGroupGroupRole> findByUserGroupsUsers(long userId) throws SystemException
SystemExceptionjava.util.List<UserGroupRole> findByUserUserGroupGroupRole(long userId, long groupId) throws SystemException
SystemException