Uses of Interface
com.liferay.portal.kernel.scheduler.SchedulerEntry
Packages that use SchedulerEntry
Package
Description
This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types.
-
Uses of SchedulerEntry in com.liferay.portal.kernel.model
Methods in com.liferay.portal.kernel.model that return types with arguments of type SchedulerEntryModifier and TypeMethodDescriptionPortlet.getSchedulerEntries()
Returns the scheduler entries of the portlet.PortletWrapper.getSchedulerEntries()
Returns the scheduler entries of the portlet.Methods in com.liferay.portal.kernel.model with parameters of type SchedulerEntryModifier and TypeMethodDescriptionvoid
Portlet.addSchedulerEntry
(SchedulerEntry schedulerEntry) Adds a scheduler entry.void
PortletWrapper.addSchedulerEntry
(SchedulerEntry schedulerEntry) Adds a scheduler entry.Method parameters in com.liferay.portal.kernel.model with type arguments of type SchedulerEntryModifier and TypeMethodDescriptionvoid
Portlet.setSchedulerEntries
(List<SchedulerEntry> schedulerEntries) Sets the scheduler entries of the portlet.void
PortletWrapper.setSchedulerEntries
(List<SchedulerEntry> schedulerEntries) Sets the scheduler entries of the portlet. -
Uses of SchedulerEntry in com.liferay.portal.kernel.scheduler
Classes in com.liferay.portal.kernel.scheduler that implement SchedulerEntry