Liferay 7.0-ce-m6

Uses of Interface
com.liferay.portal.kernel.scheduler.SchedulerEntry

Packages that use SchedulerEntry
com.liferay.portal.kernel.messaging   
com.liferay.portal.kernel.portlet This package defines the kernel portlet interfaces and classes. 
com.liferay.portal.kernel.scheduler   
com.liferay.portal.kernel.scheduler.config   
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
 

Uses of SchedulerEntry in com.liferay.portal.kernel.messaging
 

Classes in com.liferay.portal.kernel.messaging that implement SchedulerEntry
 class BaseSchedulerEntryMessageListener
           
 

Fields in com.liferay.portal.kernel.messaging declared as SchedulerEntry
protected  SchedulerEntry BaseSchedulerEntryMessageListener.schedulerEntry
           
 

Uses of SchedulerEntry in com.liferay.portal.kernel.portlet
 

Methods in com.liferay.portal.kernel.portlet that return types with arguments of type SchedulerEntry
 List<SchedulerEntry> PortletBag.getSchedulerEntryInstances()
           
 

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
static void SchedulerEngineHelperUtil.delete(SchedulerEntry schedulerEntry, StorageType storageType)
           
 void SchedulerEngineHelper.delete(SchedulerEntry schedulerEntry, StorageType storageType)
           
static void SchedulerEngineHelperUtil.schedule(SchedulerEntry schedulerEntry, StorageType storageType, String portletId, int exceptionsMaxSize)
           
 void SchedulerEngineHelper.schedule(SchedulerEntry schedulerEntry, StorageType storageType, String portletId, int exceptionsMaxSize)
           
static void SchedulerEngineHelperUtil.unschedule(SchedulerEntry schedulerEntry, StorageType storageType)
           
 void SchedulerEngineHelper.unschedule(SchedulerEntry schedulerEntry, StorageType storageType)
           
 

Uses of SchedulerEntry in com.liferay.portal.kernel.scheduler.config
 

Fields in com.liferay.portal.kernel.scheduler.config with type parameters of type SchedulerEntry
protected  List<SchedulerEntry> AbstractSchedulingConfigurator.schedulerEntries
           
 

Method parameters in com.liferay.portal.kernel.scheduler.config with type arguments of type SchedulerEntry
 void AbstractSchedulingConfigurator.setSchedulerEntries(List<SchedulerEntry> schedulerEntries)
           
 

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.
 


Liferay 7.0-ce-m6