|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SchedulerEntry | |
|---|---|
| com.liferay.portal.kernel.scheduler | |
| com.liferay.portal.kernel.scheduler.config | |
| com.liferay.portal.kernel.scheduler.messaging | |
| com.liferay.portal.model | This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. |
| com.liferay.portal.model.impl | This package defines the portal model implementation base classes. |
| Uses of SchedulerEntry in com.liferay.portal.kernel.scheduler |
|---|
| Classes in com.liferay.portal.kernel.scheduler that implement SchedulerEntry | |
|---|---|
class |
SchedulerEntryImpl
|
| Methods in com.liferay.portal.kernel.scheduler with parameters of type SchedulerEntry | |
|---|---|
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)
|
| Uses of SchedulerEntry in com.liferay.portal.kernel.scheduler.config |
|---|
| Method parameters in com.liferay.portal.kernel.scheduler.config with type arguments of type SchedulerEntry | |
|---|---|
void |
PluginSchedulingConfigurator.setSchedulerEntries(List<SchedulerEntry> schedulerEntries)
|
| Uses of SchedulerEntry in com.liferay.portal.kernel.scheduler.messaging |
|---|
| Methods in com.liferay.portal.kernel.scheduler.messaging that return SchedulerEntry | |
|---|---|
SchedulerEntry |
SchedulerEventMessageListener.getSchedulerEntry()
|
SchedulerEntry |
SchedulerEventMessageListenerWrapper.getSchedulerEntry()
|
| Methods in com.liferay.portal.kernel.scheduler.messaging with parameters of type SchedulerEntry | |
|---|---|
void |
SchedulerEventMessageListenerWrapper.setSchedulerEntry(SchedulerEntry schedulerEntry)
|
| Uses of SchedulerEntry in com.liferay.portal.model |
|---|
| Methods in com.liferay.portal.model that return types with arguments of type SchedulerEntry | |
|---|---|
List<SchedulerEntry> |
PortletWrapper.getSchedulerEntries()
Returns the scheduler entries of the portlet. |
List<SchedulerEntry> |
Portlet.getSchedulerEntries()
Returns the scheduler entries of the portlet. |
| Methods in com.liferay.portal.model with parameters of type SchedulerEntry | |
|---|---|
void |
PortletWrapper.addSchedulerEntry(SchedulerEntry schedulerEntry)
Adds a scheduler entry. |
void |
Portlet.addSchedulerEntry(SchedulerEntry schedulerEntry)
Adds a scheduler entry. |
| Method parameters in com.liferay.portal.model with type arguments of type SchedulerEntry | |
|---|---|
void |
PortletWrapper.setSchedulerEntries(List<SchedulerEntry> schedulerEntries)
Sets the scheduler entries of the portlet. |
void |
Portlet.setSchedulerEntries(List<SchedulerEntry> schedulerEntries)
Sets the scheduler entries of the portlet. |
| Uses of SchedulerEntry in com.liferay.portal.model.impl |
|---|
| Methods in com.liferay.portal.model.impl that return types with arguments of type SchedulerEntry | |
|---|---|
List<SchedulerEntry> |
PortletImpl.getSchedulerEntries()
Returns the scheduler entries of the portlet. |
| Methods in com.liferay.portal.model.impl with parameters of type SchedulerEntry | |
|---|---|
void |
PortletImpl.addSchedulerEntry(SchedulerEntry schedulerEntry)
Adds a scheduler entry. |
| Method parameters in com.liferay.portal.model.impl with type arguments of type SchedulerEntry | |
|---|---|
void |
PortletImpl.setSchedulerEntries(List<SchedulerEntry> schedulerEntries)
Sets the scheduler entries of the portlet. |
| Constructor parameters in com.liferay.portal.model.impl with type arguments of type SchedulerEntry | |
|---|---|
PortletImpl(String portletId,
Portlet rootPortlet,
PluginPackage pluginPackage,
PluginSetting pluginSetting,
long companyId,
String icon,
String virtualPath,
String strutsPath,
String parentStrutsPath,
String portletName,
String displayName,
String portletClass,
String configurationActionClass,
List<String> indexerClasses,
String openSearchClass,
List<SchedulerEntry> schedulerEntries,
String portletURLClass,
String friendlyURLMapperClass,
String friendlyURLMapping,
String friendlyURLRoutes,
String urlEncoderClass,
String portletDataHandlerClass,
List<String> stagedModelDataHandlerClasses,
String templateHandlerClass,
String portletLayoutListenerClass,
String pollerProcessorClass,
String popMessageListenerClass,
List<String> socialActivityInterpreterClasses,
String socialRequestInterpreterClass,
String userNotificationDefinitions,
List<String> userNotificationHandlerClasses,
String webDAVStorageToken,
String webDAVStorageClass,
String xmlRpcMethodClass,
String controlPanelEntryCategory,
double controlPanelEntryWeight,
String controlPanelClass,
List<String> assetRendererFactoryClasses,
List<String> atomCollectionAdapterClasses,
List<String> customAttributesDisplayClasses,
String permissionPropagatorClass,
List<String> trashHandlerClasses,
List<String> workflowHandlerClasses,
String defaultPreferences,
String preferencesValidator,
boolean preferencesCompanyWide,
boolean preferencesUniquePerLayout,
boolean preferencesOwnedByGroup,
boolean useDefaultTemplate,
boolean showPortletAccessDenied,
boolean showPortletInactive,
boolean actionURLRedirect,
boolean restoreCurrentView,
boolean maximizeEdit,
boolean maximizeHelp,
boolean popUpPrint,
boolean layoutCacheable,
boolean instanceable,
boolean remoteable,
boolean scopeable,
boolean singlePageApplication,
String userPrincipalStrategy,
boolean privateRequestAttributes,
boolean privateSessionAttributes,
Set<String> autopropagatedParameters,
boolean requiresNamespacedParameters,
int actionTimeout,
int renderTimeout,
int renderWeight,
boolean ajaxable,
List<String> headerPortalCss,
List<String> headerPortletCss,
List<String> headerPortalJavaScript,
List<String> headerPortletJavaScript,
List<String> footerPortalCss,
List<String> footerPortletCss,
List<String> footerPortalJavaScript,
List<String> footerPortletJavaScript,
String cssClassWrapper,
String facebookIntegration,
boolean addDefaultResource,
String roles,
Set<String> unlinkedRoles,
Map<String,String> roleMappers,
boolean system,
boolean active,
boolean include,
Map<String,String> initParams,
Integer expCache,
Map<String,Set<String>> portletModes,
Map<String,Set<String>> windowStates,
Set<String> supportedLocales,
String resourceBundle,
PortletInfo portletInfo,
Map<String,PortletFilter> portletFilters,
Set<QName> processingEvents,
Set<QName> publishingEvents,
Set<PublicRenderParameter> publicRenderParameters,
PortletApp portletApp)
Constructs a portlet with the specified parameters. |
|
|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||