DLApp
Não há nenhum serviço que combina essa frase.

/layout/update-look-and-feel

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

Updates the look and feel of the layout.

Parâmetros

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

themeId java.lang.String

the primary key of the layout's new theme

colorSchemeId java.lang.String

the primary key of the layout's new color scheme

css java.lang.String

the layout's new CSS

wapTheme boolean

whether the theme is for WAP browsers

Tipo do retorno

com.liferay.portal.model.Layout

the updated layout

Exceção

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 and permission to apply the theme
com.liferay.portal.kernel.exception.SystemException
if a system exception occurred

Execute

String long
boolean
long java.lang.String java.lang.String java.lang.String
boolean