Liferay 6.0.3

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)
           
 UserTracker UserTrackerPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
           
 UserTracker UserTrackerPersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
           
static UserTracker UserTrackerUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
           
 UserTracker UserTrackerPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
           
 UserTracker UserTrackerPersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
           
static UserTracker[] UserTrackerUtil.findByCompanyId_PrevAndNext(long userTrackerId, long companyId, OrderByComparator orderByComparator)
           
 UserTracker[] UserTrackerPersistence.findByCompanyId_PrevAndNext(long userTrackerId, long companyId, OrderByComparator orderByComparator)
           
 UserTracker[] UserTrackerPersistenceImpl.findByCompanyId_PrevAndNext(long userTrackerId, long companyId, OrderByComparator orderByComparator)
           
static UserTracker UserTrackerUtil.findByPrimaryKey(long userTrackerId)
           
 UserTracker UserTrackerPersistence.findByPrimaryKey(long userTrackerId)
           
 UserTracker UserTrackerPersistenceImpl.findByPrimaryKey(long userTrackerId)
           
static UserTracker UserTrackerUtil.findBySessionId_First(String sessionId, OrderByComparator orderByComparator)
           
 UserTracker UserTrackerPersistence.findBySessionId_First(String sessionId, OrderByComparator orderByComparator)
           
 UserTracker UserTrackerPersistenceImpl.findBySessionId_First(String sessionId, OrderByComparator orderByComparator)
           
static UserTracker UserTrackerUtil.findBySessionId_Last(String sessionId, OrderByComparator orderByComparator)
           
 UserTracker UserTrackerPersistence.findBySessionId_Last(String sessionId, OrderByComparator orderByComparator)
           
 UserTracker UserTrackerPersistenceImpl.findBySessionId_Last(String sessionId, OrderByComparator orderByComparator)
           
static UserTracker[] UserTrackerUtil.findBySessionId_PrevAndNext(long userTrackerId, String sessionId, OrderByComparator orderByComparator)
           
 UserTracker[] UserTrackerPersistence.findBySessionId_PrevAndNext(long userTrackerId, String sessionId, OrderByComparator orderByComparator)
           
 UserTracker[] UserTrackerPersistenceImpl.findBySessionId_PrevAndNext(long userTrackerId, String sessionId, OrderByComparator orderByComparator)
           
static UserTracker UserTrackerUtil.findByUserId_First(long userId, OrderByComparator orderByComparator)
           
 UserTracker UserTrackerPersistence.findByUserId_First(long userId, OrderByComparator orderByComparator)
           
 UserTracker UserTrackerPersistenceImpl.findByUserId_First(long userId, OrderByComparator orderByComparator)
           
static UserTracker UserTrackerUtil.findByUserId_Last(long userId, OrderByComparator orderByComparator)
           
 UserTracker UserTrackerPersistence.findByUserId_Last(long userId, OrderByComparator orderByComparator)
           
 UserTracker UserTrackerPersistenceImpl.findByUserId_Last(long userId, OrderByComparator orderByComparator)
           
static UserTracker[] UserTrackerUtil.findByUserId_PrevAndNext(long userTrackerId, long userId, OrderByComparator orderByComparator)
           
 UserTracker[] UserTrackerPersistence.findByUserId_PrevAndNext(long userTrackerId, long userId, OrderByComparator orderByComparator)
           
 UserTracker[] UserTrackerPersistenceImpl.findByUserId_PrevAndNext(long userTrackerId, long userId, OrderByComparator orderByComparator)
           
static UserTracker UserTrackerUtil.remove(long userTrackerId)
           
 UserTracker UserTrackerPersistence.remove(long userTrackerId)
           
 UserTracker UserTrackerPersistenceImpl.remove(long userTrackerId)
           
 


Liferay 6.0.3