DLApp
Não há nenhum serviço que combina essa frase.

/group/get-user-places

Método do 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.

Parâmetros

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 do retorno

java.util.List

the user's group "places"

Exceção

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

Execute

class java.lang.String[] int