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