DLApp
Il n'y a aucun service assortissant cette expression.

/layout/update-layout

Méthode de HTTP
POST
com.liferay.portal.service.LayoutServiceUtil#updateLayout

Updates the layout replacing its type settings.

Paramètres

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

typeSettings java.lang.String

the settings to load the unicode properties object. See {@link com.liferay.portal.kernel.util.UnicodeProperties #fastLoad(String)}.

Type de retour

com.liferay.portal.model.Layout

the updated layout

Exception

com.liferay.portal.kernel.exception.PortalException
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

Exécuter

String long
boolean
long java.lang.String