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.service This package defines the portal service interfaces and 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.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.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 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 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 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 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 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 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[] 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 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.
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)
           
 

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> 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> 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> 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> 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> 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 = ?.
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.
static void PasswordTrackerUtil.clearCache(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)
           
 

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.
 


Liferay 6.2-ce-ga5