Liferay 6.2-ce-ga5

Uses of Interface
com.liferay.portal.model.SystemEvent

Packages that use SystemEvent
com.liferay.portal.kernel.trash   
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
 

Uses of SystemEvent in com.liferay.portal.kernel.trash
 

Methods in com.liferay.portal.kernel.trash that return SystemEvent
 SystemEvent TrashHandler.addDeletionSystemEvent(long userId, long groupId, long classPK, String classUuid, String referrerClassName)
           
 SystemEvent BaseTrashHandler.addDeletionSystemEvent(long userId, long groupId, long classPK, String classUuid, String referrerClassName)
           
 

Uses of SystemEvent in com.liferay.portal.model
 

Classes in com.liferay.portal.model that implement SystemEvent
 class SystemEventWrapper
           This class is a wrapper for SystemEvent.
 

Fields in com.liferay.portal.model with type parameters of type SystemEvent
static Accessor<SystemEvent,Long> SystemEvent.SYSTEM_EVENT_ID_ACCESSOR
           
 

Methods in com.liferay.portal.model that return SystemEvent
 SystemEvent SystemEventWrapper.getWrappedModel()
           
 SystemEvent SystemEventWrapper.getWrappedSystemEvent()
          Deprecated. As of 6.1.0, replaced by SystemEventWrapper.getWrappedModel()
 SystemEvent SystemEventModel.toEscapedModel()
           
 SystemEvent SystemEventWrapper.toEscapedModel()
           
 SystemEvent SystemEventModel.toUnescapedModel()
           
 SystemEvent SystemEventWrapper.toUnescapedModel()
           
 

Methods in com.liferay.portal.model that return types with arguments of type SystemEvent
 CacheModel<SystemEvent> SystemEventModel.toCacheModel()
           
 CacheModel<SystemEvent> SystemEventWrapper.toCacheModel()
           
 

Methods in com.liferay.portal.model with parameters of type SystemEvent
 int SystemEventModel.compareTo(SystemEvent systemEvent)
           
 int SystemEventWrapper.compareTo(SystemEvent systemEvent)
           
static SystemEventSoap SystemEventSoap.toSoapModel(SystemEvent model)
           
static SystemEventSoap[] SystemEventSoap.toSoapModels(SystemEvent[] models)
           
static SystemEventSoap[][] SystemEventSoap.toSoapModels(SystemEvent[][] models)
           
 

Method parameters in com.liferay.portal.model with type arguments of type SystemEvent
static SystemEventSoap[] SystemEventSoap.toSoapModels(List<SystemEvent> models)
           
 

Constructors in com.liferay.portal.model with parameters of type SystemEvent
SystemEventWrapper(SystemEvent systemEvent)
           
 

Uses of SystemEvent in com.liferay.portal.service
 

Methods in com.liferay.portal.service that return SystemEvent
 SystemEvent SystemEventLocalService.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 SystemEventLocalServiceWrapper.addSystemEvent(long userId, long groupId, 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)
           
static SystemEvent SystemEventLocalServiceUtil.addSystemEvent(long companyId, 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)
           
 SystemEvent SystemEventLocalService.addSystemEvent(SystemEvent systemEvent)
          Adds the system event to the database.
static SystemEvent SystemEventLocalServiceUtil.addSystemEvent(SystemEvent systemEvent)
          Adds the system event to the database.
 SystemEvent SystemEventLocalServiceWrapper.addSystemEvent(SystemEvent systemEvent)
          Adds the system event to the database.
 SystemEvent 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.
 SystemEvent SystemEventLocalServiceWrapper.createSystemEvent(long systemEventId)
          Creates a new system event with the primary key.
 SystemEvent SystemEventLocalService.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 SystemEventLocalServiceWrapper.deleteSystemEvent(long systemEventId)
          Deletes the system event with the primary key from the database.
 SystemEvent SystemEventLocalService.deleteSystemEvent(SystemEvent systemEvent)
          Deletes the system event from the database.
