Liferay 6.0.5

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

Packages that use PasswordTracker
com.liferay.portal.model   
com.liferay.portal.model.impl   
com.liferay.portal.service   
com.liferay.portal.service.base   
com.liferay.portal.service.persistence   
 

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.getWrappedPasswordTracker()
           
 PasswordTracker PasswordTrackerWrapper.toEscapedModel()
           
 PasswordTracker PasswordTrackerModel.toEscapedModel()
          Gets a copy of this password tracker as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.
 

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

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 PasswordTrackerImpl
           
 

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

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.getPasswordTracker(long passwordTrackerId)
          Gets the password tracker with the primary key.
static PasswordTracker PasswordTrackerLocalServiceUtil.getPasswordTracker(long passwordTrackerId)
          Gets the password tracker with the primary key.
 PasswordTracker PasswordTrackerLocalService.getPasswordTracker(long passwordTrackerId)
          Gets the password tracker with the primary key.
 PasswordTracker PasswordTrackerLocalServiceWrapper.updatePasswordTracker(PasswordTracker passwordTracker)
          Updates the password tracker in the database.
static PasswordTracker PasswordTrackerLocalServiceUtil.updatePasswordTracker(PasswordTracker passwordTracker)
          Updates the password tracker in the database.
 PasswordTracker PasswordTrackerLocalService.updatePasswordTracker(PasswordTracker passwordTracker)
          Updates the password tracker in the database.
 PasswordTracker PasswordTrackerLocalServiceWrapper.updatePasswordTracker(PasswordTracker passwordTracker, boolean merge)
          Updates the password tracker in the database.
static PasswordTracker PasswordTrackerLocalServiceUtil.updatePasswordTracker(PasswordTracker passwordTracker, boolean merge)
          Updates the password tracker in the database.
 PasswordTracker PasswordTrackerLocalService.updatePasswordTracker(PasswordTracker passwordTracker, boolean merge)
          Updates the password tracker in the database.
 

Methods in com.liferay.portal.service that return types with arguments of type PasswordTracker
 List<PasswordTracker> PasswordTrackerLocalServiceWrapper.getPasswordTrackers(int start, int end)
          Gets a range of all the password trackers.
static List<PasswordTracker> PasswordTrackerLocalServiceUtil.getPasswordTrackers(int start, int end)
          Gets a range of all the password trackers.
 List<PasswordTracker> PasswordTrackerLocalService.getPasswordTrackers(int start, int end)
          Gets 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.
 void PasswordTrackerLocalServiceWrapper.deletePasswordTracker(PasswordTracker passwordTracker)
          Deletes the password tracker from the database.
static void PasswordTrackerLocalServiceUtil.deletePasswordTracker(PasswordTracker passwordTracker)
          Deletes the password tracker from the database.
 void PasswordTrackerLocalService.deletePasswordTracker(PasswordTracker passwordTracker)
          Deletes the password tracker from the database.
 PasswordTracker PasswordTrackerLocalServiceWrapper.updatePasswordTracker(PasswordTracker passwordTracker)
          Updates the password tracker in the database.
static PasswordTracker PasswordTrackerLocalServiceUtil.updatePasswordTracker(PasswordTracker passwordTracker)
          Updates the password tracker in the database.
 PasswordTracker PasswordTrackerLocalService.updatePasswordTracker(PasswordTracker passwordTracker)
          Updates the password tracker in the database.
 PasswordTracker PasswordTrackerLocalServiceWrapper.updatePasswordTracker(PasswordTracker passwordTracker, boolean merge)
          Updates the password tracker in the database.
static PasswordTracker PasswordTrackerLocalServiceUtil.updatePasswordTracker(PasswordTracker passwordTracker, boolean merge)
          Updates the password tracker in the database.
 PasswordTracker PasswordTrackerLocalService.updatePasswordTracker(PasswordTracker passwordTracker, boolean merge)
          Updates the password tracker in the database.
 

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.getPasswordTracker(long passwordTrackerId)
          Gets the password tracker with the primary key.
 PasswordTracker PasswordTrackerLocalServiceBaseImpl.updatePasswordTracker(PasswordTracker passwordTracker)
          Updates the password tracker in the database.
 PasswordTracker PasswordTrackerLocalServiceBaseImpl.updatePasswordTracker(PasswordTracker passwordTracker, boolean merge)
          Updates the password tracker in the database.
 

