Uses of Interface
com.liferay.portal.kernel.model.PasswordTracker
Packages that use PasswordTracker
Package
Description
This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types.
This package defines the portal service interfaces and classes.
This package defines the portal service persistence interfaces, classes, and utilities.
-
Uses of PasswordTracker in com.liferay.portal.kernel.model
Classes in com.liferay.portal.kernel.model that implement PasswordTrackerFields in com.liferay.portal.kernel.model with type parameters of type PasswordTrackerModifier and TypeFieldDescriptionstatic final Accessor<PasswordTracker,
Long> PasswordTracker.PASSWORD_TRACKER_ID_ACCESSOR
Methods in com.liferay.portal.kernel.model that return PasswordTrackerModifier and TypeMethodDescriptionPasswordTrackerModel.cloneWithOriginalValues()
PasswordTrackerWrapper.cloneWithOriginalValues()
Methods in com.liferay.portal.kernel.model with parameters of type PasswordTrackerModifier and TypeMethodDescriptionprotected PasswordTrackerWrapper
PasswordTrackerWrapper.wrap
(PasswordTracker passwordTracker) Constructors in com.liferay.portal.kernel.model with parameters of type PasswordTracker -
Uses of PasswordTracker in com.liferay.portal.kernel.service
Methods in com.liferay.portal.kernel.service that return PasswordTrackerModifier and TypeMethodDescriptionPasswordTrackerLocalService.addPasswordTracker
(PasswordTracker passwordTracker) Adds the password tracker to the database.static PasswordTracker
PasswordTrackerLocalServiceUtil.addPasswordTracker
(PasswordTracker passwordTracker) Adds the password tracker to the database.PasswordTrackerLocalServiceWrapper.addPasswordTracker
(PasswordTracker passwordTracker) Adds the password tracker to the database.PasswordTrackerLocalService.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.PasswordTrackerLocalServiceWrapper.createPasswordTracker
(long passwordTrackerId) Creates a new password tracker with the primary key.PasswordTrackerLocalService.deletePasswordTracker
(long passwordTrackerId) Deletes the password tracker with the primary key from the database.PasswordTrackerLocalService.deletePasswordTracker
(PasswordTracker passwordTracker) Deletes the password tracker from the database.static PasswordTracker
PasswordTrackerLocalServiceUtil.deletePasswordTracker
(long passwordTrackerId) Deletes the password tracker with the primary key from the database.static PasswordTracker
PasswordTrackerLocalServiceUtil.deletePasswordTracker
(PasswordTracker passwordTracker) Deletes the password tracker from the database.PasswordTrackerLocalServiceWrapper.deletePasswordTracker
(long passwordTrackerId) Deletes the password tracker with the primary key from the database.PasswordTrackerLocalServiceWrapper.deletePasswordTracker
(PasswordTracker passwordTracker) Deletes the password tracker from the database.PasswordTrackerLocalService.fetchPasswordTracker
(long passwordTrackerId) static PasswordTracker
PasswordTrackerLocalServiceUtil.fetchPasswordTracker
(long passwordTrackerId) PasswordTrackerLocalServiceWrapper.fetchPasswordTracker
(long passwordTrackerId) PasswordTrackerLocalService.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.PasswordTrackerLocalServiceWrapper.getPasswordTracker
(long passwordTrackerId) Returns the password tracker with the primary key.PasswordTrackerLocalService.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.PasswordTrackerLocalServiceWrapper.updatePasswordTracker
(PasswordTracker passwordTracker) Updates the password tracker in the database or adds it if it does not yet exist.Methods in com.liferay.portal.kernel.service that return types with arguments of type PasswordTrackerModifier and TypeMethodDescriptionPasswordTrackerLocalService.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.PasswordTrackerLocalServiceWrapper.getPasswordTrackers
(int start, int end) Returns a range of all the password trackers.Methods in com.liferay.portal.kernel.service with parameters of type PasswordTrackerModifier and TypeMethodDescriptionPasswordTrackerLocalService.addPasswordTracker
(PasswordTracker passwordTracker) Adds the password tracker to the database.static PasswordTracker
PasswordTrackerLocalServiceUtil.addPasswordTracker
(PasswordTracker passwordTracker) Adds the password tracker to the database.PasswordTrackerLocalServiceWrapper.addPasswordTracker
(PasswordTracker passwordTracker) Adds the password tracker to the database.PasswordTrackerLocalService.deletePasswordTracker
(PasswordTracker passwordTracker) Deletes the password tracker from the database.static PasswordTracker
PasswordTrackerLocalServiceUtil.deletePasswordTracker
(PasswordTracker passwordTracker) Deletes the password tracker from the database.PasswordTrackerLocalServiceWrapper.deletePasswordTracker
(PasswordTracker passwordTracker) Deletes the password tracker from the database.PasswordTrackerLocalService.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.PasswordTrackerLocalServiceWrapper.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.kernel.service.persistence
Methods in com.liferay.portal.kernel.service.persistence that return PasswordTrackerModifier and TypeMethodDescriptionPasswordTrackerPersistence.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.PasswordTrackerPersistence.fetchByPrimaryKey
(long passwordTrackerId) Returns the password tracker with the primary key or returnsnull
if it could not be found.static PasswordTracker
PasswordTrackerUtil.fetchByPrimaryKey
(long passwordTrackerId) Returns the password tracker with the primary key or returnsnull
if it could not be found.PasswordTrackerPersistence.fetchByUserId_First
(long userId, OrderByComparator<PasswordTracker> orderByComparator) Returns the first password tracker in the ordered set where userId = ?.static PasswordTracker
PasswordTrackerUtil.fetchByUserId_First
(long userId, OrderByComparator<PasswordTracker> orderByComparator) Returns the first password tracker in the ordered set where userId = ?.PasswordTrackerPersistence.fetchByUserId_Last
(long userId, OrderByComparator<PasswordTracker> orderByComparator) Returns the last password tracker in the ordered set where userId = ?.static PasswordTracker
PasswordTrackerUtil.fetchByUserId_Last
(long userId, OrderByComparator<PasswordTracker> orderByComparator) Returns the last password tracker in the ordered set where userId = ?.PasswordTrackerPersistence.findByPrimaryKey
(long passwordTrackerId) Returns the password tracker with the primary key or throws aNoSuchPasswordTrackerException
if it could not be found.static PasswordTracker
PasswordTrackerUtil.findByPrimaryKey
(long passwordTrackerId) Returns the password tracker with the primary key or throws aNoSuchPasswordTrackerException
if it could not be found.PasswordTrackerPersistence.findByUserId_First
(long userId, OrderByComparator<PasswordTracker> orderByComparator) Returns the first password tracker in the ordered set where userId = ?.static PasswordTracker
PasswordTrackerUtil.findByUserId_First
(long userId, OrderByComparator<PasswordTracker> orderByComparator) Returns the first password tracker in the ordered set where userId = ?.PasswordTrackerPersistence.findByUserId_Last
(long userId, OrderByComparator<PasswordTracker> orderByComparator) Returns the last password tracker in the ordered set where userId = ?.static PasswordTracker
PasswordTrackerUtil.findByUserId_Last
(long userId, OrderByComparator<PasswordTracker> orderByComparator) Returns the last password tracker in the ordered set where userId = ?.PasswordTrackerPersistence.findByUserId_PrevAndNext
(long passwordTrackerId, long userId, OrderByComparator<PasswordTracker> 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<PasswordTracker> orderByComparator) Returns the password trackers before and after the current password tracker in the ordered set where userId = ?.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) PasswordTrackerPersistence.updateImpl
(PasswordTracker passwordTracker) static PasswordTracker
PasswordTrackerUtil.updateImpl
(PasswordTracker passwordTracker) Methods in com.liferay.portal.kernel.service.persistence that return types with arguments of type PasswordTrackerModifier and TypeMethodDescriptionstatic Map<Serializable,
PasswordTracker> PasswordTrackerUtil.fetchByPrimaryKeys
(Set<Serializable> primaryKeys) PasswordTrackerPersistence.findAll()
Returns all the password trackers.PasswordTrackerPersistence.findAll
(int start, int end) Returns a range of all the password trackers.PasswordTrackerPersistence.findAll
(int start, int end, OrderByComparator<PasswordTracker> orderByComparator) Returns an ordered range of all the password trackers.PasswordTrackerPersistence.findAll
(int start, int end, OrderByComparator<PasswordTracker> orderByComparator, boolean useFinderCache) Returns an ordered range of all the password trackers.static List<PasswordTracker>
PasswordTrackerUtil.findAll()
Returns all the password trackers.static List<PasswordTracker>
PasswordTrackerUtil.findAll
(int start, int end) Returns a range of all the password trackers.static List<PasswordTracker>
PasswordTrackerUtil.findAll
(int start, int end, OrderByComparator<PasswordTracker> orderByComparator) Returns an ordered range of all the password trackers.static List<PasswordTracker>
PasswordTrackerUtil.findAll
(int start, int end, OrderByComparator<PasswordTracker> orderByComparator, boolean useFinderCache) Returns an ordered range of all the password trackers.PasswordTrackerPersistence.findByUserId
(long userId) Returns all the password trackers where userId = ?.PasswordTrackerPersistence.findByUserId
(long userId, int start, int end) Returns a range of all the password trackers where userId = ?.PasswordTrackerPersistence.findByUserId
(long userId, int start, int end, OrderByComparator<PasswordTracker> orderByComparator) Returns an ordered range of all the password trackers where userId = ?.PasswordTrackerPersistence.findByUserId
(long userId, int start, int end, OrderByComparator<PasswordTracker> orderByComparator, boolean useFinderCache) Returns an ordered range of all the password trackers where userId = ?.static List<PasswordTracker>
PasswordTrackerUtil.findByUserId
(long userId) Returns 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 = ?.static List<PasswordTracker>
PasswordTrackerUtil.findByUserId
(long userId, int start, int end, OrderByComparator<PasswordTracker> orderByComparator) Returns an ordered range of all the password trackers where userId = ?.static List<PasswordTracker>
PasswordTrackerUtil.findByUserId
(long userId, int start, int end, OrderByComparator<PasswordTracker> orderByComparator, boolean useFinderCache) 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<PasswordTracker> orderByComparator) Methods in com.liferay.portal.kernel.service.persistence with parameters of type PasswordTrackerModifier and TypeMethodDescriptionvoid
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) PasswordTrackerPersistence.updateImpl
(PasswordTracker passwordTracker) static PasswordTracker
PasswordTrackerUtil.updateImpl
(PasswordTracker passwordTracker) Method parameters in com.liferay.portal.kernel.service.persistence with type arguments of type PasswordTrackerModifier and TypeMethodDescriptionvoid
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.PasswordTrackerPersistence.fetchByUserId_First
(long userId, OrderByComparator<PasswordTracker> orderByComparator) Returns the first password tracker in the ordered set where userId = ?.static PasswordTracker
PasswordTrackerUtil.fetchByUserId_First
(long userId, OrderByComparator<PasswordTracker> orderByComparator) Returns the first password tracker in the ordered set where userId = ?.PasswordTrackerPersistence.fetchByUserId_Last
(long userId, OrderByComparator<PasswordTracker> orderByComparator) Returns the last password tracker in the ordered set where userId = ?.static PasswordTracker
PasswordTrackerUtil.fetchByUserId_Last
(long userId, OrderByComparator<PasswordTracker> orderByComparator) Returns the last password tracker in the ordered set where userId = ?.PasswordTrackerPersistence.findAll
(int start, int end, OrderByComparator<PasswordTracker> orderByComparator) Returns an ordered range of all the password trackers.PasswordTrackerPersistence.findAll
(int start, int end, OrderByComparator<PasswordTracker> orderByComparator, boolean useFinderCache) Returns an ordered range of all the password trackers.static List<PasswordTracker>
PasswordTrackerUtil.findAll
(int start, int end, OrderByComparator<PasswordTracker> orderByComparator) Returns an ordered range of all the password trackers.static List<PasswordTracker>
PasswordTrackerUtil.findAll
(int start, int end, OrderByComparator<PasswordTracker> orderByComparator, boolean useFinderCache) Returns an ordered range of all the password trackers.PasswordTrackerPersistence.findByUserId
(long userId, int start, int end, OrderByComparator<PasswordTracker> orderByComparator) Returns an ordered range of all the password trackers where userId = ?.PasswordTrackerPersistence.findByUserId
(long userId, int start, int end, OrderByComparator<PasswordTracker> orderByComparator, boolean useFinderCache) Returns an ordered range of all the password trackers where userId = ?.static List<PasswordTracker>
PasswordTrackerUtil.findByUserId
(long userId, int start, int end, OrderByComparator<PasswordTracker> orderByComparator) Returns an ordered range of all the password trackers where userId = ?.static List<PasswordTracker>
PasswordTrackerUtil.findByUserId
(long userId, int start, int end, OrderByComparator<PasswordTracker> orderByComparator, boolean useFinderCache) Returns an ordered range of all the password trackers where userId = ?.PasswordTrackerPersistence.findByUserId_First
(long userId, OrderByComparator<PasswordTracker> orderByComparator) Returns the first password tracker in the ordered set where userId = ?.static PasswordTracker
PasswordTrackerUtil.findByUserId_First
(long userId, OrderByComparator<PasswordTracker> orderByComparator) Returns the first password tracker in the ordered set where userId = ?.PasswordTrackerPersistence.findByUserId_Last
(long userId, OrderByComparator<PasswordTracker> orderByComparator) Returns the last password tracker in the ordered set where userId = ?.static PasswordTracker
PasswordTrackerUtil.findByUserId_Last
(long userId, OrderByComparator<PasswordTracker> orderByComparator) Returns the last password tracker in the ordered set where userId = ?.PasswordTrackerPersistence.findByUserId_PrevAndNext
(long passwordTrackerId, long userId, OrderByComparator<PasswordTracker> 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<PasswordTracker> orderByComparator) Returns the password trackers before and after the current password tracker in the ordered set where userId = ?.static List<PasswordTracker>
PasswordTrackerUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<PasswordTracker> orderByComparator)