Liferay 6.2-ce-ga5

Uses of Interface
com.liferay.portal.model.BackgroundTaskModel

Packages that use BackgroundTaskModel
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 BackgroundTaskModel in com.liferay.portal.model
 

Subinterfaces of BackgroundTaskModel in com.liferay.portal.model
 interface BackgroundTask
          The extended model interface for the BackgroundTask service.
 

Classes in com.liferay.portal.model that implement BackgroundTaskModel
 class BackgroundTaskWrapper
           This class is a wrapper for BackgroundTask.
 

Uses of BackgroundTaskModel in com.liferay.portal.model.impl
 

Classes in com.liferay.portal.model.impl that implement BackgroundTaskModel
 class BackgroundTaskBaseImpl
          The extended model base implementation for the BackgroundTask service.
 class BackgroundTaskImpl
           
 class BackgroundTaskModelImpl
          The base model implementation for the BackgroundTask service.
 


Liferay 6.2-ce-ga5