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

/layout/schedule-publish-to-live

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

Schedules a range of layouts to be published.

Parâmetros

p_auth String

authentication token used to validate the request

sourceGroupId long

the primary key of the source group

targetGroupId long

the primary key of the target 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}

scope java.lang.String

the scope of the pages. It can be all-pages or selected-pages.

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

Tipo do retorno

void

Exceção

com.liferay.portal.kernel.exception.PortalException
if the group did not have permission to manage and publish
com.liferay.portal.kernel.exception.SystemException
if a system exception occurred

Execute

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