Liferay 6.2-ce-ga5

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

Packages that use BackgroundTaskService
com.liferay.portal.service This package defines the portal service interfaces and classes. 
 

Uses of BackgroundTaskService in com.liferay.portal.service
 

Classes in com.liferay.portal.service that implement BackgroundTaskService
 class BackgroundTaskServiceWrapper
          Provides a wrapper for BackgroundTaskService.
 

Methods in com.liferay.portal.service that return BackgroundTaskService
static BackgroundTaskService BackgroundTaskServiceUtil.getService()
           
 BackgroundTaskService BackgroundTaskServiceWrapper.getWrappedBackgroundTaskService()
          Deprecated. As of 6.1.0, replaced by BackgroundTaskServiceWrapper.getWrappedService()
 BackgroundTaskService BackgroundTaskServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portal.service with parameters of type BackgroundTaskService
 void BackgroundTaskServiceUtil.setService(BackgroundTaskService service)
          Deprecated. As of 6.2.0
 void BackgroundTaskServiceWrapper.setWrappedBackgroundTaskService(BackgroundTaskService backgroundTaskService)
          Deprecated. As of 6.1.0, replaced by BackgroundTaskServiceWrapper.setWrappedService(com.liferay.portal.service.BackgroundTaskService)
 void BackgroundTaskServiceWrapper.setWrappedService(BackgroundTaskService backgroundTaskService)
           
 

Constructors in com.liferay.portal.service with parameters of type BackgroundTaskService
BackgroundTaskServiceWrapper(BackgroundTaskService backgroundTaskService)
           
 


Liferay 6.2-ce-ga5