| Package | Description |
|---|---|
| org.jboss.aerogear.unifiedpush.api.validation | |
| org.jboss.aerogear.unifiedpush.dao |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DeviceTokenValidator.isValid(Installation installation,
javax.validation.ConstraintValidatorContext context) |
| Modifier and Type | Method and Description |
|---|---|
Installation |
InstallationDao.findInstallationForVariantByDeviceToken(String variantID,
String deviceToken)
Loads a specific installation for the given Variant, specified by the device token.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
List<Installation> |
InstallationDao.findInstallationsForVariantByDeviceTokens(String variantID,
Set<String> deviceTokens)
Loads all installations matching the
Set of deviceTokens, for the given Variant |
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.