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 |
---|---|
SystemEvent |
SystemEventPersistence.findByG_C_C_First(long groupId,
long classNameId,
long classPK,
OrderByComparator<SystemEvent> orderByComparator)
Returns the first system event in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
|
static SystemEvent |
SystemEventUtil.findByG_C_C_First(long groupId,
long classNameId,
long classPK,
OrderByComparator<SystemEvent> orderByComparator)
Returns the first system event in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
|
SystemEvent |
SystemEventPersistence.findByG_C_C_Last(long groupId,
long classNameId,
long classPK,
OrderByComparator<SystemEvent> orderByComparator)
Returns the last system event in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
|
static SystemEvent |
SystemEventUtil.findByG_C_C_Last(long groupId,
long classNameId,
long classPK,
OrderByComparator<SystemEvent> orderByComparator)
Returns the last system event in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
|
SystemEvent[] |
SystemEventPersistence.findByG_C_C_PrevAndNext(long systemEventId,
long groupId,
long classNameId,
long classPK,
OrderByComparator<SystemEvent> orderByComparator)
Returns the system events before and after the current system event in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
|
static SystemEvent[] |
SystemEventUtil.findByG_C_C_PrevAndNext(long systemEventId,
long groupId,
long classNameId,
long classPK,
OrderByComparator<SystemEvent> orderByComparator)
Returns the system events before and after the current system event in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
|
SystemEvent |
SystemEventPersistence.findByG_C_C_T_First(long groupId,
long classNameId,
long classPK,
int type,
OrderByComparator<SystemEvent> orderByComparator)
Returns the first system event in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ?.
|
static SystemEvent |
SystemEventUtil.findByG_C_C_T_First(long groupId,
long classNameId,
long classPK,
int type,
OrderByComparator<SystemEvent> orderByComparator)
Returns the first system event in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ?.
|
SystemEvent |
SystemEventPersistence.findByG_C_C_T_Last(long groupId,
long classNameId,
long classPK,
int type,
OrderByComparator<SystemEvent> orderByComparator)
Returns the last system event in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ?.
|
static SystemEvent |
SystemEventUtil.findByG_C_C_T_Last(long groupId,
long classNameId,
long classPK,
int type,
OrderByComparator<SystemEvent> orderByComparator)
Returns the last system event in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ?.
|
SystemEvent[] |
SystemEventPersistence.findByG_C_C_T_PrevAndNext(long systemEventId,
long groupId,
long classNameId,
long classPK,
int type,
OrderByComparator<SystemEvent> orderByComparator)
Returns the system events before and after the current system event in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ?.
|
static SystemEvent[] |
SystemEventUtil.findByG_C_C_T_PrevAndNext(long systemEventId,
long groupId,
long classNameId,
long classPK,
int type,
OrderByComparator<SystemEvent> orderByComparator)
Returns the system events before and after the current system event in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ?.
|
SystemEvent |
SystemEventPersistence.findByG_S_First(long groupId,
long systemEventSetKey,
OrderByComparator<SystemEvent> orderByComparator)
Returns the first system event in the ordered set where groupId = ? and systemEventSetKey = ?.
|
static SystemEvent |
SystemEventUtil.findByG_S_First(long groupId,
long systemEventSetKey,
OrderByComparator<SystemEvent> orderByComparator)
Returns the first system event in the ordered set where groupId = ? and systemEventSetKey = ?.
|
SystemEvent |
SystemEventPersistence.findByG_S_Last(long groupId,
long systemEventSetKey,
OrderByComparator<SystemEvent> orderByComparator)
Returns the last system event in the ordered set where groupId = ? and systemEventSetKey = ?.
|
static SystemEvent |
SystemEventUtil.findByG_S_Last(long groupId,
long systemEventSetKey,
OrderByComparator<SystemEvent> orderByComparator)
Returns the last system event in the ordered set where groupId = ? and systemEventSetKey = ?.
|
SystemEvent[] |
SystemEventPersistence.findByG_S_PrevAndNext(long systemEventId,
long groupId,
long systemEventSetKey,
OrderByComparator<SystemEvent> orderByComparator)
Returns the system events before and after the current system event in the ordered set where groupId = ? and systemEventSetKey = ?.
|
static SystemEvent[] |
SystemEventUtil.findByG_S_PrevAndNext(long systemEventId,
long groupId,
long systemEventSetKey,
OrderByComparator<SystemEvent> orderByComparator)
Returns the system events before and after the current system event in the ordered set where groupId = ? and systemEventSetKey = ?.
|
SystemEvent |
SystemEventPersistence.findByGroupId_First(long groupId,
OrderByComparator<SystemEvent> orderByComparator)
Returns the first system event in the ordered set where groupId = ?.
|
static SystemEvent |
SystemEventUtil.findByGroupId_First(long groupId,
OrderByComparator<SystemEvent> orderByComparator)
Returns the first system event in the ordered set where groupId = ?.
|
SystemEvent |
SystemEventPersistence.findByGroupId_Last(long groupId,
OrderByComparator<SystemEvent> orderByComparator)
Returns the last system event in the ordered set where groupId = ?.
|
static SystemEvent |
SystemEventUtil.findByGroupId_Last(long groupId,
OrderByComparator<SystemEvent> orderByComparator)
Returns the last system event in the ordered set where groupId = ?.
|
SystemEvent[] |
SystemEventPersistence.findByGroupId_PrevAndNext(long systemEventId,
long groupId,
OrderByComparator<SystemEvent> orderByComparator)
Returns the system events before and after the current system event in the ordered set where groupId = ?.
|
static SystemEvent[] |
SystemEventUtil.findByGroupId_PrevAndNext(long systemEventId,
long groupId,
OrderByComparator<SystemEvent> orderByComparator)
Returns the system events before and after the current system event in the ordered set where groupId = ?.
|
SystemEvent |
SystemEventPersistence.findByPrimaryKey(long systemEventId)
Returns the system event with the primary key or throws a
NoSuchSystemEventException if it could not be found. |
static SystemEvent |
SystemEventUtil.findByPrimaryKey(long systemEventId)
Returns the system event with the primary key or throws a
NoSuchSystemEventException if it could not be found. |
SystemEvent |
SystemEventPersistence.remove(long systemEventId)
Removes the system event with the primary key from the database.
|
static SystemEvent |
SystemEventUtil.remove(long systemEventId)
Removes the system event with the primary key from the database.
|