Liferay 6.2-ce-ga5

Uses of Class
com.liferay.portal.NoSuchUserTrackerException

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

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

Methods in com.liferay.portal.service.persistence that throw NoSuchUserTrackerException
static UserTracker UserTrackerUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first user tracker in the ordered set where companyId = ?.
 UserTracker UserTrackerPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first user tracker in the ordered set where companyId = ?.
static UserTracker UserTrackerUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last user tracker in the ordered set where companyId = ?.
 UserTracker UserTrackerPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last user tracker in the ordered set where companyId = ?.
static UserTracker[] UserTrackerUtil.findByCompanyId_PrevAndNext(long userTrackerId, long companyId, OrderByComparator orderByComparator)
          Returns the user trackers before and after the current user tracker in the ordered set where companyId = ?.
 UserTracker[] UserTrackerPersistence.findByCompanyId_PrevAndNext(long userTrackerId, long companyId, OrderByComparator orderByComparator)
          Returns the user trackers before and after the current user tracker in the ordered set where companyId = ?.
static UserTracker UserTrackerUtil.findByPrimaryKey(long userTrackerId)
          Returns the user tracker with the primary key or throws a NoSuchUserTrackerException if it could not be found.
 UserTracker UserTrackerPersistence.findByPrimaryKey(long userTrackerId)
          Returns the user tracker with the primary key or throws a NoSuchUserTrackerException if it could not be found.
static UserTracker UserTrackerUtil.findBySessionId_First(String sessionId, OrderByComparator orderByComparator)
          Returns the first user tracker in the ordered set where sessionId = ?.
 UserTracker UserTrackerPersistence.findBySessionId_First(String sessionId, OrderByComparator orderByComparator)
          Returns the first user tracker in the ordered set where sessionId = ?.
static UserTracker UserTrackerUtil.findBySessionId_Last(String sessionId, OrderByComparator orderByComparator)
          Returns the last user tracker in the ordered set where sessionId = ?.
 UserTracker UserTrackerPersistence.findBySessionId_Last(String sessionId, OrderByComparator orderByComparator)
          Returns the last user tracker in the ordered set where sessionId = ?.
static UserTracker[] UserTrackerUtil.findBySessionId_PrevAndNext(long userTrackerId, String sessionId, OrderByComparator orderByComparator)
          Returns the user trackers before and after the current user tracker in the ordered set where sessionId = ?.
 UserTracker[] UserTrackerPersistence.findBySessionId_PrevAndNext(long userTrackerId, String sessionId, OrderByComparator orderByComparator)
          Returns the user trackers before and after the current user tracker in the ordered set where sessionId = ?.
static UserTracker UserTrackerUtil.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first user tracker in the ordered set where userId = ?.
 UserTracker UserTrackerPersistence.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first user tracker in the ordered set where userId = ?.
static UserTracker UserTrackerUtil.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last user tracker in the ordered set where userId = ?.
 UserTracker UserTrackerPersistence.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last user tracker in the ordered set where userId = ?.
static UserTracker[] UserTrackerUtil.findByUserId_PrevAndNext(long userTrackerId, long userId, OrderByComparator orderByComparator)
          Returns the user trackers before and after the current user tracker in the ordered set where userId = ?.
 UserTracker[] UserTrackerPersistence.findByUserId_PrevAndNext(long userTrackerId, long userId, OrderByComparator orderByComparator)
          Returns the user trackers before and after the current user tracker in the ordered set where userId = ?.
static UserTracker UserTrackerUtil.remove(long userTrackerId)
          Removes the user tracker with the primary key from the database.
 UserTracker UserTrackerPersistence.remove(long userTrackerId)
          Removes the user tracker with the primary key from the database.
 


Liferay 6.2-ce-ga5