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

/layout/export-layouts-as-file

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

Exports all layouts that match the primary keys and criteria as a file.

Parâmetros

groupId long

the primary key of the group

privateLayout boolean

whether the layout is private to the group

layoutIds long[]

the primary keys of the layouts to be exported (optionally null)

parameterMap java.util.Map

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

startDate java.util.Date

the export's start date

endDate java.util.Date

the export's end date

Tipo do retorno

java.io.File

the layouts as a File

Exceção

com.liferay.portal.kernel.exception.PortalException
if a group or any layout with the primary key could not be found, it 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

Execute

long
boolean
long[] java.util.Map java.util.Date java.util.Date