DLApp
Non ci sono servizi che abbinano quella frase.

/group/get-user-places

Metodo 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.

Parametri

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

Tipo di ritorno

java.util.List

the user's group "places"

Eccezione

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

Esegui

String class java.lang.String[] int