DLApp
Non ci sono servizi che abbinano quella frase.

/layout/set-layouts

Metodo HTTP
POST
com.liferay.portal.service.LayoutServiceUtil#setLayouts

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

Parametri

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

Tipo di ritorno

void

Eccezione

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

Esegui

String long
boolean
long long[]