AnnouncementsDelivery
DLApp
FlagsEntry
LayoutRevision
PollsVote
SocialRequest
Não há nenhum serviço combinando essa frase.

/group/update-group

Método do HTTP
POST
com.liferay.portal.service.impl.GroupServiceImpl

Provides the remote service for accessing, adding, deleting, and updating groups. Its methods include permission checks. Groups are mostly used in Liferay as a resource container for permissioning and content scoping purposes.

updateGroup

Parâmetros

p_auth String

authentication token used to validate the request

groupId long
parentGroupId long
name java.lang.String
description java.lang.String
type int
manualMembership boolean
membershipRestriction int
friendlyURL java.lang.String
active boolean
serviceContext com.liferay.portal.service.ServiceContext

Tipo de retorno

com.liferay.portal.model.Group

Exceção

com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

Executar

String
long
long
java.lang.String
java.lang.String
int
boolean
int
java.lang.String
boolean