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

/group/search

Método do HTTP
POST
com.liferay.portal.service.GroupServiceUtil#search

Returns a name ordered range of all the site groups and organization groups that match the name and description, optionally including the user's inherited organization groups and user groups. System and staged groups are not included.

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.

Parâmetros

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}

start int

the lower bound of the range of groups to return

end int

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

Tipo do retorno

java.util.List

the matching groups ordered by name

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

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