DLApp
No hay servicios que concuerden con ese texto.

/layout/update-parent-layout-id

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

Updates the parent layout ID 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

parentLayoutId long

the primary key to be assigned to the parent layout

Tipo de retorno

com.liferay.portal.model.Layout

the matching layout

Excepción

com.liferay.portal.kernel.exception.PortalException
if a valid parent layout ID to use could not be found, if a matching layout could not be found, or if the user did not have permission to update the layout
com.liferay.portal.kernel.exception.SystemException
if a system exception occurred

Ejecutar

String long
boolean
long long