Liferay 6.0-ee-sp2

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

Packages that use UserTrackerPathSoap
com.liferay.portal.model   
 

Uses of UserTrackerPathSoap in com.liferay.portal.model
 

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


Liferay 6.0-ee-sp2