Fórum

Find the user by firstname,lastname and ScreenName in liferay

Sikendar Kumar, modificado 7 Anos atrás.

Find the user by firstname,lastname and ScreenName in liferay

New Member Postagens: 22 Data de Entrada: 02/09/15 Postagens Recentes
I need to open a popup with textbox and search button when we click on Serch button it will find the user by firstName,lastName and screenName .once result will found that will display in the same popup in table.Now when we click on table row then that selected row will be display in the other table in parent page with Remove button to each row,when we click on that remove button that record should be elte from that table.


Can any one help me out how will do this in Liferay.
Sikendar Kumar, modificado 7 Anos atrás.

RE: Find the user by firstname,lastname and ScreenName in liferay

New Member Postagens: 22 Data de Entrada: 02/09/15 Postagens Recentes
any one can please help on this query...
thumbnail
Marco Endres, modificado 7 Anos atrás.

RE: Find the user by firstname,lastname and ScreenName in liferay

Regular Member Postagens: 112 Data de Entrada: 22/08/12 Postagens Recentes
Hey Kumar

You can get the User via Screenname by UserLocalServiceUtil.getUserByScreenName()

Marco Endres