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

/layout/update-name

Método do HTTP
POST
com.liferay.portal.service.LayoutServiceUtil#updateName

Updates the name of the layout matching the group, layout ID, and privacy.

Parâmetros

p_auth String

authentication token used to validate the request

groupId long

the primary key of the group

privateLayout boolean

whether the layout is private to the group

layoutId long

the primary key of the layout

name java.lang.String

the layout's new name

languageId java.lang.String

the primary key of the language. For more information see {@link java.util.Locale}.

Tipo de retorno

com.liferay.portal.model.Layout

the updated layout

Exceção

com.liferay.portal.kernel.exception.PortalException
if a matching layout could not be found, if the user did not have permission to update the layout, or if the new name was null
com.liferay.portal.kernel.exception.SystemException
if a system exception occurred

Executar

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