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

/layout/update-parent-layout-id

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

Updates the parent layout ID of the layout matching the primary key. If a layout matching the parent primary key is found, the layout ID of that layout is assigned, otherwise {@link com.liferay.portal.model.LayoutConstants#DEFAULT_PARENT_LAYOUT_ID} is assigned.

Parâmetros

p_auth String

authentication token used to validate the request

plid long

the primary key of the layout

parentPlid long

the primary key of the parent layout

Tipo de retorno

com.liferay.portal.model.Layout

the layout matching the primary key

Exceção

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

Executar

String long long