Liferay 6.0-ee

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

Packages that use UserTrackerPathModel
com.liferay.portal.model   
com.liferay.portal.model.impl   
 

Uses of UserTrackerPathModel in com.liferay.portal.model
 

Subinterfaces of UserTrackerPathModel in com.liferay.portal.model
 interface UserTrackerPath
          The model interface for the UserTrackerPath service.
 

Classes in com.liferay.portal.model that implement UserTrackerPathModel
 class UserTrackerPathWrapper
           This class is a wrapper for UserTrackerPath.
 

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

Classes in com.liferay.portal.model.impl that implement UserTrackerPathModel
 class UserTrackerPathImpl
           
 class UserTrackerPathModelImpl
          The base model implementation for the UserTrackerPath service.
 


Liferay 6.0-ee