掲示板

How to get all the users list in the portal

11年前 に Nandhini Mohan によって更新されました。

How to get all the users list in the portal

Junior Member 投稿: 31 参加年月日: 12/11/06 最新の投稿
Hi friends,
Please any one tell me how to get all the users in the poertal.
thumbnail
11年前 に Vishal Panchal によって更新されました。

RE: How to get all the users list in the portal

Expert 投稿: 289 参加年月日: 12/05/20 最新の投稿
Hi Nandhini Mohan,

you can use below method it will return you List<User>

UserLocalServiceUtil.getUsers(0, UserLocalServiceUtil.getUsersCount());

Thanks&Regards,
Vishal R. Panchal
thumbnail
11年前 に Samuel Kong によって更新されました。

RE: How to get all the users list in the portal

Liferay Legend 投稿: 1902 参加年月日: 08/03/10 最新の投稿
Trying something like: UserLocalServiceUtil.getCompanyUsers(companyId, QueryUtil.ALL_POS, QueryUtil.ALL_POS)
11年前 に Nandhini Mohan によって更新されました。

RE: How to get all the users list in the portal

Junior Member 投稿: 31 参加年月日: 12/11/06 最新の投稿
Thank u both! it work
thumbnail
11年前 に Vishal Panchal によって更新されました。

RE: How to get all the users list in the portal

Expert 投稿: 289 参加年月日: 12/05/20 最新の投稿
Wel come.!


Regards,
Vishal R. Panchal