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

/layout/export-portlet-info

Метод HTTP
POST
com.liferay.portal.service.LayoutServiceUtil#exportPortletInfo

Exports the portlet information (categories, permissions, ... etc.) as a byte array.

Parameters

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

Return Type

[B

the portlet information as a byte array

Exception

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

Виконати

String long long java.lang.String java.util.Map java.util.Date java.util.Date