| Package | Description |
|---|---|
| org.jboss.aerogear.unifiedpush.api | |
| org.jboss.aerogear.unifiedpush.dao |
| Modifier and Type | Method and Description |
|---|---|
FlatPushMessageInformation |
VariantErrorStatus.getPushMessageInformation() |
| Modifier and Type | Method and Description |
|---|---|
void |
VariantErrorStatus.setPushMessageInformation(FlatPushMessageInformation pushMessageInformation) |
| Constructor and Description |
|---|
VariantErrorStatus(FlatPushMessageInformation pushMessageInformation,
Variant variant,
String errorReason) |
| Modifier and Type | Method and Description |
|---|---|
List<FlatPushMessageInformation> |
FlatPushMessageInformationDao.findAllForPushApplication(String pushApplicationId,
boolean ascending)
Loads all push message metadata objects for the given PushApplication, but offers a way to order (asc/desc) by date.
|
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.
|
List<FlatPushMessageInformation> |
FlatPushMessageInformationDao.findAllForPushApplicationByParams(String pushApplicationId,
String search,
boolean ascending,
Integer page,
Integer pageSize)
Loads all push message metadata objects for the given PushApplication, but offers a way to order (asc/desc) by date.
|
List<FlatPushMessageInformation> |
FlatPushMessageInformationDao.findLatestActivity(int maxResults) |
List<FlatPushMessageInformation> |
FlatPushMessageInformationDao.findLatestActivity(String loginName,
int maxResults)
Filters the three most recent FlatPushMessageInformation objects
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.