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

/layout/import-layouts

Método do HTTP
POST
com.liferay.portal.service.LayoutServiceUtil#importLayouts

Imports the layouts from the file.

Parâmetros

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}.

file java.io.File

the LAR file with the data

Tipo do retorno

void

Exceção

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 and publish, or if some other portal exception occurred
com.liferay.portal.kernel.exception.SystemException
if a system exception occurred

Execute

long
boolean
java.util.Map java.io.File