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 TypeMethodDescriptionvoidPortlet.addSchedulerEntry(SchedulerEntry schedulerEntry) Adds a scheduler entry.voidPortletWrapper.addSchedulerEntry(SchedulerEntry schedulerEntry) Adds a scheduler entry.Method parameters in com.liferay.portal.kernel.model with type arguments of type SchedulerEntryModifier and TypeMethodDescriptionvoidPortlet.setSchedulerEntries(List<SchedulerEntry> schedulerEntries) Sets the scheduler entries of the portlet.voidPortletWrapper.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