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

/layout/get-layout-references

Método do HTTP
GET
com.liferay.portal.service.LayoutServiceUtil#getLayoutReferences

Returns the layout references for all the layouts that belong to the company and belong to the portlet that matches the preferences.

Parâmetros

p_auth String

authentication token used to validate the request

companyId long

the primary key of the company

portletId java.lang.String

the primary key of the portlet

preferencesKey java.lang.String

the portlet's preference key

preferencesValue java.lang.String

the portlet's preference value

Tipo do retorno

[Lcom.liferay.portal.model.LayoutReference;

the layout references of the matching layouts

Exceção

com.liferay.portal.kernel.exception.SystemException
if a system exception occurred

Execute

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