AnnouncementsDelivery
DLApp
FlagsEntry
LayoutRevision
PollsVote
There are no services matching that phrase.

/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

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

Tipo de 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

Executar

String long long
boolean
java.lang.String