static SystemEvent SystemEventLocalServiceUtil.deleteSystemEvent(SystemEvent systemEvent)
          Deletes the system event from the database.
 SystemEvent SystemEventLocalServiceWrapper.deleteSystemEvent(SystemEvent systemEvent)
          Deletes the system event from the database.
 SystemEvent SystemEventLocalService.fetchSystemEvent(long systemEventId)
           
static SystemEvent SystemEventLocalServiceUtil.fetchSystemEvent(long systemEventId)
           
 SystemEvent SystemEventLocalServiceWrapper.fetchSystemEvent(long systemEventId)
           
 SystemEvent SystemEventLocalService.fetchSystemEvent(long groupId, long classNameId, long classPK, int type)
           
static SystemEvent SystemEventLocalServiceUtil.fetchSystemEvent(long groupId, long classNameId, long classPK, int type)
           
 SystemEvent SystemEventLocalServiceWrapper.fetchSystemEvent(long groupId, long classNameId, long classPK, int type)
           
 SystemEvent 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.
 SystemEvent SystemEventLocalServiceWrapper.getSystemEvent(long systemEventId)
          Returns the system event with the primary key.
 SystemEvent 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.
 SystemEvent 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.service that return types with arguments of type SystemEvent
 List<SystemEvent> SystemEventLocalService.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> SystemEventLocalServiceWrapper.getSystemEvents(int start, int end)
          Returns a range of all the system events.
 List<SystemEvent> SystemEventLocalService.getSystemEvents(long groupId, long classNameId, long classPK)
           
static List<SystemEvent> SystemEventLocalServiceUtil.getSystemEvents(long groupId, long classNameId, long classPK)
           
 List<SystemEvent> SystemEventLocalServiceWrapper.getSystemEvents(long groupId, long classNameId, long classPK)
           
 List<SystemEvent> SystemEventLocalService.getSystemEvents(long groupId, long classNameId, long classPK, int type)
           
static List<SystemEvent> SystemEventLocalServiceUtil.getSystemEvents(long groupId, long classNameId, long classPK, int type)
           
 List<SystemEvent> SystemEventLocalServiceWrapper.getSystemEvents(long groupId, long classNameId, long classPK, int type)
           
 

Methods in com.liferay.portal.service with parameters of type SystemEvent
 SystemEvent SystemEventLocalService.addSystemEvent(SystemEvent systemEvent)
          Adds the system event to the database.
static SystemEvent SystemEventLocalServiceUtil.addSystemEvent(SystemEvent systemEvent)
          Adds the system event to the database.
 SystemEvent SystemEventLocalServiceWrapper.addSystemEvent(SystemEvent systemEvent)
          Adds the system event to the database.
 SystemEvent SystemEventLocalService.deleteSystemEvent(SystemEvent systemEvent)
          Deletes the system event from the database.
static SystemEvent SystemEventLocalServiceUtil.deleteSystemEvent(SystemEvent systemEvent)
          Deletes the system event from the database.
 SystemEvent SystemEventLocalServiceWrapper.deleteSystemEvent(SystemEvent systemEvent)
          Deletes the system event from the database.
 SystemEvent 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.
 SystemEvent SystemEventLocalServiceWrapper.updateSystemEvent(SystemEvent systemEvent)
          Updates the system event in the database or adds it if it does not yet exist.
 

Uses of SystemEvent in com.liferay.portal.service.persistence
 

Methods in com.liferay.portal.service.persistence that return SystemEvent
static SystemEvent SystemEventUtil.create(long systemEventId)
          Creates a new system event with the primary key.
 SystemEvent SystemEventPersistence.create(long systemEventId)
          Creates a new system event with the primary key.
