Liferay 7.0-ce-b4

Uses of Interface
com.liferay.portal.service.persistence.UserTrackerPersistence

Packages that use UserTrackerPersistence
com.liferay.portal.service.base This package defines the portal service local and remote base classes. 
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
com.liferay.portal.service.persistence.impl This package defines the portal service persistence implementation base classes. 
 

Uses of UserTrackerPersistence in com.liferay.portal.service.base
 

Fields in com.liferay.portal.service.base declared as UserTrackerPersistence
protected  UserTrackerPersistence UserTrackerLocalServiceBaseImpl.userTrackerPersistence
           
 

Methods in com.liferay.portal.service.base that return UserTrackerPersistence
 UserTrackerPersistence UserTrackerLocalServiceBaseImpl.getUserTrackerPersistence()
          Returns the user tracker persistence.
 

Methods in com.liferay.portal.service.base with parameters of type UserTrackerPersistence
 void UserTrackerLocalServiceBaseImpl.setUserTrackerPersistence(UserTrackerPersistence userTrackerPersistence)
          Sets the user tracker persistence.
 

Uses of UserTrackerPersistence in com.liferay.portal.service.persistence
 

Methods in com.liferay.portal.service.persistence that return UserTrackerPersistence
static UserTrackerPersistence UserTrackerUtil.getPersistence()
           
 

Uses of UserTrackerPersistence in com.liferay.portal.service.persistence.impl
 

Classes in com.liferay.portal.service.persistence.impl that implement UserTrackerPersistence
 class UserTrackerPersistenceImpl
          The persistence implementation for the user tracker service.
 


Liferay 7.0-ce-b4