Liferay 6.0-ee

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

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

Uses of UserTrackerModel in com.liferay.portal.model
 

Subinterfaces of UserTrackerModel in com.liferay.portal.model
 interface UserTracker
          The model interface for the UserTracker service.
 

Classes in com.liferay.portal.model that implement UserTrackerModel
 class UserTrackerWrapper
           This class is a wrapper for UserTracker.
 

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

Classes in com.liferay.portal.model.impl that implement UserTrackerModel
 class UserTrackerImpl
           
 class UserTrackerModelImpl
          The base model implementation for the UserTracker service.
 


Liferay 6.0-ee