Liferay 6.2-ce-ga5

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

Packages that use PasswordTracker
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. 
com.liferay.portal.service This package defines the portal service interfaces and classes. 
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. 
 

Uses of PasswordTracker in com.liferay.portal.model
 

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

Methods in com.liferay.portal.model that return PasswordTracker
 PasswordTracker PasswordTrackerWrapper.getWrappedModel()
           
 PasswordTracker PasswordTrackerWrapper.getWrappedPasswordTracker()
          Deprecated. As of 6.1.0, replaced by PasswordTrackerWrapper.getWrappedModel()
 PasswordTracker PasswordTrackerModel.toEscapedModel()
           
 PasswordTracker PasswordTrackerWrapper.toEscapedModel()
           
 PasswordTracker PasswordTrackerModel.toUnescapedModel()
           
 PasswordTracker PasswordTrackerWrapper.toUnescapedModel()
           
 

Methods in com.liferay.portal.model that return types with arguments of type PasswordTracker
 CacheModel<PasswordTracker> PasswordTrackerModel.toCacheModel()
           
 CacheModel<PasswordTracker> PasswordTrackerWrapper.toCacheModel()
           
 

Methods in com.liferay.portal.model with parameters of type PasswordTracker
 int PasswordTrackerModel.compareTo(PasswordTracker passwordTracker)
           
 int PasswordTrackerWrapper.compareTo(PasswordTracker passwordTracker)
           
static PasswordTrackerSoap PasswordTrackerSoap.toSoapModel(PasswordTracker model)
           
static PasswordTrackerSoap[] PasswordTrackerSoap.toSoapModels(PasswordTracker[] models)
           
static PasswordTrackerSoap[][] PasswordTrackerSoap.toSoapModels(PasswordTracker[][] models)
           
 

Method parameters in com.liferay.portal.model with type arguments of type PasswordTracker
static PasswordTrackerSoap[] PasswordTrackerSoap.toSoapModels(List<PasswordTracker> models)
           
 

Constructors in com.liferay.portal.model with parameters of type PasswordTracker
PasswordTrackerWrapper(PasswordTracker passwordTracker)
           
 

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

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

Methods in com.liferay.portal.model.impl that return PasswordTracker
 PasswordTracker PasswordTrackerCacheModel.toEntityModel()
           
 PasswordTracker PasswordTrackerModelImpl.toEscapedModel()
           
 

Methods in com.liferay.portal.model.impl that return types with arguments of type PasswordTracker
 CacheModel<PasswordTracker> PasswordTrackerModelImpl.toCacheModel()
           
 

Methods in com.liferay.portal.model.impl with parameters of type PasswordTracker
 int PasswordTrackerModelImpl.compareTo(PasswordTracker passwordTracker)
           
 

Uses of PasswordTracker in com.liferay.portal.service
 

Methods in com.liferay.portal.service that return PasswordTracker
 PasswordTracker PasswordTrackerLocalServiceWrapper.addPasswordTracker(PasswordTracker passwordTracker)
          Adds the password tracker to the database.
static PasswordTracker PasswordTrackerLocalServiceUtil.addPasswordTracker(PasswordTracker passwordTracker)
          Adds the password tracker to the database.
 PasswordTracker PasswordTrackerLocalService.addPasswordTracker(PasswordTracker passwordTracker)
          Adds the password tracker to the database.
 PasswordTracker PasswordTrackerLocalServiceWrapper.createPasswordTracker(long passwordTrackerId)
          Creates a new password tracker with the primary key.
static PasswordTracker PasswordTrackerLocalServiceUtil.createPasswordTracker(long passwordTrackerId)
          Creates a new password tracker with the primary key.
 PasswordTracker PasswordTrackerLocalService.createPasswordTracker(long passwordTrackerId)
          Creates a new password tracker with the primary key.
 PasswordTracker PasswordTrackerLocalServiceWrapper.deletePasswordTracker(long passwordTrackerId)
          Deletes the password tracker with the primary key from the database.
