public class DBNotificationService extends PaginatedDbService<NotificationDto>
db| Constructor and Description |
|---|
DBNotificationService(MongoConnection mongoConnection,
MongoJackObjectMapperProvider mapper) |
| Modifier and Type | Method and Description |
|---|---|
PaginatedList<NotificationDto> |
searchPaginated(SearchQuery query,
Predicate<NotificationDto> filter,
String sortByField,
int page,
int perPage) |
delete, findPaginatedWithQueryAndSort, findPaginatedWithQueryFilterAndSort, get, getSortBuilder, save, streamAll, streamByIds, streamQuery, streamQueryWithSort@Inject public DBNotificationService(MongoConnection mongoConnection, MongoJackObjectMapperProvider mapper)
public PaginatedList<NotificationDto> searchPaginated(SearchQuery query, Predicate<NotificationDto> filter, String sortByField, int page, int perPage)
Copyright © 2012–2020 Graylog, Inc.. All rights reserved.