Methods in com.liferay.portal.service.base that return types with arguments of type PasswordTracker
 List<PasswordTracker> PasswordTrackerLocalServiceBaseImpl.getPasswordTrackers(int start, int end)
          Gets 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.
 void PasswordTrackerLocalServiceBaseImpl.deletePasswordTracker(PasswordTracker passwordTracker)
          Deletes the password tracker from the database.
 PasswordTracker PasswordTrackerLocalServiceBaseImpl.updatePasswordTracker(PasswordTracker passwordTracker)
          Updates the password tracker in the database.
 PasswordTracker PasswordTrackerLocalServiceBaseImpl.updatePasswordTracker(PasswordTracker passwordTracker, boolean merge)
          Updates the password tracker in the database.
 

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

Methods in com.liferay.portal.service.persistence that return PasswordTracker
static PasswordTracker PasswordTrackerUtil.create(long passwordTrackerId)
          Creates a new password tracker with the primary key.
 PasswordTracker PasswordTrackerPersistence.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.
static PasswordTracker PasswordTrackerUtil.fetchByPrimaryKey(long passwordTrackerId)
          Finds the password tracker with the primary key or returns null if it could not be found.
 PasswordTracker PasswordTrackerPersistence.fetchByPrimaryKey(long passwordTrackerId)
          Finds the password tracker with the primary key or returns null if it could not be found.
 PasswordTracker PasswordTrackerPersistenceImpl.fetchByPrimaryKey(long passwordTrackerId)
          Finds the password tracker with the primary key or returns null if it could not be found.
 PasswordTracker PasswordTrackerPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Finds the password tracker with the primary key or returns null if it could not be found.
static PasswordTracker PasswordTrackerUtil.findByPrimaryKey(long passwordTrackerId)
          Finds the password tracker with the primary key or throws a NoSuchPasswordTrackerException if it could not be found.
 PasswordTracker PasswordTrackerPersistence.findByPrimaryKey(long passwordTrackerId)
          Finds the password tracker with the primary key or throws a NoSuchPasswordTrackerException if it could not be found.
 PasswordTracker PasswordTrackerPersistenceImpl.findByPrimaryKey(long passwordTrackerId)
          Finds the password tracker with the primary key or throws a NoSuchPasswordTrackerException if it could not be found.
 PasswordTracker PasswordTrackerPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the password tracker with the primary key or throws a NoSuchModelException if it could not be found.
static PasswordTracker PasswordTrackerUtil.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Finds the first password tracker in the ordered set where userId = ?.
 PasswordTracker PasswordTrackerPersistence.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Finds the first password tracker in the ordered set where userId = ?.
 PasswordTracker PasswordTrackerPersistenceImpl.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Finds the first password tracker in the ordered set where userId = ?.
static PasswordTracker PasswordTrackerUtil.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Finds the last password tracker in the ordered set where userId = ?.
 PasswordTracker PasswordTrackerPersistence.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Finds the last password tracker in the ordered set where userId = ?.
 PasswordTracker PasswordTrackerPersistenceImpl.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Finds the last password tracker in the ordered set where userId = ?.
static PasswordTracker[] PasswordTrackerUtil.findByUserId_PrevAndNext(long passwordTrackerId, long userId, OrderByComparator orderByComparator)
          Finds the password trackers before and after the current password tracker in the ordered set where userId = ?.
 PasswordTracker[] PasswordTrackerPersistence.findByUserId_PrevAndNext(long passwordTrackerId, long userId, OrderByComparator orderByComparator)
          Finds 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)
          Finds 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)
           
static PasswordTracker PasswordTrackerUtil.remove(long passwordTrackerId)
          Removes the password tracker with the primary key from the database.
 PasswordTracker PasswordTrackerPersistence.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.
