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 |
---|---|
UserTracker |
UserTrackerPersistence.findByCompanyId_First(long companyId,
OrderByComparator<UserTracker> orderByComparator)
Returns the first user tracker in the ordered set where companyId = ?.
|
static UserTracker |
UserTrackerUtil.findByCompanyId_First(long companyId,
OrderByComparator<UserTracker> orderByComparator)
Returns the first user tracker in the ordered set where companyId = ?.
|
UserTracker |
UserTrackerPersistence.findByCompanyId_Last(long companyId,
OrderByComparator<UserTracker> orderByComparator)
Returns the last user tracker in the ordered set where companyId = ?.
|
static UserTracker |
UserTrackerUtil.findByCompanyId_Last(long companyId,
OrderByComparator<UserTracker> orderByComparator)
Returns the last user tracker in the ordered set where companyId = ?.
|
UserTracker[] |
UserTrackerPersistence.findByCompanyId_PrevAndNext(long userTrackerId,
long companyId,
OrderByComparator<UserTracker> orderByComparator)
Returns the user trackers before and after the current user tracker in the ordered set where companyId = ?.
|
static UserTracker[] |
UserTrackerUtil.findByCompanyId_PrevAndNext(long userTrackerId,
long companyId,
OrderByComparator<UserTracker> orderByComparator)
Returns the user trackers before and after the current user tracker in the ordered set where companyId = ?.
|
UserTracker |
UserTrackerPersistence.findByPrimaryKey(long userTrackerId)
Returns the user tracker with the primary key or throws a
NoSuchUserTrackerException if it could not be found. |
static UserTracker |
UserTrackerUtil.findByPrimaryKey(long userTrackerId)
Returns the user tracker with the primary key or throws a
NoSuchUserTrackerException if it could not be found. |
UserTracker |
UserTrackerPersistence.findBySessionId_First(String sessionId,
OrderByComparator<UserTracker> orderByComparator)
Returns the first user tracker in the ordered set where sessionId = ?.
|
static UserTracker |
UserTrackerUtil.findBySessionId_First(String sessionId,
OrderByComparator<UserTracker> orderByComparator)
Returns the first user tracker in the ordered set where sessionId = ?.
|
UserTracker |
UserTrackerPersistence.findBySessionId_Last(String sessionId,
OrderByComparator<UserTracker> orderByComparator)
Returns the last user tracker in the ordered set where sessionId = ?.
|
static UserTracker |
UserTrackerUtil.findBySessionId_Last(String sessionId,
OrderByComparator<UserTracker> orderByComparator)
Returns the last user tracker in the ordered set where sessionId = ?.
|
UserTracker[] |
UserTrackerPersistence.findBySessionId_PrevAndNext(long userTrackerId,
String sessionId,
OrderByComparator<UserTracker> orderByComparator)
Returns the user trackers before and after the current user tracker in the ordered set where sessionId = ?.
|
static UserTracker[] |
UserTrackerUtil.findBySessionId_PrevAndNext(long userTrackerId,
String sessionId,
OrderByComparator<UserTracker> orderByComparator)
Returns the user trackers before and after the current user tracker in the ordered set where sessionId = ?.
|
UserTracker |
UserTrackerPersistence.findByUserId_First(long userId,
OrderByComparator<UserTracker> orderByComparator)
Returns the first user tracker in the ordered set where userId = ?.
|
static UserTracker |
UserTrackerUtil.findByUserId_First(long userId,
OrderByComparator<UserTracker> orderByComparator)
Returns the first user tracker in the ordered set where userId = ?.
|
UserTracker |
UserTrackerPersistence.findByUserId_Last(long userId,
OrderByComparator<UserTracker> orderByComparator)
Returns the last user tracker in the ordered set where userId = ?.
|
static UserTracker |
UserTrackerUtil.findByUserId_Last(long userId,
OrderByComparator<UserTracker> orderByComparator)
Returns the last user tracker in the ordered set where userId = ?.
|
UserTracker[] |
UserTrackerPersistence.findByUserId_PrevAndNext(long userTrackerId,
long userId,
OrderByComparator<UserTracker> orderByComparator)
Returns the user trackers before and after the current user tracker in the ordered set where userId = ?.
|
static UserTracker[] |
UserTrackerUtil.findByUserId_PrevAndNext(long userTrackerId,
long userId,
OrderByComparator<UserTracker> orderByComparator)
Returns the user trackers before and after the current user tracker in the ordered set where userId = ?.
|
UserTracker |
UserTrackerPersistence.remove(long userTrackerId)
Removes the user tracker with the primary key from the database.
|
static UserTracker |
UserTrackerUtil.remove(long userTrackerId)
Removes the user tracker with the primary key from the database.
|