Liferay 7.0-ce-b4

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

Packages that use UserTrackerPathPersistence
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 UserTrackerPathPersistence in com.liferay.portal.service.base
 

Fields in com.liferay.portal.service.base declared as UserTrackerPathPersistence
protected  UserTrackerPathPersistence UserTrackerPathLocalServiceBaseImpl.userTrackerPathPersistence
           
protected  UserTrackerPathPersistence UserTrackerLocalServiceBaseImpl.userTrackerPathPersistence
           
 

Methods in com.liferay.portal.service.base that return UserTrackerPathPersistence
 UserTrackerPathPersistence UserTrackerPathLocalServiceBaseImpl.getUserTrackerPathPersistence()
          Returns the user tracker path persistence.
 UserTrackerPathPersistence UserTrackerLocalServiceBaseImpl.getUserTrackerPathPersistence()
          Returns the user tracker path persistence.
 

Methods in com.liferay.portal.service.base with parameters of type UserTrackerPathPersistence
 void UserTrackerPathLocalServiceBaseImpl.setUserTrackerPathPersistence(UserTrackerPathPersistence userTrackerPathPersistence)
          Sets the user tracker path persistence.
 void UserTrackerLocalServiceBaseImpl.setUserTrackerPathPersistence(UserTrackerPathPersistence userTrackerPathPersistence)
          Sets the user tracker path persistence.
 

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

Methods in com.liferay.portal.service.persistence that return UserTrackerPathPersistence
static UserTrackerPathPersistence UserTrackerPathUtil.getPersistence()
           
 

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

Classes in com.liferay.portal.service.persistence.impl that implement UserTrackerPathPersistence
 class UserTrackerPathPersistenceImpl
          The persistence implementation for the user tracker path service.
 


Liferay 7.0-ce-b4