掲示板

Get User Members of any specific role in liferay programmatically

6年前 に yogesh chandra によって更新されました。

Get User Members of any specific role in liferay programmatically

New Member 投稿: 23 参加年月日: 15/05/07 最新の投稿
Hi,
I want all users having one specific role programmatically in lIferay.
I khow that it save in Users_Role but I am not able to get Util class for this.

Thanks
thumbnail
6年前 に Gaurav Jain によって更新されました。

RE: Get User Members of any specific role in liferay programmatically

Junior Member 投稿: 85 参加年月日: 16/07/12 最新の投稿
Hi Yogesh Chandra,
did you try following :
UserLocalServiceUtil.getRoleUsers(roleId)


HTH
Gaurav