Liferay 6.0.5

Uses of Class
com.liferay.portal.NoSuchBrowserTrackerException

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

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

Methods in com.liferay.portal.service.persistence that throw NoSuchBrowserTrackerException
static BrowserTracker BrowserTrackerUtil.findByPrimaryKey(long browserTrackerId)
          Finds the browser tracker with the primary key or throws a NoSuchBrowserTrackerException if it could not be found.
 BrowserTracker BrowserTrackerPersistence.findByPrimaryKey(long browserTrackerId)
          Finds the browser tracker with the primary key or throws a NoSuchBrowserTrackerException if it could not be found.
 BrowserTracker BrowserTrackerPersistenceImpl.findByPrimaryKey(long browserTrackerId)
          Finds the browser tracker with the primary key or throws a NoSuchBrowserTrackerException if it could not be found.
static BrowserTracker BrowserTrackerUtil.findByUserId(long userId)
          Finds the browser tracker where userId = ? or throws a NoSuchBrowserTrackerException if it could not be found.
 BrowserTracker BrowserTrackerPersistence.findByUserId(long userId)
          Finds the browser tracker where userId = ? or throws a NoSuchBrowserTrackerException if it could not be found.
 BrowserTracker BrowserTrackerPersistenceImpl.findByUserId(long userId)
          Finds the browser tracker where userId = ? or throws a NoSuchBrowserTrackerException if it could not be found.
static BrowserTracker BrowserTrackerUtil.remove(long browserTrackerId)
          Removes the browser tracker with the primary key from the database.
 BrowserTracker BrowserTrackerPersistence.remove(long browserTrackerId)
          Removes the browser tracker with the primary key from the database.
 BrowserTracker BrowserTrackerPersistenceImpl.remove(long browserTrackerId)
          Removes the browser tracker with the primary key from the database.
static void BrowserTrackerUtil.removeByUserId(long userId)
          Removes the browser tracker where userId = ? from the database.
 void BrowserTrackerPersistence.removeByUserId(long userId)
          Removes the browser tracker where userId = ? from the database.
 void BrowserTrackerPersistenceImpl.removeByUserId(long userId)
          Removes the browser tracker where userId = ? from the database.
 


Liferay 6.0.5