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

/layout/import-portlet-info

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

Imports the portlet information (categories, permissions, ... etc.) from the file.

Parâmetros

p_auth String

authentication token used to validate the request

plid long

the primary key of the layout

groupId long

the primary key of the group

portletId java.lang.String

the primary key of the portlet

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 de retorno

void

Exceção

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

Executar

String long long java.lang.String java.util.Map java.io.File