Liferay 6.2-ce-ga5

Uses of Class
com.liferay.portal.NoSuchBrowserTrackerException

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

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)
          Returns the browser tracker with the primary key or throws a NoSuchBrowserTrackerException if it could not be found.
 BrowserTracker BrowserTrackerPersistence.findByPrimaryKey(long browserTrackerId)
          Returns the browser tracker with the primary key or throws a NoSuchBrowserTrackerException if it could not be found.
static BrowserTracker BrowserTrackerUtil.findByUserId(long userId)
          Returns the browser tracker where userId = ? or throws a NoSuchBrowserTrackerException if it could not be found.
 BrowserTracker BrowserTrackerPersistence.findByUserId(long userId)
          Returns 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.
static BrowserTracker BrowserTrackerUtil.removeByUserId(long userId)
          Removes the browser tracker where userId = ? from the database.
 BrowserTracker BrowserTrackerPersistence.removeByUserId(long userId)
          Removes the browser tracker where userId = ? from the database.
 


Liferay 6.2-ce-ga5