Liferay 6.1.2-ce-ga3

Uses of Class
com.liferay.portal.NoSuchPasswordTrackerException

Packages that use NoSuchPasswordTrackerException
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
 

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

Methods in com.liferay.portal.service.persistence that throw NoSuchPasswordTrackerException
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.findByPrimaryKey(long passwordTrackerId)
          Returns the password tracker with the primary key or throws a NoSuchPasswordTrackerException if it could not be found.
static PasswordTracker PasswordTrackerUtil.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first password tracker in the ordered set where userId = ?.
 PasswordTracker PasswordTrackerPersistence.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first 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_Last(long userId, OrderByComparator orderByComparator)
          Returns the last 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.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.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.
 


Liferay 6.1.2-ce-ga3