Uses of Class
com.liferay.portal.kernel.exception.NoSuchUserTrackerException
Packages that use NoSuchUserTrackerException
Package
Description
This package defines the portal service persistence interfaces, classes, and utilities.
-
Uses of NoSuchUserTrackerException in com.liferay.portal.kernel.service.persistence
Methods in com.liferay.portal.kernel.service.persistence that throw NoSuchUserTrackerExceptionModifier and TypeMethodDescriptionUserTrackerPersistence.findByCompanyId_First
(long companyId, OrderByComparator<UserTracker> orderByComparator) Returns the first user tracker in the ordered set where companyId = ?.static UserTracker
UserTrackerUtil.findByCompanyId_First
(long companyId, OrderByComparator<UserTracker> orderByComparator) Returns the first user tracker in the ordered set where companyId = ?.UserTrackerPersistence.findByCompanyId_Last
(long companyId, OrderByComparator<UserTracker> orderByComparator) Returns the last user tracker in the ordered set where companyId = ?.static UserTracker
UserTrackerUtil.findByCompanyId_Last
(long companyId, OrderByComparator<UserTracker> orderByComparator) Returns the last user tracker in the ordered set where companyId = ?.UserTrackerPersistence.findByCompanyId_PrevAndNext
(long userTrackerId, long companyId, OrderByComparator<UserTracker> orderByComparator) Returns the user trackers before and after the current user tracker in the ordered set where companyId = ?.static UserTracker[]
UserTrackerUtil.findByCompanyId_PrevAndNext
(long userTrackerId, long companyId, OrderByComparator<UserTracker> orderByComparator) Returns the user trackers before and after the current user tracker in the ordered set where companyId = ?.UserTrackerPersistence.findByPrimaryKey
(long userTrackerId) Returns the user tracker with the primary key or throws aNoSuchUserTrackerException
if it could not be found.static UserTracker
UserTrackerUtil.findByPrimaryKey
(long userTrackerId) Returns the user tracker with the primary key or throws aNoSuchUserTrackerException
if it could not be found.UserTrackerPersistence.findBySessionId_First
(String sessionId, OrderByComparator<UserTracker> orderByComparator) Returns the first user tracker in the ordered set where sessionId = ?.static UserTracker
UserTrackerUtil.findBySessionId_First
(String sessionId, OrderByComparator<UserTracker> orderByComparator) Returns the first user tracker in the ordered set where sessionId = ?.UserTrackerPersistence.findBySessionId_Last
(String sessionId, OrderByComparator<UserTracker> orderByComparator) Returns the last user tracker in the ordered set where sessionId = ?.static UserTracker
UserTrackerUtil.findBySessionId_Last
(String sessionId, OrderByComparator<UserTracker> orderByComparator) Returns the last user tracker in the ordered set where sessionId = ?.UserTrackerPersistence.findBySessionId_PrevAndNext
(long userTrackerId, String sessionId, OrderByComparator<UserTracker> orderByComparator) Returns the user trackers before and after the current user tracker in the ordered set where sessionId = ?.static UserTracker[]
UserTrackerUtil.findBySessionId_PrevAndNext
(long userTrackerId, String sessionId, OrderByComparator<UserTracker> orderByComparator) Returns the user trackers before and after the current user tracker in the ordered set where sessionId = ?.UserTrackerPersistence.findByUserId_First
(long userId, OrderByComparator<UserTracker> orderByComparator) Returns the first user tracker in the ordered set where userId = ?.static UserTracker
UserTrackerUtil.findByUserId_First
(long userId, OrderByComparator<UserTracker> orderByComparator) Returns the first user tracker in the ordered set where userId = ?.UserTrackerPersistence.findByUserId_Last
(long userId, OrderByComparator<UserTracker> orderByComparator) Returns the last user tracker in the ordered set where userId = ?.static UserTracker
UserTrackerUtil.findByUserId_Last
(long userId, OrderByComparator<UserTracker> orderByComparator) Returns the last user tracker in the ordered set where userId = ?.UserTrackerPersistence.findByUserId_PrevAndNext
(long userTrackerId, long userId, OrderByComparator<UserTracker> orderByComparator) Returns the user trackers before and after the current user tracker in the ordered set where userId = ?.static UserTracker[]
UserTrackerUtil.findByUserId_PrevAndNext
(long userTrackerId, long userId, OrderByComparator<UserTracker> orderByComparator) Returns the user trackers before and after the current user tracker in the ordered set where userId = ?.UserTrackerPersistence.remove
(long userTrackerId) Removes the user tracker with the primary key from the database.static UserTracker
UserTrackerUtil.remove
(long userTrackerId) Removes the user tracker with the primary key from the database.