static PasswordTracker PasswordTrackerLocalServiceUtil.deletePasswordTracker(long passwordTrackerId)
          Deletes the password tracker with the primary key from the database.
 PasswordTracker PasswordTrackerLocalService.deletePasswordTracker(long passwordTrackerId)
          Deletes the password tracker with the primary key from the database.
 PasswordTracker PasswordTrackerLocalServiceWrapper.deletePasswordTracker(PasswordTracker passwordTracker)
          Deletes the password tracker from the database.
static PasswordTracker PasswordTrackerLocalServiceUtil.deletePasswordTracker(PasswordTracker passwordTracker)
          Deletes the password tracker from the database.
 PasswordTracker PasswordTrackerLocalService.deletePasswordTracker(PasswordTracker passwordTracker)
          Deletes the password tracker from the database.
 PasswordTracker PasswordTrackerLocalServiceWrapper.fetchPasswordTracker(long passwordTrackerId)
           
static PasswordTracker PasswordTrackerLocalServiceUtil.fetchPasswordTracker(long passwordTrackerId)
           
 PasswordTracker PasswordTrackerLocalService.fetchPasswordTracker(long passwordTrackerId)
           
 PasswordTracker PasswordTrackerLocalServiceWrapper.getPasswordTracker(long passwordTrackerId)
          Returns the password tracker with the primary key.
static PasswordTracker PasswordTrackerLocalServiceUtil.getPasswordTracker(long passwordTrackerId)
          Returns the password tracker with the primary key.
 PasswordTracker PasswordTrackerLocalService.getPasswordTracker(long passwordTrackerId)
          Returns the password tracker with the primary key.
 PasswordTracker PasswordTrackerLocalServiceWrapper.updatePasswordTracker(PasswordTracker passwordTracker)
          Updates the password tracker in the database or adds it if it does not yet exist.
static PasswordTracker PasswordTrackerLocalServiceUtil.updatePasswordTracker(PasswordTracker passwordTracker)
          Updates the password tracker in the database or adds it if it does not yet exist.
 PasswordTracker PasswordTrackerLocalService.updatePasswordTracker(PasswordTracker passwordTracker)
          Updates the password tracker in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portal.service that return types with arguments of type PasswordTracker
 List<PasswordTracker> PasswordTrackerLocalServiceWrapper.getPasswordTrackers(int start, int end)
          Returns a range of all the password trackers.
static List<PasswordTracker> PasswordTrackerLocalServiceUtil.getPasswordTrackers(int start, int end)
          Returns a range of all the password trackers.
 List<PasswordTracker> PasswordTrackerLocalService.getPasswordTrackers(int start, int end)
          Returns a range of all the password trackers.
 

Methods in com.liferay.portal.service with parameters of type PasswordTracker
 PasswordTracker PasswordTrackerLocalServiceWrapper.addPasswordTracker(PasswordTracker passwordTracker)
          Adds the password tracker to the database.
static PasswordTracker PasswordTrackerLocalServiceUtil.addPasswordTracker(PasswordTracker passwordTracker)
          Adds the password tracker to the database.
 PasswordTracker PasswordTrackerLocalService.addPasswordTracker(PasswordTracker passwordTracker)
          Adds the password tracker to the database.
 PasswordTracker PasswordTrackerLocalServiceWrapper.deletePasswordTracker(PasswordTracker passwordTracker)
          Deletes the password tracker from the database.
static PasswordTracker PasswordTrackerLocalServiceUtil.deletePasswordTracker(PasswordTracker passwordTracker)
          Deletes the password tracker from the database.
 PasswordTracker PasswordTrackerLocalService.deletePasswordTracker(PasswordTracker passwordTracker)
          Deletes the password tracker from the database.
 PasswordTracker PasswordTrackerLocalServiceWrapper.updatePasswordTracker(PasswordTracker passwordTracker)
          Updates the password tracker in the database or adds it if it does not yet exist.
static PasswordTracker PasswordTrackerLocalServiceUtil.updatePasswordTracker(PasswordTracker passwordTracker)
          Updates the password tracker in the database or adds it if it does not yet exist.
 PasswordTracker PasswordTrackerLocalService.updatePasswordTracker(PasswordTracker passwordTracker)
          Updates the password tracker in the database or adds it if it does not yet exist.
 

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

