| Package | Description |
|---|---|
| org.jboss.aerogear.unifiedpush.api | |
| org.jboss.aerogear.unifiedpush.dao |
| Modifier and Type | Method and Description |
|---|---|
PushMessageInformation |
VariantMetricInformation.getPushMessageInformation() |
| Modifier and Type | Method and Description |
|---|---|
void |
VariantMetricInformation.setPushMessageInformation(PushMessageInformation pushMessageInformation) |
| Modifier and Type | Method and Description |
|---|---|
List<PushMessageInformation> |
PushMessageInformationDao.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<PushMessageInformation> |
PushMessageInformationDao.findAllForPushApplication(String pushApplicationId,
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.
|
PageResult<PushMessageInformation> |
PushMessageInformationDao.findAllForVariant(String id,
boolean ascending,
Integer page,
Integer pageSize)
Loads all push message metadata objects for the given Variant, but offers a way to order (asc/desc) by date.
|
List<PushMessageInformation> |
PushMessageInformationDao.findLatestActivity(int maxResults) |
List<PushMessageInformation> |
PushMessageInformationDao.findLatestActivity(String loginName,
int maxResults)
Filters the three most recent PushMessageInformation objects
|
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.