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_ACCESSORMethods 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 PasswordTrackerWrapperPasswordTrackerWrapper.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 PasswordTrackerPasswordTrackerLocalServiceUtil.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 PasswordTrackerPasswordTrackerLocalServiceUtil.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 PasswordTrackerPasswordTrackerLocalServiceUtil.deletePasswordTracker(long passwordTrackerId) Deletes the password tracker with the primary key from the database.static PasswordTrackerPasswordTrackerLocalServiceUtil.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 PasswordTrackerPasswordTrackerLocalServiceUtil.fetchPasswordTracker(long passwordTrackerId) PasswordTrackerLocalServiceWrapper.fetchPasswordTracker(long passwordTrackerId) PasswordTrackerLocalService.getPasswordTracker(long passwordTrackerId) Returns the password tracker with the primary key.static PasswordTrackerPasswordTrackerLocalServiceUtil.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 PasswordTrackerPasswordTrackerLocalServiceUtil.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 PasswordTrackerPasswordTrackerLocalServiceUtil.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 PasswordTrackerPasswordTrackerLocalServiceUtil.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 PasswordTrackerPasswordTrackerLocalServiceUtil.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 PasswordTrackerPasswordTrackerUtil.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 returnsnullif it could not be found.static PasswordTrackerPasswordTrackerUtil.fetchByPrimaryKey(long passwordTrackerId) Returns the password tracker with the primary key or returnsnullif 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 PasswordTrackerPasswordTrackerUtil.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 PasswordTrackerPasswordTrackerUtil.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 aNoSuchPasswordTrackerExceptionif it could not be found.static PasswordTrackerPasswordTrackerUtil.findByPrimaryKey(long passwordTrackerId) Returns the password tracker with the primary key or throws aNoSuchPasswordTrackerExceptionif 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 PasswordTrackerPasswordTrackerUtil.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 PasswordTrackerPasswordTrackerUtil.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 PasswordTrackerPasswordTrackerUtil.remove(long passwordTrackerId) Removes the password tracker with the primary key from the database.static PasswordTrackerPasswordTrackerUtil.update(PasswordTracker passwordTracker) static PasswordTrackerPasswordTrackerUtil.update(PasswordTracker passwordTracker, ServiceContext serviceContext) PasswordTrackerPersistence.updateImpl(PasswordTracker passwordTracker) static PasswordTrackerPasswordTrackerUtil.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 TypeMethodDescriptionvoidPasswordTrackerPersistence.cacheResult(PasswordTracker passwordTracker) Caches the password tracker in the entity cache if it is enabled.static voidPasswordTrackerUtil.cacheResult(PasswordTracker passwordTracker) Caches the password tracker in the entity cache if it is enabled.static voidPasswordTrackerUtil.clearCache(PasswordTracker passwordTracker) static PasswordTrackerPasswordTrackerUtil.update(PasswordTracker passwordTracker) static PasswordTrackerPasswordTrackerUtil.update(PasswordTracker passwordTracker, ServiceContext serviceContext) PasswordTrackerPersistence.updateImpl(PasswordTracker passwordTracker) static PasswordTrackerPasswordTrackerUtil.updateImpl(PasswordTracker passwordTracker) Method parameters in com.liferay.portal.kernel.service.persistence with type arguments of type PasswordTrackerModifier and TypeMethodDescriptionvoidPasswordTrackerPersistence.cacheResult(List<PasswordTracker> passwordTrackers) Caches the password trackers in the entity cache if it is enabled.static voidPasswordTrackerUtil.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 PasswordTrackerPasswordTrackerUtil.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 PasswordTrackerPasswordTrackerUtil.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 PasswordTrackerPasswordTrackerUtil.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 PasswordTrackerPasswordTrackerUtil.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)