Package | Description |
---|---|
com.liferay.portal.kernel.model |
This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types.
|
com.liferay.portal.kernel.service |
This package defines the portal service interfaces and classes.
|
com.liferay.portal.kernel.service.persistence |
This package defines the portal service persistence interfaces, classes, and utilities.
|
com.liferay.portal.kernel.trash |
Modifier and Type | Class and Description |
---|---|
class |
SystemEventWrapper
This class is a wrapper for
SystemEvent . |
Modifier and Type | Field and Description |
---|---|
static Accessor<SystemEvent,Long> |
SystemEvent.SYSTEM_EVENT_ID_ACCESSOR |
Modifier and Type | Method and Description |
---|---|
SystemEvent |
SystemEventWrapper.getWrappedModel() |
SystemEvent |
SystemEventWrapper.toEscapedModel() |
SystemEvent |
SystemEventModel.toEscapedModel() |
SystemEvent |
SystemEventWrapper.toUnescapedModel() |
SystemEvent |
SystemEventModel.toUnescapedModel() |
Modifier and Type | Method and Description |
---|---|
CacheModel<SystemEvent> |
SystemEventWrapper.toCacheModel() |
CacheModel<SystemEvent> |
SystemEventModel.toCacheModel() |
Modifier and Type | Method and Description |
---|---|
int |
SystemEventWrapper.compareTo(SystemEvent systemEvent) |
int |
SystemEventModel.compareTo(SystemEvent systemEvent) |
static SystemEventSoap |
SystemEventSoap.toSoapModel(SystemEvent model) |
static SystemEventSoap[] |
SystemEventSoap.toSoapModels(SystemEvent[] models) |
static SystemEventSoap[][] |
SystemEventSoap.toSoapModels(SystemEvent[][] models) |
Modifier and Type | Method and Description |
---|---|
static SystemEventSoap[] |
SystemEventSoap.toSoapModels(List<SystemEvent> models) |
Constructor and Description |
---|
SystemEventWrapper(SystemEvent systemEvent) |
Modifier and Type | Method and Description |
---|---|
SystemEvent |
SystemEventLocalServiceWrapper.addSystemEvent(long userId,
long groupId,
String className,
long classPK,
String classUuid,
String referrerClassName,
int type,
String extraData) |
static SystemEvent |
SystemEventLocalServiceUtil.addSystemEvent(long userId,
long groupId,
String className,
long classPK,
String classUuid,
String referrerClassName,
int type,
String extraData) |
SystemEvent |
SystemEventLocalService.addSystemEvent(long userId,
long groupId,
String className,
long classPK,
String classUuid,
String referrerClassName,
int type,
String extraData) |
SystemEvent |
SystemEventLocalServiceWrapper.addSystemEvent(long companyId,
String className,
long classPK,
String classUuid,
String referrerClassName,
int type,
String extraData) |
static SystemEvent |
SystemEventLocalServiceUtil.addSystemEvent(long companyId,
String className,
long classPK,
String classUuid,
String referrerClassName,
int type,
String extraData) |
SystemEvent |
SystemEventLocalService.addSystemEvent(long companyId,
String className,
long classPK,
String classUuid,
String referrerClassName,
int type,
String extraData) |
SystemEvent |
SystemEventLocalServiceWrapper.addSystemEvent(SystemEvent systemEvent)
Adds the system event to the database.
|
static SystemEvent |
SystemEventLocalServiceUtil.addSystemEvent(SystemEvent systemEvent)
Adds the system event to the database.
|
SystemEvent |
SystemEventLocalService.addSystemEvent(SystemEvent systemEvent)
Adds the system event to the database.
|
SystemEvent |
SystemEventLocalServiceWrapper.createSystemEvent(long systemEventId)
Creates a new system event with the primary key.
|
static SystemEvent |
SystemEventLocalServiceUtil.createSystemEvent(long systemEventId)
Creates a new system event with the primary key.
|
SystemEvent |
SystemEventLocalService.createSystemEvent(long systemEventId)
Creates a new system event with the primary key.
|
SystemEvent |
SystemEventLocalServiceWrapper.deleteSystemEvent(long systemEventId)
Deletes the system event with the primary key from the database.
|
static SystemEvent |
SystemEventLocalServiceUtil.deleteSystemEvent(long systemEventId)
Deletes the system event with the primary key from the database.
|
SystemEvent |
SystemEventLocalService.deleteSystemEvent(long systemEventId)
Deletes the system event with the primary key from the database.
|
SystemEvent |
SystemEventLocalServiceWrapper.deleteSystemEvent(SystemEvent systemEvent)
Deletes the system event from the database.
|
static SystemEvent |
SystemEventLocalServiceUtil.deleteSystemEvent(SystemEvent systemEvent)
Deletes the system event from the database.
|
SystemEvent |
SystemEventLocalService.deleteSystemEvent(SystemEvent systemEvent)
Deletes the system event from the database.
|
SystemEvent |
SystemEventLocalServiceWrapper.fetchSystemEvent(long systemEventId) |
static SystemEvent |
SystemEventLocalServiceUtil.fetchSystemEvent(long systemEventId) |
SystemEvent |
SystemEventLocalService.fetchSystemEvent(long systemEventId) |
SystemEvent |
SystemEventLocalServiceWrapper.fetchSystemEvent(long groupId,
long classNameId,
long classPK,
int type) |
static SystemEvent |
SystemEventLocalServiceUtil.fetchSystemEvent(long groupId,
long classNameId,
long classPK,
int type) |
SystemEvent |
SystemEventLocalService.fetchSystemEvent(long groupId,
long classNameId,
long classPK,
int type) |
SystemEvent |
SystemEventLocalServiceWrapper.getSystemEvent(long systemEventId)
Returns the system event with the primary key.
|
static SystemEvent |
SystemEventLocalServiceUtil.getSystemEvent(long systemEventId)
Returns the system event with the primary key.
|
SystemEvent |
SystemEventLocalService.getSystemEvent(long systemEventId)
Returns the system event with the primary key.
|
SystemEvent |
SystemEventLocalServiceWrapper.updateSystemEvent(SystemEvent systemEvent)
Updates the system event in the database or adds it if it does not yet exist.
|
static SystemEvent |
SystemEventLocalServiceUtil.updateSystemEvent(SystemEvent systemEvent)
Updates the system event in the database or adds it if it does not yet exist.
|
SystemEvent |
SystemEventLocalService.updateSystemEvent(SystemEvent systemEvent)
Updates the system event in the database or adds it if it does not yet exist.
|
Modifier and Type | Method and Description |
---|---|
List<SystemEvent> |
SystemEventLocalServiceWrapper.getSystemEvents(int start,
int end)
Returns a range of all the system events.
|
static List<SystemEvent> |
SystemEventLocalServiceUtil.getSystemEvents(int start,
int end)
Returns a range of all the system events.
|
List<SystemEvent> |
SystemEventLocalService.getSystemEvents(int start,
int end)
Returns a range of all the system events.
|
List<SystemEvent> |
SystemEventLocalServiceWrapper.getSystemEvents(long groupId,
long classNameId,
long classPK) |
static List<SystemEvent> |
SystemEventLocalServiceUtil.getSystemEvents(long groupId,
long classNameId,
long classPK) |
List<SystemEvent> |
SystemEventLocalService.getSystemEvents(long groupId,
long classNameId,
long classPK) |
List<SystemEvent> |
SystemEventLocalServiceWrapper.getSystemEvents(long groupId,
long classNameId,
long classPK,
int type) |
static List<SystemEvent> |
SystemEventLocalServiceUtil.getSystemEvents(long groupId,
long classNameId,
long classPK,
int type) |
List<SystemEvent> |
SystemEventLocalService.getSystemEvents(long groupId,
long classNameId,
long classPK,
int type) |
Modifier and Type | Method and Description |
---|---|
SystemEvent |
SystemEventLocalServiceWrapper.addSystemEvent(SystemEvent systemEvent)
Adds the system event to the database.
|
static SystemEvent |
SystemEventLocalServiceUtil.addSystemEvent(SystemEvent systemEvent)
Adds the system event to the database.
|
SystemEvent |
SystemEventLocalService.addSystemEvent(SystemEvent systemEvent)
Adds the system event to the database.
|
SystemEvent |
SystemEventLocalServiceWrapper.deleteSystemEvent(SystemEvent systemEvent)
Deletes the system event from the database.
|
static SystemEvent |
SystemEventLocalServiceUtil.deleteSystemEvent(SystemEvent systemEvent)
Deletes the system event from the database.
|
SystemEvent |
SystemEventLocalService.deleteSystemEvent(SystemEvent systemEvent)
Deletes the system event from the database.
|
SystemEvent |
SystemEventLocalServiceWrapper.updateSystemEvent(SystemEvent systemEvent)
Updates the system event in the database or adds it if it does not yet exist.
|
static SystemEvent |
SystemEventLocalServiceUtil.updateSystemEvent(SystemEvent systemEvent)
Updates the system event in the database or adds it if it does not yet exist.
|
SystemEvent |
SystemEventLocalService.updateSystemEvent(SystemEvent systemEvent)
Updates the system event in the database or adds it if it does not yet exist.
|
Modifier and Type | Method and Description |
---|---|
SystemEvent |
SystemEventPersistence.create(long systemEventId)
Creates a new system event with the primary key.
|
static SystemEvent |
SystemEventUtil.create(long systemEventId)
Creates a new system event with the primary key.
|
SystemEvent |
SystemEventPersistence.fetchByG_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.fetchByG_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.fetchByG_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.fetchByG_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.fetchByG_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.fetchByG_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.fetchByG_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.fetchByG_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.fetchByG_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.fetchByG_S_First(long groupId,
long systemEventSetKey,
OrderByComparator<SystemEvent> orderByComparator)
Returns the first system event in the ordered set where groupId = ? and systemEventSetKey = ?.
|
SystemEvent |
SystemEventPersistence.fetchByG_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.fetchByG_S_Last(long groupId,
long systemEventSetKey,
OrderByComparator<SystemEvent> orderByComparator)
Returns the last system event in the ordered set where groupId = ? and systemEventSetKey = ?.
|
SystemEvent |
SystemEventPersistence.fetchByGroupId_First(long groupId,
OrderByComparator<SystemEvent> orderByComparator)
Returns the first system event in the ordered set where groupId = ?.
|
static SystemEvent |
SystemEventUtil.fetchByGroupId_First(long groupId,
OrderByComparator<SystemEvent> orderByComparator)
Returns the first system event in the ordered set where groupId = ?.
|
SystemEvent |
SystemEventPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator<SystemEvent> orderByComparator)
Returns the last system event in the ordered set where groupId = ?.
|
static SystemEvent |
SystemEventUtil.fetchByGroupId_Last(long groupId,
OrderByComparator<SystemEvent> orderByComparator)
Returns the last system event in the ordered set where groupId = ?.
|
SystemEvent |
SystemEventPersistence.fetchByPrimaryKey(long systemEventId)
Returns the system event with the primary key or returns
null if it could not be found. |
static SystemEvent |
SystemEventUtil.fetchByPrimaryKey(long systemEventId)
Returns the system event with the primary key or returns
null if it could not be found. |
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.
|
static SystemEvent |
SystemEventUtil.update(SystemEvent systemEvent) |
static SystemEvent |
SystemEventUtil.update(SystemEvent systemEvent,
ServiceContext serviceContext) |
SystemEvent |
SystemEventPersistence.updateImpl(SystemEvent systemEvent) |
static SystemEvent |
SystemEventUtil.updateImpl(SystemEvent systemEvent) |
Modifier and Type | Method and Description |
---|---|
Map<Serializable,SystemEvent> |
SystemEventPersistence.fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
static Map<Serializable,SystemEvent> |
SystemEventUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
List<SystemEvent> |
SystemEventPersistence.findAll()
Returns all the system events.
|
static List<SystemEvent> |
SystemEventUtil.findAll()
Returns all the system events.
|
List<SystemEvent> |
SystemEventPersistence.findAll(int start,
int end)
Returns a range of all the system events.
|
static List<SystemEvent> |
SystemEventUtil.findAll(int start,
int end)
Returns a range of all the system events.
|
List<SystemEvent> |
SystemEventPersistence.findAll(int start,
int end,
OrderByComparator<SystemEvent> orderByComparator)
Returns an ordered range of all the system events.
|
static List<SystemEvent> |
SystemEventUtil.findAll(int start,
int end,
OrderByComparator<SystemEvent> orderByComparator)
Returns an ordered range of all the system events.
|
List<SystemEvent> |
SystemEventPersistence.findAll(int start,
int end,
OrderByComparator<SystemEvent> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the system events.
|
static List<SystemEvent> |
SystemEventUtil.findAll(int start,
int end,
OrderByComparator<SystemEvent> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the system events.
|
List<SystemEvent> |
SystemEventPersistence.findByG_C_C_T(long groupId,
long classNameId,
long classPK,
int type)
Returns all the system events where groupId = ? and classNameId = ? and classPK = ? and type = ?.
|
static List<SystemEvent> |
SystemEventUtil.findByG_C_C_T(long groupId,
long classNameId,
long classPK,
int type)
Returns all the system events where groupId = ? and classNameId = ? and classPK = ? and type = ?.
|
List<SystemEvent> |
SystemEventPersistence.findByG_C_C_T(long groupId,
long classNameId,
long classPK,
int type,
int start,
int end)
Returns a range of all the system events where groupId = ? and classNameId = ? and classPK = ? and type = ?.
|
static List<SystemEvent> |
SystemEventUtil.findByG_C_C_T(long groupId,
long classNameId,
long classPK,
int type,
int start,
int end)
Returns a range of all the system events where groupId = ? and classNameId = ? and classPK = ? and type = ?.
|
List<SystemEvent> |
SystemEventPersistence.findByG_C_C_T(long groupId,
long classNameId,
long classPK,
int type,
int start,
int end,
OrderByComparator<SystemEvent> orderByComparator)
Returns an ordered range of all the system events where groupId = ? and classNameId = ? and classPK = ? and type = ?.
|
static List<SystemEvent> |
SystemEventUtil.findByG_C_C_T(long groupId,
long classNameId,
long classPK,
int type,
int start,
int end,
OrderByComparator<SystemEvent> orderByComparator)
Returns an ordered range of all the system events where groupId = ? and classNameId = ? and classPK = ? and type = ?.
|
List<SystemEvent> |
SystemEventPersistence.findByG_C_C_T(long groupId,
long classNameId,
long classPK,
int type,
int start,
int end,
OrderByComparator<SystemEvent> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the system events where groupId = ? and classNameId = ? and classPK = ? and type = ?.
|
static List<SystemEvent> |
SystemEventUtil.findByG_C_C_T(long groupId,
long classNameId,
long classPK,
int type,
int start,
int end,
OrderByComparator<SystemEvent> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the system events where groupId = ? and classNameId = ? and classPK = ? and type = ?.
|
List<SystemEvent> |
SystemEventPersistence.findByG_C_C(long groupId,
long classNameId,
long classPK)
Returns all the system events where groupId = ? and classNameId = ? and classPK = ?.
|
static List<SystemEvent> |
SystemEventUtil.findByG_C_C(long groupId,
long classNameId,
long classPK)
Returns all the system events where groupId = ? and classNameId = ? and classPK = ?.
|
List<SystemEvent> |
SystemEventPersistence.findByG_C_C(long groupId,
long classNameId,
long classPK,
int start,
int end)
Returns a range of all the system events where groupId = ? and classNameId = ? and classPK = ?.
|
static List<SystemEvent> |
SystemEventUtil.findByG_C_C(long groupId,
long classNameId,
long classPK,
int start,
int end)
Returns a range of all the system events where groupId = ? and classNameId = ? and classPK = ?.
|
List<SystemEvent> |
SystemEventPersistence.findByG_C_C(long groupId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator<SystemEvent> orderByComparator)
Returns an ordered range of all the system events where groupId = ? and classNameId = ? and classPK = ?.
|
static List<SystemEvent> |
SystemEventUtil.findByG_C_C(long groupId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator<SystemEvent> orderByComparator)
Returns an ordered range of all the system events where groupId = ? and classNameId = ? and classPK = ?.
|
List<SystemEvent> |
SystemEventPersistence.findByG_C_C(long groupId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator<SystemEvent> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the system events where groupId = ? and classNameId = ? and classPK = ?.
|
static List<SystemEvent> |
SystemEventUtil.findByG_C_C(long groupId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator<SystemEvent> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the system events where groupId = ? and classNameId = ? and classPK = ?.
|
List<SystemEvent> |
SystemEventPersistence.findByG_S(long groupId,
long systemEventSetKey)
Returns all the system events where groupId = ? and systemEventSetKey = ?.
|
static List<SystemEvent> |
SystemEventUtil.findByG_S(long groupId,
long systemEventSetKey)
Returns all the system events where groupId = ? and systemEventSetKey = ?.
|
List<SystemEvent> |
SystemEventPersistence.findByG_S(long groupId,
long systemEventSetKey,
int start,
int end)
Returns a range of all the system events where groupId = ? and systemEventSetKey = ?.
|
static List<SystemEvent> |
SystemEventUtil.findByG_S(long groupId,
long systemEventSetKey,
int start,
int end)
Returns a range of all the system events where groupId = ? and systemEventSetKey = ?.
|
List<SystemEvent> |
SystemEventPersistence.findByG_S(long groupId,
long systemEventSetKey,
int start,
int end,
OrderByComparator<SystemEvent> orderByComparator)
Returns an ordered range of all the system events where groupId = ? and systemEventSetKey = ?.
|
static List<SystemEvent> |
SystemEventUtil.findByG_S(long groupId,
long systemEventSetKey,
int start,
int end,
OrderByComparator<SystemEvent> orderByComparator)
Returns an ordered range of all the system events where groupId = ? and systemEventSetKey = ?.
|
List<SystemEvent> |
SystemEventPersistence.findByG_S(long groupId,
long systemEventSetKey,
int start,
int end,
OrderByComparator<SystemEvent> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the system events where groupId = ? and systemEventSetKey = ?.
|
static List<SystemEvent> |
SystemEventUtil.findByG_S(long groupId,
long systemEventSetKey,
int start,
int end,
OrderByComparator<SystemEvent> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the system events where groupId = ? and systemEventSetKey = ?.
|
List<SystemEvent> |
SystemEventPersistence.findByGroupId(long groupId)
Returns all the system events where groupId = ?.
|
static List<SystemEvent> |
SystemEventUtil.findByGroupId(long groupId)
Returns all the system events where groupId = ?.
|
List<SystemEvent> |
SystemEventPersistence.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the system events where groupId = ?.
|
static List<SystemEvent> |
SystemEventUtil.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the system events where groupId = ?.
|
List<SystemEvent> |
SystemEventPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<SystemEvent> orderByComparator)
Returns an ordered range of all the system events where groupId = ?.
|
static List<SystemEvent> |
SystemEventUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<SystemEvent> orderByComparator)
Returns an ordered range of all the system events where groupId = ?.
|
List<SystemEvent> |
SystemEventPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<SystemEvent> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the system events where groupId = ?.
|
static List<SystemEvent> |
SystemEventUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<SystemEvent> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the system events where groupId = ?.
|
static List<SystemEvent> |
SystemEventUtil.findWithDynamicQuery(DynamicQuery dynamicQuery) |
static List<SystemEvent> |
SystemEventUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end) |
static List<SystemEvent> |
SystemEventUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<SystemEvent> orderByComparator) |
Modifier and Type | Method and Description |
---|---|
void |
SystemEventPersistence.cacheResult(SystemEvent systemEvent)
Caches the system event in the entity cache if it is enabled.
|
static void |
SystemEventUtil.cacheResult(SystemEvent systemEvent)
Caches the system event in the entity cache if it is enabled.
|
static void |
SystemEventUtil.clearCache(SystemEvent systemEvent) |
static SystemEvent |
SystemEventUtil.update(SystemEvent systemEvent) |
static SystemEvent |
SystemEventUtil.update(SystemEvent systemEvent,
ServiceContext serviceContext) |
SystemEvent |
SystemEventPersistence.updateImpl(SystemEvent systemEvent) |
static SystemEvent |
SystemEventUtil.updateImpl(SystemEvent systemEvent) |
Modifier and Type | Method and Description |
---|---|
void |
SystemEventPersistence.cacheResult(List<SystemEvent> systemEvents)
Caches the system events in the entity cache if it is enabled.
|
static void |
SystemEventUtil.cacheResult(List<SystemEvent> systemEvents)
Caches the system events in the entity cache if it is enabled.
|
SystemEvent |
SystemEventPersistence.fetchByG_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.fetchByG_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.fetchByG_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.fetchByG_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.fetchByG_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.fetchByG_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.fetchByG_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.fetchByG_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.fetchByG_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.fetchByG_S_First(long groupId,
long systemEventSetKey,
OrderByComparator<SystemEvent> orderByComparator)
Returns the first system event in the ordered set where groupId = ? and systemEventSetKey = ?.
|
SystemEvent |
SystemEventPersistence.fetchByG_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.fetchByG_S_Last(long groupId,
long systemEventSetKey,
OrderByComparator<SystemEvent> orderByComparator)
Returns the last system event in the ordered set where groupId = ? and systemEventSetKey = ?.
|
SystemEvent |
SystemEventPersistence.fetchByGroupId_First(long groupId,
OrderByComparator<SystemEvent> orderByComparator)
Returns the first system event in the ordered set where groupId = ?.
|
static SystemEvent |
SystemEventUtil.fetchByGroupId_First(long groupId,
OrderByComparator<SystemEvent> orderByComparator)
Returns the first system event in the ordered set where groupId = ?.
|
SystemEvent |
SystemEventPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator<SystemEvent> orderByComparator)
Returns the last system event in the ordered set where groupId = ?.
|
static SystemEvent |
SystemEventUtil.fetchByGroupId_Last(long groupId,
OrderByComparator<SystemEvent> orderByComparator)
Returns the last system event in the ordered set where groupId = ?.
|
List<SystemEvent> |
SystemEventPersistence.findAll(int start,
int end,
OrderByComparator<SystemEvent> orderByComparator)
Returns an ordered range of all the system events.
|
static List<SystemEvent> |
SystemEventUtil.findAll(int start,
int end,
OrderByComparator<SystemEvent> orderByComparator)
Returns an ordered range of all the system events.
|
List<SystemEvent> |
SystemEventPersistence.findAll(int start,
int end,
OrderByComparator<SystemEvent> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the system events.
|
static List<SystemEvent> |
SystemEventUtil.findAll(int start,
int end,
OrderByComparator<SystemEvent> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the system events.
|
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 = ?.
|
List<SystemEvent> |
SystemEventPersistence.findByG_C_C_T(long groupId,
long classNameId,
long classPK,
int type,
int start,
int end,
OrderByComparator<SystemEvent> orderByComparator)
Returns an ordered range of all the system events where groupId = ? and classNameId = ? and classPK = ? and type = ?.
|
static List<SystemEvent> |
SystemEventUtil.findByG_C_C_T(long groupId,
long classNameId,
long classPK,
int type,
int start,
int end,
OrderByComparator<SystemEvent> orderByComparator)
Returns an ordered range of all the system events where groupId = ? and classNameId = ? and classPK = ? and type = ?.
|
List<SystemEvent> |
SystemEventPersistence.findByG_C_C_T(long groupId,
long classNameId,
long classPK,
int type,
int start,
int end,
OrderByComparator<SystemEvent> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the system events where groupId = ? and classNameId = ? and classPK = ? and type = ?.
|
static List<SystemEvent> |
SystemEventUtil.findByG_C_C_T(long groupId,
long classNameId,
long classPK,
int type,
int start,
int end,
OrderByComparator<SystemEvent> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the system events where groupId = ? and classNameId = ? and classPK = ? and type = ?.
|
List<SystemEvent> |
SystemEventPersistence.findByG_C_C(long groupId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator<SystemEvent> orderByComparator)
Returns an ordered range of all the system events where groupId = ? and classNameId = ? and classPK = ?.
|
static List<SystemEvent> |
SystemEventUtil.findByG_C_C(long groupId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator<SystemEvent> orderByComparator)
Returns an ordered range of all the system events where groupId = ? and classNameId = ? and classPK = ?.
|
List<SystemEvent> |
SystemEventPersistence.findByG_C_C(long groupId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator<SystemEvent> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the system events where groupId = ? and classNameId = ? and classPK = ?.
|
static List<SystemEvent> |
SystemEventUtil.findByG_C_C(long groupId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator<SystemEvent> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the system events where groupId = ? and classNameId = ? and classPK = ?.
|
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 = ?.
|
List<SystemEvent> |
SystemEventPersistence.findByG_S(long groupId,
long systemEventSetKey,
int start,
int end,
OrderByComparator<SystemEvent> orderByComparator)
Returns an ordered range of all the system events where groupId = ? and systemEventSetKey = ?.
|
static List<SystemEvent> |
SystemEventUtil.findByG_S(long groupId,
long systemEventSetKey,
int start,
int end,
OrderByComparator<SystemEvent> orderByComparator)
Returns an ordered range of all the system events where groupId = ? and systemEventSetKey = ?.
|
List<SystemEvent> |
SystemEventPersistence.findByG_S(long groupId,
long systemEventSetKey,
int start,
int end,
OrderByComparator<SystemEvent> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the system events where groupId = ? and systemEventSetKey = ?.
|
static List<SystemEvent> |
SystemEventUtil.findByG_S(long groupId,
long systemEventSetKey,
int start,
int end,
OrderByComparator<SystemEvent> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the system events 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 = ?.
|
List<SystemEvent> |
SystemEventPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<SystemEvent> orderByComparator)
Returns an ordered range of all the system events where groupId = ?.
|
static List<SystemEvent> |
SystemEventUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<SystemEvent> orderByComparator)
Returns an ordered range of all the system events where groupId = ?.
|
List<SystemEvent> |
SystemEventPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<SystemEvent> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the system events where groupId = ?.
|
static List<SystemEvent> |
SystemEventUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<SystemEvent> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the system events where groupId = ?.
|
static List<SystemEvent> |
SystemEventUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<SystemEvent> orderByComparator) |
Modifier and Type | Method and Description |
---|---|
SystemEvent |
BaseTrashHandler.addDeletionSystemEvent(long userId,
long groupId,
long classPK,
String classUuid,
String referrerClassName) |
SystemEvent |
TrashHandler.addDeletionSystemEvent(long userId,
long groupId,
long classPK,
String classUuid,
String referrerClassName) |