| Package | Description |
|---|---|
| org.jboss.aerogear.unifiedpush.dao |
| Modifier and Type | Method and Description |
|---|---|
PushApplication |
PushApplicationDao.findAllByPushApplicationID(String pushApplicationID)
Finder that returns an actual PushApplicationEntity, identified by its ID and its owner/developer.
|
PushApplication |
PushApplicationDao.findByPushApplicationID(String pushApplicationID)
Finder that returns an actual PushApplicationEntity, identified by its ID.
|
PushApplication |
PushApplicationDao.findByPushApplicationIDForDeveloper(String pushApplicationID,
String loginName)
Finder that returns an actual PushApplicationEntity, identified by its ID and its owner/developer.
|
| Modifier and Type | Method and Description |
|---|---|
PageResult<PushApplication,Count> |
PushApplicationDao.findAll(Integer page,
Integer pageSize) |
PageResult<PushApplication,Count> |
PushApplicationDao.findAllForDeveloper(String loginName,
Integer page,
Integer pageSize)
Finder that returns all pushApplication object for the given owner/developer.
|
List<PushApplication> |
PushApplicationDao.findByVariantIds(List<String> variantIDs)
Return push applications that are owning the given variants.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.