Java com.liferay.portal.kernel.service GroupServiceUtil fields, constructors, methods, implement or subclass

Example usage for Java com.liferay.portal.kernel.service GroupServiceUtil fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.liferay.portal.kernel.service GroupServiceUtil.

The text is from its open source code.

Method

voiddeleteGroup(long groupId)
Deletes the group.
com.liferay.portal.kernel.model.GroupgetGroup(long groupId)
Returns the group with the primary key.
java.util.ListgetUserSitesGroups(long userId, String[] classNames, int max)
Returns the user's groups "sites" associated with the group entity class names, including the Control Panel group if the user is permitted to view the Control Panel.
com.liferay.portal.kernel.model.GroupupdateGroup(long groupId, String typeSettings)
Updates the group's type settings.