AnnouncementsDelivery
DLApp
FlagsEntry
LayoutRevision
PollsVote
There are no services matching that phrase.

/group/update-group

Метод HTTP
POST
com.liferay.portal.service.GroupServiceUtil#updateGroup

Updates the group.

Parameters

p_auth String

authentication token used to validate the request

groupId long

the primary key of the group

name java.lang.String

the group's new name

description java.lang.String

the group's new description (optionally null)

type int

the group's new type. For more information see {@link com.liferay.portal.model.GroupConstants}

friendlyURL java.lang.String

the group's new friendlyURL (optionally null)

active boolean

whether the group is active

serviceContext com.liferay.portal.service.ServiceContext

the service context to be applied (optionally null). Can set the asset category IDs and asset tag names for the group.

Return Type

com.liferay.portal.model.Group

the group

Exception

com.liferay.portal.kernel.exception.PortalException
if the user did not have permission to update the group, if a group with the primary key could not be found, if the friendly URL was invalid or could one not be created
com.liferay.portal.kernel.exception.SystemException
if a system exception occurred

Виконати

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