static PasswordTracker PasswordTrackerUtil.remove(PasswordTracker passwordTracker)
           
 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, boolean merge)
           
static PasswordTracker PasswordTrackerUtil.update(PasswordTracker passwordTracker, boolean merge, ServiceContext serviceContext)
           
static PasswordTracker PasswordTrackerUtil.updateImpl(PasswordTracker passwordTracker, boolean merge)
           
 PasswordTracker PasswordTrackerPersistence.updateImpl(PasswordTracker passwordTracker, boolean merge)
           
 PasswordTracker PasswordTrackerPersistenceImpl.updateImpl(PasswordTracker passwordTracker, boolean merge)
           
 

Methods in com.liferay.portal.service.persistence that return types with arguments of type PasswordTracker
static List<PasswordTracker> PasswordTrackerUtil.findAll()
          Finds all the password trackers.
 List<PasswordTracker> PasswordTrackerPersistence.findAll()
          Finds all the password trackers.
 List<PasswordTracker> PasswordTrackerPersistenceImpl.findAll()
          Finds all the password trackers.
static List<PasswordTracker> PasswordTrackerUtil.findAll(int start, int end)
          Finds a range of all the password trackers.
 List<PasswordTracker> PasswordTrackerPersistence.findAll(int start, int end)
          Finds a range of all the password trackers.
 List<PasswordTracker> PasswordTrackerPersistenceImpl.findAll(int start, int end)
          Finds a range of all the password trackers.
static List<PasswordTracker> PasswordTrackerUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the password trackers.
 List<PasswordTracker> PasswordTrackerPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the password trackers.
 List<PasswordTracker> PasswordTrackerPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the password trackers.
static List<PasswordTracker> PasswordTrackerUtil.findByUserId(long userId)
          Finds all the password trackers where userId = ?.
 List<PasswordTracker> PasswordTrackerPersistence.findByUserId(long userId)
          Finds all the password trackers where userId = ?.
 List<PasswordTracker> PasswordTrackerPersistenceImpl.findByUserId(long userId)
          Finds all the password trackers where userId = ?.
static List<PasswordTracker> PasswordTrackerUtil.findByUserId(long userId, int start, int end)
          Finds a range of all the password trackers where userId = ?.
 List<PasswordTracker> PasswordTrackerPersistence.findByUserId(long userId, int start, int end)
          Finds a range of all the password trackers where userId = ?.
 List<PasswordTracker> PasswordTrackerPersistenceImpl.findByUserId(long userId, int start, int end)
          Finds a range of all the password trackers where userId = ?.
static List<PasswordTracker> PasswordTrackerUtil.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the password trackers where userId = ?.
 List<PasswordTracker> PasswordTrackerPersistence.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the password trackers where userId = ?.
 List<PasswordTracker> PasswordTrackerPersistenceImpl.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Finds 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
static void PasswordTrackerUtil.cacheResult(PasswordTracker passwordTracker)
          Caches the password tracker in the entity cache if it is enabled.
 void PasswordTrackerPersistence.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)
           
static PasswordTracker PasswordTrackerUtil.remove(PasswordTracker passwordTracker)
           
protected  PasswordTracker PasswordTrackerPersistenceImpl.removeImpl(PasswordTracker passwordTracker)
           
protected  PasswordTracker PasswordTrackerPersistenceImpl.toUnwrappedModel(PasswordTracker passwordTracker)
           
static PasswordTracker PasswordTrackerUtil.update(PasswordTracker passwordTracker, boolean merge)
           
static PasswordTracker PasswordTrackerUtil.update(PasswordTracker passwordTracker, boolean merge, ServiceContext serviceContext)
           
static PasswordTracker PasswordTrackerUtil.updateImpl(PasswordTracker passwordTracker, boolean merge)
           
 PasswordTracker PasswordTrackerPersistence.updateImpl(PasswordTracker passwordTracker, boolean merge)
           
 PasswordTracker PasswordTrackerPersistenceImpl.updateImpl(PasswordTracker passwordTracker, boolean merge)
           
 

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


Liferay 6.0.5