DLApp
Non ci sono servizi che abbinano quella frase.

/group/get-user-organizations-groups

Metodo HTTP
GET
com.liferay.portal.service.GroupServiceUtil#getUserOrganizationsGroups

Returns the range of all groups associated with the user's organization groups, including the ancestors of the organization groups, unless portal property organizations.membership.strict is set to true.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set.

Parametri

p_auth String

authentication token used to validate the request

userId long

the primary key of the user

start int

the lower bound of the range of groups to consider

end int

the upper bound of the range of groups to consider (not inclusive)

Tipo di ritorno

java.util.List

the range of groups associated with the user's organizations

Eccezione

com.liferay.portal.kernel.exception.PortalException
if a user with the primary key could not be found or if another portal exception occurred
com.liferay.portal.kernel.exception.SystemException
if a system exception occurred

Esegui

String long int int