DLApp
Il n'y a aucun service assortissant cette expression.

/layout/get-default-plid

Méthode de HTTP
GET
com.liferay.portal.service.LayoutServiceUtil#getDefaultPlid

Returns the primary key of the default layout for the group.

Paramètres

p_auth String

authentication token used to validate the request

groupId long

the primary key of the group

scopeGroupId long

the primary key of the scope group. See {@link ServiceContext#getScopeGroupId()}.

privateLayout boolean

whether the layout is private to the group

portletId java.lang.String

the primary key of the portlet

Type de retour

long

Returns the primary key of the default layout group; {@link com.liferay.portal.model.LayoutConstants#DEFAULT_PLID} otherwise

Exception

com.liferay.portal.kernel.exception.PortalException
if a group, layout, or portlet with the primary key could not be found
com.liferay.portal.kernel.exception.SystemException
if a system exception occurred

Exécuter

String long long
boolean
java.lang.String