Uses of Class
com.liferay.portal.kernel.exception.NoSuchSystemEventException
Packages that use NoSuchSystemEventException
Package
Description
This package defines the portal service persistence interfaces, classes, and utilities.
-
Uses of NoSuchSystemEventException in com.liferay.portal.kernel.service.persistence
Methods in com.liferay.portal.kernel.service.persistence that throw NoSuchSystemEventExceptionModifier and TypeMethodDescriptionSystemEventPersistence.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 SystemEventSystemEventUtil.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 SystemEventSystemEventUtil.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 SystemEventSystemEventUtil.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 SystemEventSystemEventUtil.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 SystemEventSystemEventUtil.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 SystemEventSystemEventUtil.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 SystemEventSystemEventUtil.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 SystemEventSystemEventUtil.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 aNoSuchSystemEventExceptionif it could not be found.static SystemEventSystemEventUtil.findByPrimaryKey(long systemEventId) Returns the system event with the primary key or throws aNoSuchSystemEventExceptionif it could not be found.SystemEventPersistence.remove(long systemEventId) Removes the system event with the primary key from the database.static SystemEventSystemEventUtil.remove(long systemEventId) Removes the system event with the primary key from the database.