Liferay 6.0.5

Uses of Class
com.liferay.portal.NoSuchUserTrackerException

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

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)
          Finds the first user tracker in the ordered set where companyId = ?.
 UserTracker UserTrackerPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Finds the first user tracker in the ordered set where companyId = ?.
 UserTracker UserTrackerPersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Finds the first user tracker in the ordered set where companyId = ?.
static UserTracker UserTrackerUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last user tracker in the ordered set where companyId = ?.
 UserTracker UserTrackerPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last user tracker in the ordered set where companyId = ?.
 UserTracker UserTrackerPersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last user tracker in the ordered set where companyId = ?.
static UserTracker[] UserTrackerUtil.findByCompanyId_PrevAndNext(long userTrackerId, long companyId, OrderByComparator orderByComparator)
          Finds 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)
          Finds the user trackers before and after the current user tracker in the ordered set where companyId = ?.
 UserTracker[] UserTrackerPersistenceImpl.findByCompanyId_PrevAndNext(long userTrackerId, long companyId, OrderByComparator orderByComparator)
          Finds the user trackers before and after the current user tracker in the ordered set where companyId = ?.
static UserTracker UserTrackerUtil.findByPrimaryKey(long userTrackerId)
          Finds the user tracker with the primary key or throws a NoSuchUserTrackerException if it could not be found.
 UserTracker UserTrackerPersistence.findByPrimaryKey(long userTrackerId)
          Finds the user tracker with the primary key or throws a NoSuchUserTrackerException if it could not be found.
 UserTracker UserTrackerPersistenceImpl.findByPrimaryKey(long userTrackerId)
          Finds 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)
          Finds the first user tracker in the ordered set where sessionId = ?.
 UserTracker UserTrackerPersistence.findBySessionId_First(String sessionId, OrderByComparator orderByComparator)
          Finds the first user tracker in the ordered set where sessionId = ?.
 UserTracker UserTrackerPersistenceImpl.findBySessionId_First(String sessionId, OrderByComparator orderByComparator)
          Finds the first user tracker in the ordered set where sessionId = ?.
static UserTracker UserTrackerUtil.findBySessionId_Last(String sessionId, OrderByComparator orderByComparator)
          Finds the last user tracker in the ordered set where sessionId = ?.
 UserTracker UserTrackerPersistence.findBySessionId_Last(String sessionId, OrderByComparator orderByComparator)
          Finds the last user tracker in the ordered set where sessionId = ?.
 UserTracker UserTrackerPersistenceImpl.findBySessionId_Last(String sessionId, OrderByComparator orderByComparator)
          Finds the last user tracker in the ordered set where sessionId = ?.
static UserTracker[] UserTrackerUtil.findBySessionId_PrevAndNext(long userTrackerId, String sessionId, OrderByComparator orderByComparator)
          Finds 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)
          Finds the user trackers before and after the current user tracker in the ordered set where sessionId = ?.
 UserTracker[] UserTrackerPersistenceImpl.findBySessionId_PrevAndNext(long userTrackerId, String sessionId, OrderByComparator orderByComparator)
          Finds 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)
          Finds the first user tracker in the ordered set where userId = ?.
 UserTracker UserTrackerPersistence.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Finds the first user tracker in the ordered set where userId = ?.
 UserTracker UserTrackerPersistenceImpl.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Finds the first user tracker in the ordered set where userId = ?.
static UserTracker UserTrackerUtil.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Finds the last user tracker in the ordered set where userId = ?.
 UserTracker UserTrackerPersistence.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Finds the last user tracker in the ordered set where userId = ?.
 UserTracker UserTrackerPersistenceImpl.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Finds the last user tracker in the ordered set where userId = ?.
static UserTracker[] UserTrackerUtil.findByUserId_PrevAndNext(long userTrackerId, long userId, OrderByComparator orderByComparator)
          Finds 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)
          Finds the user trackers before and after the current user tracker in the ordered set where userId = ?.
 UserTracker[] UserTrackerPersistenceImpl.findByUserId_PrevAndNext(long userTrackerId, long userId, OrderByComparator orderByComparator)
          Finds 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.
 UserTracker UserTrackerPersistenceImpl.remove(long userTrackerId)
          Removes the user tracker with the primary key from the database.
 


Liferay 6.0.5