Liferay 7.0-ce-b4

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

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

Fields in com.liferay.portal.service.base declared as PasswordTrackerPersistence
protected  PasswordTrackerPersistence UserServiceBaseImpl.passwordTrackerPersistence
           
protected  PasswordTrackerPersistence UserLocalServiceBaseImpl.passwordTrackerPersistence
           
protected  PasswordTrackerPersistence PasswordTrackerLocalServiceBaseImpl.passwordTrackerPersistence
           
 

Methods in com.liferay.portal.service.base that return PasswordTrackerPersistence
 PasswordTrackerPersistence UserServiceBaseImpl.getPasswordTrackerPersistence()
          Returns the password tracker persistence.
 PasswordTrackerPersistence UserLocalServiceBaseImpl.getPasswordTrackerPersistence()
          Returns the password tracker persistence.
 PasswordTrackerPersistence PasswordTrackerLocalServiceBaseImpl.getPasswordTrackerPersistence()
          Returns the password tracker persistence.
 

Methods in com.liferay.portal.service.base with parameters of type PasswordTrackerPersistence
 void UserServiceBaseImpl.setPasswordTrackerPersistence(PasswordTrackerPersistence passwordTrackerPersistence)
          Sets the password tracker persistence.
 void UserLocalServiceBaseImpl.setPasswordTrackerPersistence(PasswordTrackerPersistence passwordTrackerPersistence)
          Sets the password tracker persistence.
 void PasswordTrackerLocalServiceBaseImpl.setPasswordTrackerPersistence(PasswordTrackerPersistence passwordTrackerPersistence)
          Sets the password tracker persistence.
 

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

Methods in com.liferay.portal.service.persistence that return PasswordTrackerPersistence
static PasswordTrackerPersistence PasswordTrackerUtil.getPersistence()
           
 

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

Classes in com.liferay.portal.service.persistence.impl that implement PasswordTrackerPersistence
 class PasswordTrackerPersistenceImpl
          The persistence implementation for the password tracker service.
 


Liferay 7.0-ce-b4