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

/group/get-user-organizations-groups

Méthode de 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.

Paramètres

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)

Type de retour

java.util.List

the range of groups associated with the user's organizations

Exception

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

Exécuter

String long int int