|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of PagedSearchResult in org.ikasan.framework.error.dao |
|---|
| Methods in org.ikasan.framework.error.dao that return PagedSearchResult | |
|---|---|
PagedSearchResult<ErrorOccurrence> |
ErrorOccurrenceDao.findErrorOccurrences(int pageNo,
int pageSize,
String orderBy,
boolean orderAscending,
String moduleName,
String flowName)
Perform a paged search for ErrorOccurrences |
PagedSearchResult<ErrorOccurrence> |
HibernateErrorOccurrenceDao.findErrorOccurrences(int pageNo,
int pageSize,
String orderBy,
boolean orderAscending,
String moduleName,
String flowName)
|
| Uses of PagedSearchResult in org.ikasan.framework.error.service |
|---|
| Methods in org.ikasan.framework.error.service that return PagedSearchResult | |
|---|---|
PagedSearchResult<ErrorOccurrence> |
ErrorLoggingService.getErrors(int pageNo,
int pageSize,
String orderBy,
boolean orderAscending,
String moduleName,
String flowName)
Returns a paged listing of errors |
PagedSearchResult<ErrorOccurrence> |
DefaultErrorLoggingServiceImpl.getErrors(int pageNo,
int pageSize,
String orderBy,
boolean orderAscending,
String moduleName,
String flowName)
|
| Uses of PagedSearchResult in org.ikasan.framework.event.exclusion.dao |
|---|
| Methods in org.ikasan.framework.event.exclusion.dao that return PagedSearchResult | |
|---|---|
PagedSearchResult<ExcludedEvent> |
HibernateExcludedEventDao.findExcludedEvents(int pageNo,
int pageSize,
String orderBy,
boolean orderAscending,
String moduleName,
String flowName)
|
PagedSearchResult<ExcludedEvent> |
ExcludedEventDao.findExcludedEvents(int pageNo,
int pageSize,
String orderBy,
boolean orderAscending,
String moduleName,
String flowName)
Perform a paged search for ExcludedEvents |
| Uses of PagedSearchResult in org.ikasan.framework.event.exclusion.service |
|---|
| Methods in org.ikasan.framework.event.exclusion.service that return PagedSearchResult | |
|---|---|
PagedSearchResult<ExcludedEvent> |
ExcludedEventService.getExcludedEvents(int pageNo,
int pageSize,
String orderBy,
boolean orderAscending,
String moduleName,
String flowName)
Returns a paged listing of ExcludedEvent |
PagedSearchResult<ExcludedEvent> |
ExcludedEventServiceImpl.getExcludedEvents(int pageNo,
int pageSize,
String orderBy,
boolean orderAscending,
String moduleName,
String flowName)
|
| Uses of PagedSearchResult in org.ikasan.framework.event.wiretap.dao |
|---|
| Methods in org.ikasan.framework.event.wiretap.dao that return PagedSearchResult | |
|---|---|
PagedSearchResult<WiretapEvent> |
HibernateWiretapDao.findWiretapEvents(int pageNo,
int pageSize,
String orderBy,
boolean orderAscending,
Set<String> moduleNames,
String moduleFlow,
String componentName,
String eventId,
String payloadId,
Date fromDate,
Date untilDate,
String payloadContent)
Perform a paged search for WiretapEvents |
PagedSearchResult<WiretapEvent> |
WiretapDao.findWiretapEvents(int pageNo,
int pageSize,
String orderBy,
boolean orderAscending,
Set<String> moduleNames,
String moduleFlow,
String componentName,
String eventId,
String payloadId,
Date fromDate,
Date untilDate,
String payloadContent)
Perform a paged search for WiretapEvents |
| Uses of PagedSearchResult in org.ikasan.framework.event.wiretap.service |
|---|
| Methods in org.ikasan.framework.event.wiretap.service that return PagedSearchResult | |
|---|---|
PagedSearchResult<WiretapEvent> |
WiretapServiceImpl.findWiretapEvents(int pageNo,
int pageSize,
String orderBy,
boolean orderAscending,
Set<String> moduleNames,
String moduleFlow,
String componentName,
String eventId,
String payloadId,
Date fromDate,
Date untilDate,
String payloadContent)
Allows previously stored Events to be searched for. |
PagedSearchResult<WiretapEvent> |
WiretapService.findWiretapEvents(int pageNo,
int pageSize,
String orderBy,
boolean orderAscending,
Set<String> moduleNames,
String moduleFlow,
String componentName,
String eventId,
String payloadId,
Date fromDate,
Date untilDate,
String payloadContent)
Allows previously stored Events to be searched for. |
| Uses of PagedSearchResult in org.ikasan.framework.management.search |
|---|
| Classes in org.ikasan.framework.management.search that implement PagedSearchResult | |
|---|---|
class |
ArrayListPagedSearchResult<T>
This class is intended to be used as a DTO for transporting a subset of search results for some domain object |
| Uses of PagedSearchResult in org.ikasan.framework.systemevent.dao |
|---|
| Methods in org.ikasan.framework.systemevent.dao that return PagedSearchResult | |
|---|---|
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 |
| Uses of PagedSearchResult in org.ikasan.framework.systemevent.service |
|---|
| Methods in org.ikasan.framework.systemevent.service that return PagedSearchResult | |
|---|---|
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 |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||