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 |
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 |