static SystemEvent SystemEventUtil.fetchByG_C_C_First(long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first system event in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
 SystemEvent SystemEventPersistence.fetchByG_C_C_First(long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first 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 orderByComparator)
          Returns the last 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 orderByComparator)
          Returns the last system event in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
static SystemEvent SystemEventUtil.fetchByG_C_C_T_First(long groupId, long classNameId, long classPK, int type, OrderByComparator orderByComparator)
          Returns the first system event in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ?.
 SystemEvent SystemEventPersistence.fetchByG_C_C_T_First(long groupId, long classNameId, long classPK, int type, OrderByComparator 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_Last(long groupId, long classNameId, long classPK, int type, OrderByComparator orderByComparator)
          Returns the last 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 orderByComparator)
          Returns the last system event in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ?.
static SystemEvent SystemEventUtil.fetchByG_S_First(long groupId, long systemEventSetKey, OrderByComparator orderByComparator)
          Returns the first system event in the ordered set where groupId = ? and systemEventSetKey = ?.
 SystemEvent SystemEventPersistence.fetchByG_S_First(long groupId, long systemEventSetKey, OrderByComparator orderByComparator)
          Returns the first system event in the ordered set where groupId = ? and systemEventSetKey = ?.
static SystemEvent SystemEventUtil.fetchByG_S_Last(long groupId, long systemEventSetKey, OrderByComparator orderByComparator)
          Returns the last system event in the ordered set where groupId = ? and systemEventSetKey = ?.
 SystemEvent SystemEventPersistence.fetchByG_S_Last(long groupId, long systemEventSetKey, OrderByComparator orderByComparator)
          Returns the last system event in the ordered set where groupId = ? and systemEventSetKey = ?.
static SystemEvent SystemEventUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first system event in the ordered set where groupId = ?.
 SystemEvent SystemEventPersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first system event in the ordered set where groupId = ?.
static SystemEvent SystemEventUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last system event in the ordered set where groupId = ?.
 SystemEvent SystemEventPersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last system event in the ordered set where groupId = ?.
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.fetchByPrimaryKey(long systemEventId)
          Returns the system event with the primary key or returns null if it could not be found.
