DLApp
Non ci sono servizi che abbinano quella frase.

/layout/get-layout-references

Metodo 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.

Parametri

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 di ritorno

[Lcom.liferay.portal.model.LayoutReference;

the layout references of the matching layouts

Eccezione

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

Esegui

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