| Package | Description |
|---|---|
| org.jboss.aerogear.unifiedpush.dao |
| Modifier and Type | Method and Description |
|---|---|
PageResult<PushApplication> |
PushApplicationDao.findAll(Integer page,
Integer pageSize) |
PageResult<PushApplication> |
PushApplicationDao.findAllForDeveloper(String loginName,
Integer page,
Integer pageSize)
Finder that returns all pushApplication object for the given owner/developer.
|
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.
|
PageResult<Installation> |
InstallationDao.findInstallationsByVariant(String variantID,
Integer page,
Integer pageSize)
Find all installations for the variant specified (used for admin role)
|
PageResult<Installation> |
InstallationDao.findInstallationsByVariantForDeveloper(String variantID,
String developer,
Integer page,
Integer pageSize)
Find all installations for the variant specified and for the authneticated user.
|
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.