DLApp
Non ci sono servizi che abbinano quella frase.

/group/search-count

Metodo HTTP
POST
com.liferay.portal.service.GroupServiceUtil#searchCount

Returns the number of groups and organization groups that match the name and description, optionally including the user's inherited organizations and user groups. System and staged groups are not included.

Parametri

p_auth String

authentication token used to validate the request

companyId long

the primary key of the company

name java.lang.String

the group's name (optionally null)

description java.lang.String

the group's description (optionally null)

params class java.lang.String[]

the finder params (optionally null). To include the user's inherited organizations and user groups in the search, add entries having "usersGroups" and "inherit" as keys mapped to the the user's ID. For more information see {@link com.liferay.portal.service.persistence.GroupFinder}

Tipo di ritorno

int

the number of matching groups

Eccezione

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

Esegui

String long java.lang.String java.lang.String class java.lang.String[]