Message Boards

Find the user by firstname,lastname and ScreenName in liferay

Sikendar Kumar, modified 7 Years ago.

Find the user by firstname,lastname and ScreenName in liferay

New Member Posts: 22 Join Date: 9/2/15 Recent Posts
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, modified 7 Years ago.

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

New Member Posts: 22 Join Date: 9/2/15 Recent Posts
any one can please help on this query...
thumbnail
Marco Endres, modified 7 Years ago.

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

Regular Member Posts: 112 Join Date: 8/22/12 Recent Posts
Hey Kumar

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

Marco Endres