Methods in com.liferay.portal.service.base that return PasswordTracker
 PasswordTracker PasswordTrackerLocalServiceBaseImpl.addPasswordTracker(PasswordTracker passwordTracker)
          Adds the password tracker to the database.
 PasswordTracker PasswordTrackerLocalServiceBaseImpl.createPasswordTracker(long passwordTrackerId)
          Creates a new password tracker with the primary key.
 PasswordTracker PasswordTrackerLocalServiceBaseImpl.deletePasswordTracker(long passwordTrackerId)
          Deletes the password tracker with the primary key from the database.
 PasswordTracker PasswordTrackerLocalServiceBaseImpl.deletePasswordTracker(PasswordTracker passwordTracker)
          Deletes the password tracker from the database.
 PasswordTracker PasswordTrackerLocalServiceBaseImpl.fetchPasswordTracker(long passwordTrackerId)
           
 PasswordTracker PasswordTrackerLocalServiceBaseImpl.getPasswordTracker(long passwordTrackerId)
          Returns the password tracker with the primary key.
 PasswordTracker PasswordTrackerLocalServiceBaseImpl.updatePasswordTracker(PasswordTracker passwordTracker)
          Updates the password tracker in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portal.service.base that return types with arguments of type PasswordTracker
 List<PasswordTracker> PasswordTrackerLocalServiceBaseImpl.getPasswordTrackers(int start, int end)
          Returns a range of all the password trackers.
 

Methods in com.liferay.portal.service.base with parameters of type PasswordTracker
 PasswordTracker PasswordTrackerLocalServiceBaseImpl.addPasswordTracker(PasswordTracker passwordTracker)
          Adds the password tracker to the database.
 PasswordTracker PasswordTrackerLocalServiceBaseImpl.deletePasswordTracker(PasswordTracker passwordTracker)
          Deletes the password tracker from the database.
 PasswordTracker PasswordTrackerLocalServiceBaseImpl.updatePasswordTracker(PasswordTracker passwordTracker)
          Updates the password tracker in the database or adds it if it does not yet exist.
 

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

Methods in com.liferay.portal.service.persistence that return PasswordTracker
 PasswordTracker PasswordTrackerPersistence.create(long passwordTrackerId)
          Creates a new password tracker with the primary key.
static PasswordTracker PasswordTrackerUtil.create(long passwordTrackerId)
          Creates a new password tracker with the primary key.
 PasswordTracker PasswordTrackerPersistenceImpl.create(long passwordTrackerId)
          Creates a new password tracker with the primary key.
 PasswordTracker PasswordTrackerPersistence.fetchByPrimaryKey(long passwordTrackerId)
          Returns the password tracker with the primary key or returns null if it could not be found.
static PasswordTracker PasswordTrackerUtil.fetchByPrimaryKey(long passwordTrackerId)
          Returns the password tracker with the primary key or returns null if it could not be found.
 PasswordTracker PasswordTrackerPersistenceImpl.fetchByPrimaryKey(long passwordTrackerId)
          Returns the password tracker with the primary key or returns null if it could not be found.
 PasswordTracker PasswordTrackerPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Returns the password tracker with the primary key or returns null if it could not be found.
 PasswordTracker PasswordTrackerPersistence.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first password tracker in the ordered set where userId = ?.
static PasswordTracker PasswordTrackerUtil.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first password tracker in the ordered set where userId = ?.
 PasswordTracker PasswordTrackerPersistenceImpl.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first password tracker in the ordered set where userId = ?.
 PasswordTracker PasswordTrackerPersistence.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last password tracker in the ordered set where userId = ?.
static PasswordTracker PasswordTrackerUtil.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last password tracker in the ordered set where userId = ?.
 PasswordTracker PasswordTrackerPersistenceImpl.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last password tracker in the ordered set where userId = ?.
 PasswordTracker PasswordTrackerPersistence.findByPrimaryKey(long passwordTrackerId)
          Returns the password tracker with the primary key or throws a NoSuchPasswordTrackerException if it could not be found.
