Uses of Class
com.liferay.portal.kernel.exception.NoSuchUserTrackerPathException
Packages that use NoSuchUserTrackerPathException
Package
Description
This package defines the portal service persistence interfaces, classes, and utilities.
-
Uses of NoSuchUserTrackerPathException in com.liferay.portal.kernel.service.persistence
Methods in com.liferay.portal.kernel.service.persistence that throw NoSuchUserTrackerPathExceptionModifier and TypeMethodDescriptionUserTrackerPathPersistence.findByPrimaryKey(long userTrackerPathId) Returns the user tracker path with the primary key or throws aNoSuchUserTrackerPathExceptionif it could not be found.static UserTrackerPathUserTrackerPathUtil.findByPrimaryKey(long userTrackerPathId) Returns the user tracker path with the primary key or throws aNoSuchUserTrackerPathExceptionif it could not be found.UserTrackerPathPersistence.findByUserTrackerId_First(long userTrackerId, OrderByComparator<UserTrackerPath> orderByComparator) Returns the first user tracker path in the ordered set where userTrackerId = ?.static UserTrackerPathUserTrackerPathUtil.findByUserTrackerId_First(long userTrackerId, OrderByComparator<UserTrackerPath> orderByComparator) Returns the first user tracker path in the ordered set where userTrackerId = ?.UserTrackerPathPersistence.findByUserTrackerId_Last(long userTrackerId, OrderByComparator<UserTrackerPath> orderByComparator) Returns the last user tracker path in the ordered set where userTrackerId = ?.static UserTrackerPathUserTrackerPathUtil.findByUserTrackerId_Last(long userTrackerId, OrderByComparator<UserTrackerPath> orderByComparator) Returns the last user tracker path in the ordered set where userTrackerId = ?.UserTrackerPathPersistence.findByUserTrackerId_PrevAndNext(long userTrackerPathId, long userTrackerId, OrderByComparator<UserTrackerPath> orderByComparator) Returns the user tracker paths before and after the current user tracker path in the ordered set where userTrackerId = ?.static UserTrackerPath[]UserTrackerPathUtil.findByUserTrackerId_PrevAndNext(long userTrackerPathId, long userTrackerId, OrderByComparator<UserTrackerPath> orderByComparator) Returns the user tracker paths before and after the current user tracker path in the ordered set where userTrackerId = ?.UserTrackerPathPersistence.remove(long userTrackerPathId) Removes the user tracker path with the primary key from the database.static UserTrackerPathUserTrackerPathUtil.remove(long userTrackerPathId) Removes the user tracker path with the primary key from the database.