DLApp
Il n'y a aucun service assortissant cette expression.

/group/get-user-places

Méthode de HTTP
GET
com.liferay.portal.service.GroupServiceUtil#getUserPlaces

Returns the guest or current user's group "places" associated with the group entity class names, including the control panel group if the user is permitted to view the control panel.

  • Class name "User" includes the user's layout set group.
  • Class name "Organization" includes the user's immediate organization groups and inherited organization groups.
  • Class name "Group" includes the user's immediate organization groups and site groups.
  • A classNames value of null includes the user's layout set group, organization groups, inherited organization groups, and site groups.

Paramètres

p_auth String

authentication token used to validate the request

classNames class java.lang.String[]

the group entity class names (optionally null). For more information see {@link #getUserPlaces(String[], int)}

max int

the maximum number of groups to return

Type de retour

java.util.List

the user's group "places"

Exception

com.liferay.portal.kernel.exception.PortalException
if a portal exception occurred
com.liferay.portal.kernel.exception.SystemException
if a system exception occurred

Exécuter

String class java.lang.String[] int