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

/layout/set-layouts

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

Sets the layouts for the group, replacing and prioritizing all layouts of the parent layout.

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

parentLayoutId long

the primary key of the parent layout

layoutIds long[]

the primary keys of the layouts

serviceContext com.liferay.portal.service.ServiceContext

the service context

Type de retour

void

Exception

com.liferay.portal.kernel.exception.PortalException
if a group or layout with the primary key could not be found, if the group did not have permission to manage the layouts, if no layouts were specified, if the first layout was not page-able, if the first layout was hidden, or if some other portal exception occurred
com.liferay.portal.kernel.exception.SystemException
if a system exception occurred

Exécuter

String long
boolean
long long[]