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

/layoutset/update-layout-set-prototype-link-enabled

Méthode de HTTP
POST
com.liferay.portal.service.LayoutSetServiceUtil#updateLayoutSetPrototypeLinkEnabled

Updates the state of the layout set prototype link.

Important: Setting layoutSetPrototypeLinkEnabled to true and layoutSetPrototypeUuid to null when the layout set prototype's current uuid is null will result in an IllegalStateException.

Paramètres

p_auth String

authentication token used to validate the request

groupId long

the primary key of the group

privateLayout boolean

whether the layout set is private to the group

layoutSetPrototypeLinkEnabled boolean

whether the layout set prototype is link enabled

layoutSetPrototypeUuid java.lang.String

the uuid of the layout set prototype to link with

Type de retour

void

Exception

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

Exécuter

String long
boolean
boolean
java.lang.String