Liferay 6.1.2-ce-ga3

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

Packages that use PasswordTrackerModel
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
com.liferay.portal.model.impl This package defines the portal model implementation base classes. 
 

Uses of PasswordTrackerModel in com.liferay.portal.model
 

Subinterfaces of PasswordTrackerModel in com.liferay.portal.model
 interface PasswordTracker
          The extended model interface for the PasswordTracker service.
 

Classes in com.liferay.portal.model that implement PasswordTrackerModel
 class PasswordTrackerWrapper
           This class is a wrapper for PasswordTracker.
 

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

Classes in com.liferay.portal.model.impl that implement PasswordTrackerModel
 class PasswordTrackerBaseImpl
          The extended model base implementation for the PasswordTracker service.
 class PasswordTrackerImpl
           
 class PasswordTrackerModelImpl
          The base model implementation for the PasswordTracker service.
 


Liferay 6.1.2-ce-ga3