| Package | Description |
|---|---|
| org.jboss.aerogear.unifiedpush.dao |
| Modifier and Type | Method and Description |
|---|---|
MessageMetrics |
FlatPushMessageInformationDao.findMessageMetricsForPushApplicationByParams(String pushApplicationId,
String search,
boolean ascending,
Integer page,
Integer pageSize)
Loads paged push message metadata objects for the given PushApplication, but offers a way to order (asc/desc) by date.
|
| Modifier and Type | Method and Description |
|---|---|
PageResult<FlatPushMessageInformation,MessageMetrics> |
FlatPushMessageInformationDao.findAllForPushApplication(String pushApplicationId,
String search,
boolean ascending,
Integer page,
Integer pageSize)
Loads paged push message metadata objects for the given PushApplication, but offers a way to order (asc/desc) by date.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.