Liferay 6.2-ce-ga5

Uses of Class
com.liferay.portal.model.BackgroundTaskSoap

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

Methods in com.liferay.portal.model that return BackgroundTaskSoap
static BackgroundTaskSoap BackgroundTaskSoap.toSoapModel(BackgroundTask model)
           
static BackgroundTaskSoap[] BackgroundTaskSoap.toSoapModels(BackgroundTask[] models)
           
static BackgroundTaskSoap[][] BackgroundTaskSoap.toSoapModels(BackgroundTask[][] models)
           
static BackgroundTaskSoap[] BackgroundTaskSoap.toSoapModels(List<BackgroundTask> models)
           
 

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

Methods in com.liferay.portal.model.impl with parameters of type BackgroundTaskSoap
static BackgroundTask BackgroundTaskModelImpl.toModel(BackgroundTaskSoap soapModel)
          Converts the soap model instance into a normal model instance.
static List<BackgroundTask> BackgroundTaskModelImpl.toModels(BackgroundTaskSoap[] soapModels)
          Converts the soap model instances into normal model instances.
 


Liferay 6.2-ce-ga5