Uses of Class
com.liferay.portal.kernel.exception.NoSuchPasswordTrackerException
Packages that use NoSuchPasswordTrackerException
Package
Description
This package defines the portal service persistence interfaces, classes, and utilities.
-
Uses of NoSuchPasswordTrackerException in com.liferay.portal.kernel.service.persistence
Methods in com.liferay.portal.kernel.service.persistence that throw NoSuchPasswordTrackerExceptionModifier and TypeMethodDescriptionPasswordTrackerPersistence.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.