static PasswordTracker PasswordTrackerUtil.findByPrimaryKey(long passwordTrackerId)
          Returns the password tracker with the primary key or throws a NoSuchPasswordTrackerException if it could not be found.
 PasswordTracker PasswordTrackerPersistenceImpl.findByPrimaryKey(long passwordTrackerId)
          Returns the password tracker with the primary key or throws a NoSuchPasswordTrackerException if it could not be found.
 PasswordTracker PasswordTrackerPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the password tracker with the primary key or throws a NoSuchModelException if it could not be found.
 PasswordTracker PasswordTrackerPersistence.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first password tracker in the ordered set where userId = ?.
static PasswordTracker PasswordTrackerUtil.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first password tracker in the ordered set where userId = ?.
 PasswordTracker PasswordTrackerPersistenceImpl.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first password tracker in the ordered set where userId = ?.
 PasswordTracker PasswordTrackerPersistence.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last password tracker in the ordered set where userId = ?.
static PasswordTracker PasswordTrackerUtil.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last password tracker in the ordered set where userId = ?.
 PasswordTracker PasswordTrackerPersistenceImpl.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last password tracker in the ordered set where userId = ?.
 PasswordTracker[] PasswordTrackerPersistence.findByUserId_PrevAndNext(long passwordTrackerId, long userId, OrderByComparator orderByComparator)
          Returns the password trackers before and after the current password tracker in the ordered set where userId = ?.
static PasswordTracker[] PasswordTrackerUtil.findByUserId_PrevAndNext(long passwordTrackerId, long userId, OrderByComparator orderByComparator)
          Returns the password trackers before and after the current password tracker in the ordered set where userId = ?.
 PasswordTracker[] PasswordTrackerPersistenceImpl.findByUserId_PrevAndNext(long passwordTrackerId, long userId, OrderByComparator orderByComparator)
          Returns the password trackers before and after the current password tracker in the ordered set where userId = ?.
protected  PasswordTracker PasswordTrackerPersistenceImpl.getByUserId_PrevAndNext(Session session, PasswordTracker passwordTracker, long userId, OrderByComparator orderByComparator, boolean previous)
           
 PasswordTracker PasswordTrackerPersistence.remove(long passwordTrackerId)
          Removes the password tracker with the primary key from the database.
static PasswordTracker PasswordTrackerUtil.remove(long passwordTrackerId)
          Removes the password tracker with the primary key from the database.
 PasswordTracker PasswordTrackerPersistenceImpl.remove(long passwordTrackerId)
          Removes the password tracker with the primary key from the database.
 PasswordTracker PasswordTrackerPersistenceImpl.remove(Serializable primaryKey)
          Removes the password tracker with the primary key from the database.
protected  PasswordTracker PasswordTrackerPersistenceImpl.removeImpl(PasswordTracker passwordTracker)
           
protected  PasswordTracker PasswordTrackerPersistenceImpl.toUnwrappedModel(PasswordTracker passwordTracker)
           
static PasswordTracker PasswordTrackerUtil.update(PasswordTracker passwordTracker)
           
static PasswordTracker PasswordTrackerUtil.update(PasswordTracker passwordTracker, ServiceContext serviceContext)
           
 PasswordTracker PasswordTrackerPersistence.updateImpl(PasswordTracker passwordTracker)
           
static PasswordTracker PasswordTrackerUtil.updateImpl(PasswordTracker passwordTracker)
           
 PasswordTracker PasswordTrackerPersistenceImpl.updateImpl(PasswordTracker passwordTracker)
           
 

Methods in com.liferay.portal.service.persistence that return types with arguments of type PasswordTracker
 List<PasswordTracker> PasswordTrackerPersistence.findAll()
          Returns all the password trackers.
static List<PasswordTracker> PasswordTrackerUtil.findAll()
          Returns all the password trackers.
 List<PasswordTracker> PasswordTrackerPersistenceImpl.findAll()
          Returns all the password trackers.
 List<PasswordTracker> PasswordTrackerPersistence.findAll(int start, int end)
          Returns a range of all the password trackers.
static List<PasswordTracker> PasswordTrackerUtil.findAll(int start, int end)
          Returns a range of all the password trackers.
 List<PasswordTracker> PasswordTrackerPersistenceImpl.findAll(int start, int end)
          Returns a range of all the password trackers.
 List<PasswordTracker> PasswordTrackerPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the password trackers.
