Package | Description |
---|---|
com.liferay.portal.kernel.service.persistence |
This package defines the portal service persistence interfaces, classes, and utilities.
|
Modifier and Type | Method and Description |
---|---|
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.findByPrimaryKey(long browserTrackerId)
Returns the browser tracker with the primary key 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.findByUserId(long userId)
Returns the browser tracker where userId = ? or throws a
NoSuchBrowserTrackerException if it could not be found. |
BrowserTracker |
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.
|
BrowserTracker |
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.
|