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

/layout/get-default-plid

Метод HTTP
GET
com.liferay.portal.service.LayoutServiceUtil#getDefaultPlid

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

Parameters

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

Return Type

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

Виконати

String long long
boolean
java.lang.String