Liferay 6.1.10-ee-ga1

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

Packages that use UserTrackerSoap
com.liferay.portal.model This package defines the portal model interfaces and classes, including SOAP and wrapper classes. 
 

Uses of UserTrackerSoap in com.liferay.portal.model
 

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


Liferay 6.1.10-ee-ga1