Package | Description |
---|---|
com.liferay.portal.kernel.model |
This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types.
|
com.liferay.portal.kernel.scheduler | |
com.liferay.portal.kernel.scheduler.config | |
com.liferay.portal.kernel.scheduler.messaging |
Modifier and Type | Method and Description |
---|---|
List<SchedulerEntry> |
Portlet.getSchedulerEntries()
Returns the scheduler entries of the portlet.
|
List<SchedulerEntry> |
PortletWrapper.getSchedulerEntries()
Returns the scheduler entries of the portlet.
|
Modifier and Type | Method and Description |
---|---|
void |
Portlet.addSchedulerEntry(SchedulerEntry schedulerEntry)
Adds a scheduler entry.
|
void |
PortletWrapper.addSchedulerEntry(SchedulerEntry schedulerEntry)
Adds a scheduler entry.
|
Modifier and Type | Method and Description |
---|---|
void |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
SchedulerEntryImpl |
Modifier and Type | Method and Description |
---|---|
void |
SchedulerEngineHelper.delete(SchedulerEntry schedulerEntry,
StorageType storageType) |
static void |
SchedulerEngineHelperUtil.delete(SchedulerEntry schedulerEntry,
StorageType storageType) |
void |
SchedulerEngineHelper.register(MessageListener messageListener,
SchedulerEntry schedulerEntry,
String destinationName) |
static void |
SchedulerEngineHelperUtil.register(MessageListener messageListener,
SchedulerEntry schedulerEntry,
String destinationName) |
void |
SchedulerEngineHelper.unschedule(SchedulerEntry schedulerEntry,
StorageType storageType) |
static void |
SchedulerEngineHelperUtil.unschedule(SchedulerEntry schedulerEntry,
StorageType storageType) |
Modifier and Type | Method and Description |
---|---|
void |
PluginSchedulingConfigurator.setSchedulerEntries(List<SchedulerEntry> schedulerEntries) |
Modifier and Type | Method and Description |
---|---|
SchedulerEntry |
SchedulerEventMessageListenerWrapper.getSchedulerEntry() |
SchedulerEntry |
SchedulerEventMessageListener.getSchedulerEntry() |
Modifier and Type | Method and Description |
---|---|
void |
SchedulerEventMessageListenerWrapper.setSchedulerEntry(SchedulerEntry schedulerEntry) |