Liferay 6.1.2-ce-ga3

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

Packages that use UserTrackerPathSoap
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
 

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.1.2-ce-ga3