| Package | Description |
|---|---|
| org.jboss.aerogear.unifiedpush.api | |
| org.jboss.aerogear.unifiedpush.dao |
| Modifier and Type | Class and Description |
|---|---|
class |
AdmVariant |
class |
AndroidVariant
The Android variant class encapsulates GCM specific behavior.
|
class |
iOSVariant
The iOS variant class encapsulates APNs specific behavior.
|
class |
SimplePushVariant
The SimplePush variant class encapsulates SimplePush specific behavior.
|
class |
WindowsMPNSVariant |
class |
WindowsVariant |
class |
WindowsWNSVariant |
| Modifier and Type | Method and Description |
|---|---|
Variant |
Installation.getVariant() |
| Modifier and Type | Method and Description |
|---|---|
List<Variant> |
PushApplication.getVariants() |
| Modifier and Type | Method and Description |
|---|---|
void |
Installation.setVariant(Variant variant) |
| Modifier and Type | Method and Description |
|---|---|
void |
PushApplication.setVariants(List<Variant> variants) |
| Modifier and Type | Method and Description |
|---|---|
Variant |
VariantDao.findByVariantID(String variantID)
Returns the Variant entity, matching the given variantID.
|
| Modifier and Type | Method and Description |
|---|---|
List<Variant> |
VariantDao.findAllVariantsByIDs(List<String> variantIDs)
Loads list of all variants, where IDs are given.
|
Copyright © 2016 JBoss by Red Hat. All Rights Reserved.