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

/layout/import-layouts

Méthode de HTTP
POST
com.liferay.portal.service.LayoutServiceUtil#importLayouts

Imports the layouts from the byte array.

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 is private to the group

parameterMap java.util.Map

the mapping of parameters indicating which information will be imported. For information on the keys used in the map see {@link com.liferay.portal.kernel.lar.PortletDataHandlerKeys}.

bytes byte[]

the byte array with the data

Type de retour

void

Exception

com.liferay.portal.kernel.exception.PortalException
if a group with the primary key could not be found, if the group did not have permission to manage the layouts, or if some other portal exception occurred
com.liferay.portal.kernel.exception.SystemException
if a system exception occurred

Exécuter

String long
boolean
java.util.Map byte[]