Uses of Class
com.liferay.portal.kernel.exception.NoSuchBrowserTrackerException
Packages that use NoSuchBrowserTrackerException
Package
Description
This package defines the portal service persistence interfaces, classes, and utilities.
-
Uses of NoSuchBrowserTrackerException in com.liferay.portal.kernel.service.persistence
Methods in com.liferay.portal.kernel.service.persistence that throw NoSuchBrowserTrackerExceptionModifier and TypeMethodDescriptionBrowserTrackerPersistence.findByPrimaryKey(long browserTrackerId) Returns the browser tracker with the primary key or throws aNoSuchBrowserTrackerExceptionif it could not be found.static BrowserTrackerBrowserTrackerUtil.findByPrimaryKey(long browserTrackerId) Returns the browser tracker with the primary key or throws aNoSuchBrowserTrackerExceptionif it could not be found.BrowserTrackerPersistence.findByUserId(long userId) Returns the browser tracker where userId = ? or throws aNoSuchBrowserTrackerExceptionif it could not be found.static BrowserTrackerBrowserTrackerUtil.findByUserId(long userId) Returns the browser tracker where userId = ? or throws aNoSuchBrowserTrackerExceptionif it could not be found.BrowserTrackerPersistence.remove(long browserTrackerId) Removes the browser tracker with the primary key from the database.static BrowserTrackerBrowserTrackerUtil.remove(long browserTrackerId) Removes the browser tracker with the primary key from the database.BrowserTrackerPersistence.removeByUserId(long userId) Removes the browser tracker where userId = ? from the database.static BrowserTrackerBrowserTrackerUtil.removeByUserId(long userId) Removes the browser tracker where userId = ? from the database.