Uses of Class
org.ikasan.framework.systemevent.model.SystemEvent

Packages that use SystemEvent
org.ikasan.framework.systemevent.dao   
org.ikasan.framework.systemevent.service   
 

Uses of SystemEvent in org.ikasan.framework.systemevent.dao
 

Methods in org.ikasan.framework.systemevent.dao that return types with arguments of type SystemEvent
 PagedSearchResult<SystemEvent> HibernateSystemEventDao.find(int pageNo, int pageSize, String orderBy, boolean orderAscending, String subject, String action, Date timestampFrom, Date timestampTo, String actor)
           
 PagedSearchResult<SystemEvent> SystemEventDao.find(int pageNo, int pageSize, String orderBy, boolean orderAscending, String subject, String action, Date timestampFrom, Date timestampTo, String actor)
          Performs a paged search for SystemEvents restricting by criteria fields as supplied
 

Methods in org.ikasan.framework.systemevent.dao with parameters of type SystemEvent
 void HibernateSystemEventDao.save(SystemEvent systemEvent)
           
 void SystemEventDao.save(SystemEvent systemEvent)
          Persists a new system event
 

Uses of SystemEvent in org.ikasan.framework.systemevent.service
 

Methods in org.ikasan.framework.systemevent.service that return types with arguments of type SystemEvent
 PagedSearchResult<SystemEvent> SystemEventServiceImpl.listSystemEvents(int pageNo, int pageSize, String orderBy, boolean orderAscending, String subject, String action, Date timestampFrom, Date timestampTo, String actor)
           
 PagedSearchResult<SystemEvent> SystemEventService.listSystemEvents(int pageNo, int pageSize, String orderBy, boolean orderAscending, String subject, String action, Date timestampFrom, Date timestampTo, String actor)
          Performs a paged search for SystemEvents restricting by criteria fields as supplied
 



Copyright © 2007-2012 Ikasan. All Rights Reserved.