static SystemEvent SystemEventUtil.findByG_C_C_First(long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first system event in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
 SystemEvent SystemEventPersistence.findByG_C_C_First(long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first 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 orderByComparator)
          Returns the last 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 orderByComparator)
          Returns the last 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 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_PrevAndNext(long systemEventId, long groupId, long classNameId, long classPK, OrderByComparator 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_T_First(long groupId, long classNameId, long classPK, int type, OrderByComparator orderByComparator)
          Returns the first system event in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ?.
 SystemEvent SystemEventPersistence.findByG_C_C_T_First(long groupId, long classNameId, long classPK, int type, OrderByComparator 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_Last(long groupId, long classNameId, long classPK, int type, OrderByComparator orderByComparator)
          Returns the last 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 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_PrevAndNext(long systemEventId, long groupId, long classNameId, long classPK, int type, OrderByComparator 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_C_C_T_PrevAndNext(long systemEventId, long groupId, long classNameId, long classPK, int type, OrderByComparator 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_S_First(long groupId, long systemEventSetKey, OrderByComparator orderByComparator)
          Returns the first system event in the ordered set where groupId = ? and systemEventSetKey = ?.
 SystemEvent SystemEventPersistence.findByG_S_First(long groupId, long systemEventSetKey, OrderByComparator orderByComparator)
          Returns the first system event in the ordered set where groupId = ? and systemEventSetKey = ?.
static SystemEvent SystemEventUtil.findByG_S_Last(long groupId, long systemEventSetKey, OrderByComparator orderByComparator)
          Returns the last system event in the ordered set where groupId = ? and systemEventSetKey = ?.
 SystemEvent SystemEventPersistence.findByG_S_Last(long groupId, long systemEventSetKey, OrderByComparator orderByComparator)
          Returns the last system event in the ordered set where groupId = ? and systemEventSetKey = ?.
static SystemEvent[] SystemEventUtil.findByG_S_PrevAndNext(long systemEventId, long groupId, long systemEventSetKey, OrderByComparator orderByComparator)
          Returns the system events before and after the current system event in the ordered set where groupId = ? and systemEventSetKey = ?.
 SystemEvent[] SystemEventPersistence.findByG_S_PrevAndNext(long systemEventId, long groupId, long systemEventSetKey, OrderByComparator orderByComparator)
          Returns the system events before and after the current system event in the ordered set where groupId = ? and systemEventSetKey = ?.
static SystemEvent SystemEventUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first system event in the ordered set where groupId = ?.
 SystemEvent SystemEventPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first system event in the ordered set where groupId = ?.
static SystemEvent SystemEventUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last system event in the ordered set where groupId = ?.
 SystemEvent SystemEventPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last system event in the ordered set where groupId = ?.
static SystemEvent[] SystemEventUtil.findByGroupId_PrevAndNext(long systemEventId, long groupId, OrderByComparator orderByComparator)
          Returns the system events before and after the current system event in the ordered set where groupId = ?.
 SystemEvent[] SystemEventPersistence.findByGroupId_PrevAndNext(long systemEventId, long groupId, OrderByComparator orderByComparator)
          Returns the system events before and after the current system event in the ordered set where groupId = ?.
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.findByPrimaryKey(long systemEventId)
          Returns the system event with the primary key or throws a NoSuchSystemEventException if it could not be found.
static SystemEvent SystemEventUtil.remove(long systemEventId)
          Removes the system event with the primary key from the database.
 SystemEvent SystemEventPersistence.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)
           
static SystemEvent SystemEventUtil.updateImpl(SystemEvent systemEvent)
           
 SystemEvent SystemEventPersistence.updateImpl(SystemEvent systemEvent)
           
 

Methods in com.liferay.portal.service.persistence that return types with arguments of type SystemEvent
static List<SystemEvent> SystemEventUtil.findAll()
          Returns all the system events.
 List<SystemEvent> SystemEventPersistence.findAll()
          Returns 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)
          Returns a range of all the system events.
static List<SystemEvent> SystemEventUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the system events.
 List<SystemEvent> SystemEventPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the system events.
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)
          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 = ?.
 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, OrderByComparator 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 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(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)
          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 = ?.
 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, OrderByComparator 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 orderByComparator)
          Returns an ordered range of all the system events where groupId = ? and classNameId = ? and classPK = ?.
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)
          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 = ?.
 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, OrderByComparator 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 orderByComparator)
          Returns an ordered range of all the system events where groupId = ? and systemEventSetKey = ?.
static List<SystemEvent> SystemEventUtil.findByGroupId(long groupId)
          Returns all the system events where groupId = ?.
 List<SystemEvent> SystemEventPersistence.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 = ?.
 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, OrderByComparator orderByComparator)
          Returns an ordered range of all the system events where groupId = ?.
 List<SystemEvent> SystemEventPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          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 orderByComparator)
           
 

Methods in com.liferay.portal.service.persistence with parameters of type SystemEvent
static void SystemEventUtil.cacheResult(SystemEvent systemEvent)
          Caches the system event in the entity cache if it is enabled.
 void SystemEventPersistence.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)
           
static SystemEvent SystemEventUtil.updateImpl(SystemEvent systemEvent)
           
 SystemEvent SystemEventPersistence.updateImpl(SystemEvent systemEvent)
           
 

Method parameters in com.liferay.portal.service.persistence with type arguments of type SystemEvent
static void SystemEventUtil.cacheResult(List<SystemEvent> systemEvents)
          Caches the system events in the entity cache if it is enabled.
 void SystemEventPersistence.cacheResult(List<SystemEvent> systemEvents)
          Caches the system events in the entity cache if it is enabled.
 


Liferay 6.2-ce-ga5