Uses of Interface
com.liferay.portal.kernel.model.SystemEvent
Packages that use SystemEvent
Package
Description
This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types.
This package defines the portal service interfaces and classes.
This package defines the portal service persistence interfaces, classes, and utilities.
-
Uses of SystemEvent in com.liferay.portal.kernel.model
Classes in com.liferay.portal.kernel.model that implement SystemEventFields in com.liferay.portal.kernel.model with type parameters of type SystemEventModifier and TypeFieldDescriptionstatic final Accessor<SystemEvent,
Long> SystemEvent.SYSTEM_EVENT_ID_ACCESSOR
Methods in com.liferay.portal.kernel.model that return SystemEventModifier and TypeMethodDescriptionSystemEventModel.cloneWithOriginalValues()
SystemEventWrapper.cloneWithOriginalValues()
Methods in com.liferay.portal.kernel.model that return types with arguments of type SystemEventModifier and TypeMethodDescriptionSystemEventWrapper.getAttributeGetterFunctions()
SystemEventWrapper.getAttributeSetterBiConsumers()
Methods in com.liferay.portal.kernel.model with parameters of type SystemEventModifier and TypeMethodDescriptionprotected SystemEventWrapper
SystemEventWrapper.wrap
(SystemEvent systemEvent) Constructors in com.liferay.portal.kernel.model with parameters of type SystemEvent -
Uses of SystemEvent in com.liferay.portal.kernel.service
Methods in com.liferay.portal.kernel.service that return SystemEventModifier and TypeMethodDescriptionSystemEventLocalService.addSystemEvent
(long userId, long groupId, String className, long classPK, String classUuid, String referrerClassName, int type, String extraData) SystemEventLocalService.addSystemEvent
(long companyId, String className, long classPK, String classUuid, String referrerClassName, int type, String extraData) SystemEventLocalService.addSystemEvent
(SystemEvent systemEvent) Adds the system event to the database.static SystemEvent
SystemEventLocalServiceUtil.addSystemEvent
(long userId, long groupId, 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) static SystemEvent
SystemEventLocalServiceUtil.addSystemEvent
(SystemEvent systemEvent) Adds the system event to the database.SystemEventLocalServiceWrapper.addSystemEvent
(long userId, long groupId, String className, long classPK, String classUuid, String referrerClassName, int type, String extraData) SystemEventLocalServiceWrapper.addSystemEvent
(long companyId, String className, long classPK, String classUuid, String referrerClassName, int type, String extraData) SystemEventLocalServiceWrapper.addSystemEvent
(SystemEvent systemEvent) Adds the system event to the database.SystemEventLocalService.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.SystemEventLocalServiceWrapper.createSystemEvent
(long systemEventId) Creates a new system event with the primary key.SystemEventLocalService.deleteSystemEvent
(long systemEventId) Deletes the system event with the primary key from the database.SystemEventLocalService.deleteSystemEvent
(SystemEvent systemEvent) Deletes the system event from the database.static SystemEvent
SystemEventLocalServiceUtil.deleteSystemEvent
(long systemEventId) Deletes the system event with the primary key from the database.static SystemEvent
SystemEventLocalServiceUtil.deleteSystemEvent
(SystemEvent systemEvent) Deletes the system event from the database.SystemEventLocalServiceWrapper.deleteSystemEvent
(long systemEventId) Deletes the system event with the primary key from the database.SystemEventLocalServiceWrapper.deleteSystemEvent
(SystemEvent systemEvent) Deletes the system event from the database.SystemEventLocalService.fetchSystemEvent
(long systemEventId) SystemEventLocalService.fetchSystemEvent
(long groupId, long classNameId, long classPK, int type) static SystemEvent
SystemEventLocalServiceUtil.fetchSystemEvent
(long systemEventId) static SystemEvent
SystemEventLocalServiceUtil.fetchSystemEvent
(long groupId, long classNameId, long classPK, int type) SystemEventLocalServiceWrapper.fetchSystemEvent
(long systemEventId) SystemEventLocalServiceWrapper.fetchSystemEvent
(long groupId, long classNameId, long classPK, int type) SystemEventLocalService.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.SystemEventLocalServiceWrapper.getSystemEvent
(long systemEventId) Returns the system event with the primary key.SystemEventLocalService.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.SystemEventLocalServiceWrapper.updateSystemEvent
(SystemEvent systemEvent) Updates the system event in the database or adds it if it does not yet exist.Methods in com.liferay.portal.kernel.service that return types with arguments of type SystemEventModifier and TypeMethodDescriptionSystemEventLocalService.getCTPersistence()
SystemEventLocalServiceWrapper.getCTPersistence()
SystemEventLocalService.getModelClass()
SystemEventLocalServiceWrapper.getModelClass()
SystemEventLocalService.getSystemEvents
(int start, int end) Returns a range of all the system events.SystemEventLocalService.getSystemEvents
(long groupId, long classNameId, long classPK) SystemEventLocalService.getSystemEvents
(long groupId, long classNameId, long classPK, int type) static List<SystemEvent>
SystemEventLocalServiceUtil.getSystemEvents
(int start, int end) Returns a range of all the system events.static List<SystemEvent>
SystemEventLocalServiceUtil.getSystemEvents
(long groupId, long classNameId, long classPK) static List<SystemEvent>
SystemEventLocalServiceUtil.getSystemEvents
(long groupId, long classNameId, long classPK, int type) SystemEventLocalServiceWrapper.getSystemEvents
(int start, int end) Returns a range of all the system events.SystemEventLocalServiceWrapper.getSystemEvents
(long groupId, long classNameId, long classPK) SystemEventLocalServiceWrapper.getSystemEvents
(long groupId, long classNameId, long classPK, int type) Methods in com.liferay.portal.kernel.service with parameters of type SystemEventModifier and TypeMethodDescriptionSystemEventLocalService.addSystemEvent
(SystemEvent systemEvent) Adds the system event to the database.static SystemEvent
SystemEventLocalServiceUtil.addSystemEvent
(SystemEvent systemEvent) Adds the system event to the database.SystemEventLocalServiceWrapper.addSystemEvent
(SystemEvent systemEvent) Adds the system event to the database.SystemEventLocalService.deleteSystemEvent
(SystemEvent systemEvent) Deletes the system event from the database.static SystemEvent
SystemEventLocalServiceUtil.deleteSystemEvent
(SystemEvent systemEvent) Deletes the system event from the database.SystemEventLocalServiceWrapper.deleteSystemEvent
(SystemEvent systemEvent) Deletes the system event from the database.SystemEventLocalService.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.SystemEventLocalServiceWrapper.updateSystemEvent
(SystemEvent systemEvent) Updates the system event in the database or adds it if it does not yet exist.Method parameters in com.liferay.portal.kernel.service with type arguments of type SystemEventModifier and TypeMethodDescription<R,
E extends Throwable>
RSystemEventLocalService.updateWithUnsafeFunction
(com.liferay.petra.function.UnsafeFunction<CTPersistence<SystemEvent>, R, E> updateUnsafeFunction) <R,
E extends Throwable>
RSystemEventLocalServiceWrapper.updateWithUnsafeFunction
(com.liferay.petra.function.UnsafeFunction<CTPersistence<SystemEvent>, R, E> updateUnsafeFunction) -
Uses of SystemEvent in com.liferay.portal.kernel.service.persistence
Methods in com.liferay.portal.kernel.service.persistence that return SystemEventModifier and TypeMethodDescriptionSystemEventPersistence.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.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.SystemEventPersistence.fetchByPrimaryKey
(long systemEventId) Returns the system event with the primary key or returnsnull
if it could not be found.static SystemEvent
SystemEventUtil.fetchByPrimaryKey
(long systemEventId) Returns the system event with the primary key or returnsnull
if it could not be found.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.SystemEventPersistence.findByPrimaryKey
(long systemEventId) Returns the system event with the primary key or throws aNoSuchSystemEventException
if it could not be found.static SystemEvent
SystemEventUtil.findByPrimaryKey
(long systemEventId) Returns the system event with the primary key or throws aNoSuchSystemEventException
if it could not be found.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) SystemEventPersistence.updateImpl
(SystemEvent systemEvent) static SystemEvent
SystemEventUtil.updateImpl
(SystemEvent systemEvent) Methods in com.liferay.portal.kernel.service.persistence that return types with arguments of type SystemEventModifier and TypeMethodDescriptionstatic Map<Serializable,
SystemEvent> SystemEventUtil.fetchByPrimaryKeys
(Set<Serializable> primaryKeys) SystemEventPersistence.findAll()
Returns all the system events.SystemEventPersistence.findAll
(int start, int end) Returns a range of all the system events.SystemEventPersistence.findAll
(int start, int end, OrderByComparator<SystemEvent> orderByComparator) Returns an ordered range of all the system events.SystemEventPersistence.findAll
(int start, int end, OrderByComparator<SystemEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the system events.static List<SystemEvent>
SystemEventUtil.findAll()
Returns all the system events.static List<SystemEvent>
SystemEventUtil.findAll
(int start, int end) Returns a 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.static List<SystemEvent>
SystemEventUtil.findAll
(int start, int end, OrderByComparator<SystemEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the system events.SystemEventPersistence.findByG_C_C
(long groupId, long classNameId, long classPK) Returns all the system events where groupId = ? and classNameId = ? and classPK = ?.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 = ?.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 = ?.SystemEventPersistence.findByG_C_C
(long groupId, long classNameId, long classPK, int start, int end, OrderByComparator<SystemEvent> orderByComparator, boolean useFinderCache) 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) Returns 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 = ?.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 = ?.static List<SystemEvent>
SystemEventUtil.findByG_C_C
(long groupId, long classNameId, long classPK, int start, int end, OrderByComparator<SystemEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the system events where groupId = ? and classNameId = ? and classPK = ?.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 = ?.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 = ?.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 = ?.SystemEventPersistence.findByG_C_C_T
(long groupId, long classNameId, long classPK, int type, int start, int end, OrderByComparator<SystemEvent> orderByComparator, boolean useFinderCache) 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) 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, 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, 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, boolean useFinderCache) Returns an ordered range of all the system events where groupId = ? and classNameId = ? and classPK = ? and type = ?.SystemEventPersistence.findByG_S
(long groupId, long systemEventSetKey) Returns all the system events where groupId = ? and systemEventSetKey = ?.SystemEventPersistence.findByG_S
(long groupId, long systemEventSetKey, int start, int end) Returns a range of all the system events where groupId = ? and systemEventSetKey = ?.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 = ?.SystemEventPersistence.findByG_S
(long groupId, long systemEventSetKey, int start, int end, OrderByComparator<SystemEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of 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 = ?.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 = ?.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 = ?.static List<SystemEvent>
SystemEventUtil.findByG_S
(long groupId, long systemEventSetKey, int start, int end, OrderByComparator<SystemEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the system events where groupId = ? and systemEventSetKey = ?.SystemEventPersistence.findByGroupId
(long groupId) Returns all the system events where groupId = ?.SystemEventPersistence.findByGroupId
(long groupId, int start, int end) Returns a range of all the system events where groupId = ?.SystemEventPersistence.findByGroupId
(long groupId, int start, int end, OrderByComparator<SystemEvent> orderByComparator) Returns an ordered range of all the system events where groupId = ?.SystemEventPersistence.findByGroupId
(long groupId, int start, int end, OrderByComparator<SystemEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the system events where groupId = ?.static List<SystemEvent>
SystemEventUtil.findByGroupId
(long groupId) Returns 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 = ?.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 = ?.static List<SystemEvent>
SystemEventUtil.findByGroupId
(long groupId, int start, int end, OrderByComparator<SystemEvent> orderByComparator, boolean useFinderCache) 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) Methods in com.liferay.portal.kernel.service.persistence with parameters of type SystemEventModifier and TypeMethodDescriptionvoid
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) SystemEventPersistence.updateImpl
(SystemEvent systemEvent) static SystemEvent
SystemEventUtil.updateImpl
(SystemEvent systemEvent) Method parameters in com.liferay.portal.kernel.service.persistence with type arguments of type SystemEventModifier and TypeMethodDescriptionvoid
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.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.SystemEventPersistence.findAll
(int start, int end, OrderByComparator<SystemEvent> orderByComparator) Returns an ordered range of all the system events.SystemEventPersistence.findAll
(int start, int end, OrderByComparator<SystemEvent> orderByComparator, boolean useFinderCache) 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.static List<SystemEvent>
SystemEventUtil.findAll
(int start, int end, OrderByComparator<SystemEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the system events.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 = ?.SystemEventPersistence.findByG_C_C
(long groupId, long classNameId, long classPK, int start, int end, OrderByComparator<SystemEvent> orderByComparator, boolean useFinderCache) 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 = ?.static List<SystemEvent>
SystemEventUtil.findByG_C_C
(long groupId, long classNameId, long classPK, int start, int end, OrderByComparator<SystemEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the system events where groupId = ? and classNameId = ? and classPK = ?.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 = ?.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 = ?.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 = ?.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 = ?.SystemEventPersistence.findByG_C_C_T
(long groupId, long classNameId, long classPK, int type, int start, int end, OrderByComparator<SystemEvent> orderByComparator, boolean useFinderCache) 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 = ?.static List<SystemEvent>
SystemEventUtil.findByG_C_C_T
(long groupId, long classNameId, long classPK, int type, int start, int end, OrderByComparator<SystemEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the system events where groupId = ? and classNameId = ? and classPK = ? and type = ?.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 = ?.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 = ?.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 = ?.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 = ?.SystemEventPersistence.findByG_S
(long groupId, long systemEventSetKey, int start, int end, OrderByComparator<SystemEvent> orderByComparator, boolean useFinderCache) 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 = ?.static List<SystemEvent>
SystemEventUtil.findByG_S
(long groupId, long systemEventSetKey, int start, int end, OrderByComparator<SystemEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the system events where groupId = ? and systemEventSetKey = ?.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 = ?.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 = ?.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 = ?.SystemEventPersistence.findByGroupId
(long groupId, int start, int end, OrderByComparator<SystemEvent> orderByComparator) Returns an ordered range of all the system events where groupId = ?.SystemEventPersistence.findByGroupId
(long groupId, int start, int end, OrderByComparator<SystemEvent> orderByComparator, boolean useFinderCache) 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 = ?.static List<SystemEvent>
SystemEventUtil.findByGroupId
(long groupId, int start, int end, OrderByComparator<SystemEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the system events where groupId = ?.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 = ?.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 = ?.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 = ?.static List<SystemEvent>
SystemEventUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<SystemEvent> orderByComparator) -
Uses of SystemEvent in com.liferay.portal.kernel.trash
Methods in com.liferay.portal.kernel.trash that return SystemEventModifier and TypeMethodDescriptionTrashHandler.addDeletionSystemEvent
(long userId, long groupId, long classPK, String classUuid, String referrerClassName)