Liferay 6.0.5

Uses of Class
com.liferay.portal.NoSuchPasswordTrackerException

Packages that use NoSuchPasswordTrackerException
com.liferay.portal.service.persistence   
 

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)
          Finds the password tracker with the primary key or throws a NoSuchPasswordTrackerException if it could not be found.
 PasswordTracker PasswordTrackerPersistence.findByPrimaryKey(long passwordTrackerId)
          Finds the password tracker with the primary key or throws a NoSuchPasswordTrackerException if it could not be found.
 PasswordTracker PasswordTrackerPersistenceImpl.findByPrimaryKey(long passwordTrackerId)
          Finds 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)
          Finds the first password tracker in the ordered set where userId = ?.
 PasswordTracker PasswordTrackerPersistence.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Finds the first password tracker in the ordered set where userId = ?.
 PasswordTracker PasswordTrackerPersistenceImpl.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Finds the first password tracker in the ordered set where userId = ?.
static PasswordTracker PasswordTrackerUtil.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Finds the last password tracker in the ordered set where userId = ?.
 PasswordTracker PasswordTrackerPersistence.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Finds the last password tracker in the ordered set where userId = ?.
 PasswordTracker PasswordTrackerPersistenceImpl.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Finds the last password tracker in the ordered set where userId = ?.
static PasswordTracker[] PasswordTrackerUtil.findByUserId_PrevAndNext(long passwordTrackerId, long userId, OrderByComparator orderByComparator)
          Finds 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)
          Finds the password trackers before and after the current password tracker in the ordered set where userId = ?.
 PasswordTracker[] PasswordTrackerPersistenceImpl.findByUserId_PrevAndNext(long passwordTrackerId, long userId, OrderByComparator orderByComparator)
          Finds 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.
 PasswordTracker PasswordTrackerPersistenceImpl.remove(long passwordTrackerId)
          Removes the password tracker with the primary key from the database.
 


Liferay 6.0.5