Assigning and Unassigning user to the userGroup


Assinging users to the userGroups.


      UserLocalServiceUtil.addUserGroupUsers(userGroupId, addUserIds);

Removing users from the UserGroups.

      UserLocalServiceUtil.unsetUserGroupUsers(userGroupId, removeUserIds);

Comments

Popular posts from this blog

Theme display in javascript

How to know which liferay version we are using

Viewing the SQL Query in liferay : debugging the SQL Query in Hibernate