Liferay 7.0-ce-m3

Uses of Interface
com.liferay.portal.service.QuartzLocalService

Packages that use QuartzLocalService
com.liferay.portal.scheduler.quartz   
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portal.service.base This package defines the portal service local and remote base classes. 
com.liferay.portal.service.impl This package defines the portal service local and remote implementations. 
 

Uses of QuartzLocalService in com.liferay.portal.scheduler.quartz
 

Fields in com.liferay.portal.scheduler.quartz declared as QuartzLocalService
protected  QuartzLocalService QuartzSchedulerEngine.quartzLocalService
           
 

Uses of QuartzLocalService in com.liferay.portal.service
 

Classes in com.liferay.portal.service that implement QuartzLocalService
 class QuartzLocalServiceWrapper
          Provides a wrapper for QuartzLocalService.
 

Methods in com.liferay.portal.service that return QuartzLocalService
static QuartzLocalService QuartzLocalServiceUtil.getService()
           
 QuartzLocalService QuartzLocalServiceWrapper.getWrappedQuartzLocalService()
          Deprecated. As of 6.1.0, replaced by QuartzLocalServiceWrapper.getWrappedService()
 QuartzLocalService QuartzLocalServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portal.service with parameters of type QuartzLocalService
 void QuartzLocalServiceUtil.setService(QuartzLocalService service)
          Deprecated. As of 6.2.0
 void QuartzLocalServiceWrapper.setWrappedQuartzLocalService(QuartzLocalService quartzLocalService)
          Deprecated. As of 6.1.0, replaced by QuartzLocalServiceWrapper.setWrappedService(com.liferay.portal.service.QuartzLocalService)
 void QuartzLocalServiceWrapper.setWrappedService(QuartzLocalService quartzLocalService)
           
 

Constructors in com.liferay.portal.service with parameters of type QuartzLocalService
QuartzLocalServiceWrapper(QuartzLocalService quartzLocalService)
           
 

Uses of QuartzLocalService in com.liferay.portal.service.base
 

Classes in com.liferay.portal.service.base that implement QuartzLocalService
 class QuartzLocalServiceBaseImpl
          Provides the base implementation for the quartz local service.
 

Fields in com.liferay.portal.service.base declared as QuartzLocalService
protected  QuartzLocalService QuartzLocalServiceBaseImpl.quartzLocalService
           
 

Methods in com.liferay.portal.service.base that return QuartzLocalService
 QuartzLocalService QuartzLocalServiceBaseImpl.getQuartzLocalService()
          Returns the quartz local service.
 

Methods in com.liferay.portal.service.base with parameters of type QuartzLocalService
 void QuartzLocalServiceBaseImpl.setQuartzLocalService(QuartzLocalService quartzLocalService)
          Sets the quartz local service.
 

Uses of QuartzLocalService in com.liferay.portal.service.impl
 

Classes in com.liferay.portal.service.impl that implement QuartzLocalService
 class QuartzLocalServiceImpl
           
 


Liferay 7.0-ce-m3