|
Liferay 6.1.10-ee-ga1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NoSuchBrowserTrackerException | |
---|---|
com.liferay.portal.service.persistence | This package defines the portal service persistence interfaces and classes. |
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. |
BrowserTracker |
BrowserTrackerPersistenceImpl.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. |
BrowserTracker |
BrowserTrackerPersistenceImpl.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. |
BrowserTracker |
BrowserTrackerPersistenceImpl.remove(long browserTrackerId)
Removes the browser tracker with the primary key from the database. |
BrowserTracker |
BrowserTrackerPersistenceImpl.remove(Serializable primaryKey)
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.1.10-ee-ga1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |