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

/layout/schedule-publish-to-remote

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

Schedules a range of layouts to be stored.

Paramètres

p_auth String

authentication token used to validate the request

sourceGroupId long

the primary key of the source group

privateLayout boolean

whether the layout is private to the group

layoutIdMap java.util.Map

the layouts considered for publishing, specified by the layout IDs and booleans indicating whether they have children

parameterMap java.util.Map

the mapping of parameters indicating which information will be used. See {@link com.liferay.portal.kernel.lar.PortletDataHandlerKeys}

remoteAddress java.lang.String

the remote address

remotePort int

the remote port

remotePathContext java.lang.String
secureConnection boolean

whether the connection is secure

remoteGroupId long

the primary key of the remote group

remotePrivateLayout boolean

whether remote group's layout is private

startDate java.util.Date

the start date

endDate java.util.Date

the end date

groupName java.lang.String

the group name. Optionally {@link com.liferay.portal.kernel.messaging.DestinationNames#LAYOUTS_LOCAL_PUBLISHER}). See {@link com.liferay.portal.kernel.messaging.DestinationNames}.

cronText java.lang.String

the cron text. See {@link com.liferay.portal.kernel.cal.RecurrenceSerializer #toCronText}

schedulerStartDate java.util.Date

the scheduler start date

schedulerEndDate java.util.Date

the scheduler end date

description java.lang.String

the scheduler description

Type de retour

void

Exception

com.liferay.portal.kernel.exception.PortalException
if a group with the source group primary key was not found or if the group did not have permission to publish
com.liferay.portal.kernel.exception.SystemException
if a system exception occurred

Exécuter

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