|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NoSuchPasswordTrackerException | |
|---|---|
| com.liferay.portal.service.persistence | This package defines the portal service persistence interfaces, classes, and utilities. |
| com.liferay.portal.service.persistence.impl | This package defines the portal service persistence implementation base classes. |
| Uses of NoSuchPasswordTrackerException in com.liferay.portal.service.persistence |
|---|
| Methods in com.liferay.portal.service.persistence that throw NoSuchPasswordTrackerException | |
|---|---|
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.findByPrimaryKey(long passwordTrackerId)
Returns the password tracker with the primary key or throws a NoSuchPasswordTrackerException if it could not be found. |
PasswordTracker |
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 = ?. |
PasswordTracker |
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 = ?. |
PasswordTracker[] |
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 = ?. |
PasswordTracker |
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. |
| Uses of NoSuchPasswordTrackerException in com.liferay.portal.service.persistence.impl |
|---|
| Methods in com.liferay.portal.service.persistence.impl that throw NoSuchPasswordTrackerException | |
|---|---|
PasswordTracker |
PasswordTrackerPersistenceImpl.findByPrimaryKey(long passwordTrackerId)
Returns the password tracker with the primary key or throws a NoSuchPasswordTrackerException if it could not be found. |
PasswordTracker |
PasswordTrackerPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
Returns the password tracker with the primary key or throws a NoSuchModelException if it could not be found. |
PasswordTracker |
PasswordTrackerPersistenceImpl.findByUserId_First(long userId,
OrderByComparator<PasswordTracker> orderByComparator)
Returns the first password tracker in the ordered set where userId = ?. |
PasswordTracker |
PasswordTrackerPersistenceImpl.findByUserId_Last(long userId,
OrderByComparator<PasswordTracker> orderByComparator)
Returns the last password tracker in the ordered set where userId = ?. |
PasswordTracker[] |
PasswordTrackerPersistenceImpl.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 = ?. |
PasswordTracker |
PasswordTrackerPersistenceImpl.remove(long passwordTrackerId)
Removes the password tracker with the primary key from the database. |
PasswordTracker |
PasswordTrackerPersistenceImpl.remove(Serializable primaryKey)
Removes the password tracker with the primary key from the database. |
|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||