Liferay 7.0-ce-m3

Uses of Interface
com.liferay.portal.service.persistence.BackgroundTaskPersistence

Packages that use BackgroundTaskPersistence
com.liferay.portal.service.base This package defines the portal service local and remote base classes. 
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
com.liferay.portal.service.persistence.impl This package defines the portal service persistence implementation base classes. 
 

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

Fields in com.liferay.portal.service.base declared as BackgroundTaskPersistence
protected  BackgroundTaskPersistence LayoutLocalServiceBaseImpl.backgroundTaskPersistence
           
protected  BackgroundTaskPersistence GroupLocalServiceBaseImpl.backgroundTaskPersistence
           
protected  BackgroundTaskPersistence BackgroundTaskServiceBaseImpl.backgroundTaskPersistence
           
protected  BackgroundTaskPersistence BackgroundTaskLocalServiceBaseImpl.backgroundTaskPersistence
           
protected  BackgroundTaskPersistence GroupServiceBaseImpl.backgroundTaskPersistence
           
protected  BackgroundTaskPersistence LayoutServiceBaseImpl.backgroundTaskPersistence
           
 

Methods in com.liferay.portal.service.base that return BackgroundTaskPersistence
 BackgroundTaskPersistence LayoutLocalServiceBaseImpl.getBackgroundTaskPersistence()
          Returns the background task persistence.
 BackgroundTaskPersistence GroupLocalServiceBaseImpl.getBackgroundTaskPersistence()
          Returns the background task persistence.
 BackgroundTaskPersistence BackgroundTaskServiceBaseImpl.getBackgroundTaskPersistence()
          Returns the background task persistence.
 BackgroundTaskPersistence BackgroundTaskLocalServiceBaseImpl.getBackgroundTaskPersistence()
          Returns the background task persistence.
 BackgroundTaskPersistence GroupServiceBaseImpl.getBackgroundTaskPersistence()
          Returns the background task persistence.
 BackgroundTaskPersistence LayoutServiceBaseImpl.getBackgroundTaskPersistence()
          Returns the background task persistence.
 

Methods in com.liferay.portal.service.base with parameters of type BackgroundTaskPersistence
 void LayoutLocalServiceBaseImpl.setBackgroundTaskPersistence(BackgroundTaskPersistence backgroundTaskPersistence)
          Sets the background task persistence.
 void GroupLocalServiceBaseImpl.setBackgroundTaskPersistence(BackgroundTaskPersistence backgroundTaskPersistence)
          Sets the background task persistence.
 void BackgroundTaskServiceBaseImpl.setBackgroundTaskPersistence(BackgroundTaskPersistence backgroundTaskPersistence)
          Sets the background task persistence.
 void BackgroundTaskLocalServiceBaseImpl.setBackgroundTaskPersistence(BackgroundTaskPersistence backgroundTaskPersistence)
          Sets the background task persistence.
 void GroupServiceBaseImpl.setBackgroundTaskPersistence(BackgroundTaskPersistence backgroundTaskPersistence)
          Sets the background task persistence.
 void LayoutServiceBaseImpl.setBackgroundTaskPersistence(BackgroundTaskPersistence backgroundTaskPersistence)
          Sets the background task persistence.
 

Uses of BackgroundTaskPersistence in com.liferay.portal.service.persistence
 

Methods in com.liferay.portal.service.persistence that return BackgroundTaskPersistence
static BackgroundTaskPersistence BackgroundTaskUtil.getPersistence()
           
 

Methods in com.liferay.portal.service.persistence with parameters of type BackgroundTaskPersistence
 void BackgroundTaskUtil.setPersistence(BackgroundTaskPersistence persistence)
          Deprecated. As of 6.2.0
 

Uses of BackgroundTaskPersistence in com.liferay.portal.service.persistence.impl
 

Classes in com.liferay.portal.service.persistence.impl that implement BackgroundTaskPersistence
 class BackgroundTaskPersistenceImpl
          The persistence implementation for the background task service.
 


Liferay 7.0-ce-m3