DLApp
There are no services matching that phrase.

/layout/set-layouts

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

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

Parameters

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

Return Type

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

Execute

String long
boolean
long long[]