| Package | Description |
|---|---|
| org.jboss.aerogear.unifiedpush.dao |
| 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.findLastThreeActivity() |
List<PushMessageInformation> |
PushMessageInformationDao.findLastThreeActivity(String loginName)
Filters the three most recent PushMessageInformation objects
|
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.