DLApp
No hay servicios que concuerden con ese texto.

/layout/get-layout-references

Método 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 de retorno

[Lcom.liferay.portal.model.LayoutReference;

the layout references of the matching layouts

Excepción

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

Ejecutar

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