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

/layout/get-default-plid

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

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

Parâmetros

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

Tipo do retorno

long

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

Exceção

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

Execute

long long
boolean
java.lang.String