static List<PasswordTracker> PasswordTrackerUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the password trackers.
 List<PasswordTracker> PasswordTrackerPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the password trackers.
 List<PasswordTracker> PasswordTrackerPersistence.findByUserId(long userId)
          Returns all the password trackers where userId = ?.
static List<PasswordTracker> PasswordTrackerUtil.findByUserId(long userId)
          Returns all the password trackers where userId = ?.
 List<PasswordTracker> PasswordTrackerPersistenceImpl.findByUserId(long userId)
          Returns all the password trackers where userId = ?.
 List<PasswordTracker> PasswordTrackerPersistence.findByUserId(long userId, int start, int end)
          Returns a range of all the password trackers where userId = ?.
static List<PasswordTracker> PasswordTrackerUtil.findByUserId(long userId, int start, int end)
          Returns a range of all the password trackers where userId = ?.
 List<PasswordTracker> PasswordTrackerPersistenceImpl.findByUserId(long userId, int start, int end)
          Returns a range of all the password trackers where userId = ?.
 List<PasswordTracker> PasswordTrackerPersistence.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the password trackers where userId = ?.
static List<PasswordTracker> PasswordTrackerUtil.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the password trackers where userId = ?.
 List<PasswordTracker> PasswordTrackerPersistenceImpl.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the password trackers where userId = ?.
static List<PasswordTracker> PasswordTrackerUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<PasswordTracker> PasswordTrackerUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<PasswordTracker> PasswordTrackerUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portal.service.persistence with parameters of type PasswordTracker
 void PasswordTrackerPersistence.cacheResult(PasswordTracker passwordTracker)
          Caches the password tracker in the entity cache if it is enabled.
static void PasswordTrackerUtil.cacheResult(PasswordTracker passwordTracker)
          Caches the password tracker in the entity cache if it is enabled.
 void PasswordTrackerPersistenceImpl.cacheResult(PasswordTracker passwordTracker)
          Caches the password tracker in the entity cache if it is enabled.
static void PasswordTrackerUtil.clearCache(PasswordTracker passwordTracker)
           
 void PasswordTrackerPersistenceImpl.clearCache(PasswordTracker passwordTracker)
          Clears the cache for the password tracker.
protected  PasswordTracker PasswordTrackerPersistenceImpl.getByUserId_PrevAndNext(Session session, PasswordTracker passwordTracker, long userId, OrderByComparator orderByComparator, boolean previous)
           
protected  PasswordTracker PasswordTrackerPersistenceImpl.removeImpl(PasswordTracker passwordTracker)
           
protected  PasswordTracker PasswordTrackerPersistenceImpl.toUnwrappedModel(PasswordTracker passwordTracker)
           
static PasswordTracker PasswordTrackerUtil.update(PasswordTracker passwordTracker)
           
static PasswordTracker PasswordTrackerUtil.update(PasswordTracker passwordTracker, ServiceContext serviceContext)
           
 PasswordTracker PasswordTrackerPersistence.updateImpl(PasswordTracker passwordTracker)
           
static PasswordTracker PasswordTrackerUtil.updateImpl(PasswordTracker passwordTracker)
           
 PasswordTracker PasswordTrackerPersistenceImpl.updateImpl(PasswordTracker passwordTracker)
           
 

Method parameters in com.liferay.portal.service.persistence with type arguments of type PasswordTracker
 void PasswordTrackerPersistence.cacheResult(List<PasswordTracker> passwordTrackers)
          Caches the password trackers in the entity cache if it is enabled.
static void PasswordTrackerUtil.cacheResult(List<PasswordTracker> passwordTrackers)
          Caches the password trackers in the entity cache if it is enabled.
 void PasswordTrackerPersistenceImpl.cacheResult(List<PasswordTracker> passwordTrackers)
          Caches the password trackers in the entity cache if it is enabled.
 void PasswordTrackerPersistenceImpl.clearCache(List<PasswordTracker> passwordTrackers)
           
 


Liferay 6.2-ce-ga5