Skip navigation links
UnifiedPush Server Model API 1.2.0-rc.1
A B C D E F G H I L M N O P R S T U V W 

A

AdmVariant - Class in org.jboss.aerogear.unifiedpush.api
 
AdmVariant() - Constructor for class org.jboss.aerogear.unifiedpush.api.AdmVariant
 
AndroidVariant - Class in org.jboss.aerogear.unifiedpush.api
The Android variant class encapsulates FCM specific behavior.
AndroidVariant() - Constructor for class org.jboss.aerogear.unifiedpush.api.AndroidVariant
 

B

BaseModel - Class in org.jboss.aerogear.unifiedpush.api
 
BaseModel() - Constructor for class org.jboss.aerogear.unifiedpush.api.BaseModel
 

C

calculatePastDate(int) - Static method in class org.jboss.aerogear.unifiedpush.utils.DateUtils
Returns date in history: Today - the given number of days
Category - Class in org.jboss.aerogear.unifiedpush.api
A category of a specific installation.
Category() - Constructor for class org.jboss.aerogear.unifiedpush.api.Category
 
Category(String) - Constructor for class org.jboss.aerogear.unifiedpush.api.Category
 
CategoryDao - Interface in org.jboss.aerogear.unifiedpush.dao
 
Count - Class in org.jboss.aerogear.unifiedpush.dto
DTO transferring counts
Count(Long) - Constructor for class org.jboss.aerogear.unifiedpush.dto.Count
 
countInstallationsByType(String) - Method in interface org.jboss.aerogear.unifiedpush.dao.PushApplicationDao
 
create(O) - Method in interface org.jboss.aerogear.unifiedpush.dao.GenericBaseDao
 

D

DateUtils - Class in org.jboss.aerogear.unifiedpush.utils
 
delete(O) - Method in interface org.jboss.aerogear.unifiedpush.dao.GenericBaseDao
 
deletePushInformationOlderThan(Date) - Method in interface org.jboss.aerogear.unifiedpush.dao.FlatPushMessageInformationDao
Delete all Push Message Information entries that are older than the given date
DeviceTokenCheck - Annotation Type in org.jboss.aerogear.unifiedpush.api.validation
 
DeviceTokenValidator - Class in org.jboss.aerogear.unifiedpush.api.validation
Validator that will validate if the device token matches to VariantType specific pattern.
DeviceTokenValidator() - Constructor for class org.jboss.aerogear.unifiedpush.api.validation.DeviceTokenValidator
 

E

equals(Object) - Method in class org.jboss.aerogear.unifiedpush.api.Category
 
equals(Object) - Method in class org.jboss.aerogear.unifiedpush.api.VariantErrorStatus
 
executeQuery() - Method in interface org.jboss.aerogear.unifiedpush.dao.ResultsStream.QueryBuilder
Builds the query and constructs the ResultsStream from underlying org.hibernate.ScrollableResults object.
existsVariantIDForAdmin(String) - Method in interface org.jboss.aerogear.unifiedpush.dao.VariantDao
 
existsVariantIDForDeveloper(String, String) - Method in interface org.jboss.aerogear.unifiedpush.dao.VariantDao
Checks if variant exists for this developer

F

fetchSize(int) - Method in interface org.jboss.aerogear.unifiedpush.dao.ResultsStream.QueryBuilder
Set a fetch size for the underlying JDBC query.
find(K) - Method in interface org.jboss.aerogear.unifiedpush.dao.GenericBaseDao
 
findAll(Integer, Integer) - Method in interface org.jboss.aerogear.unifiedpush.dao.PushApplicationDao
 
findAllByPushApplicationID(String) - Method in interface org.jboss.aerogear.unifiedpush.dao.PushApplicationDao
Finder that returns an actual PushApplicationEntity, identified by its ID and its owner/developer.
findAllDeviceTokenForVariantID(String) - Method in interface org.jboss.aerogear.unifiedpush.dao.InstallationDao
 
findAllDeviceTokenForVariantIDByCriteria(String, List<String>, List<String>, List<String>, int, String, boolean) - Method in interface org.jboss.aerogear.unifiedpush.dao.InstallationDao
Sender API for installations: Query all tokens for the given variant, by respecting a few criteria arguments (categories, aliases and deviceTypes)
findAllForDeveloper(String, Integer, Integer) - Method in interface org.jboss.aerogear.unifiedpush.dao.PushApplicationDao
Finder that returns all pushApplication object for the given owner/developer.
findAllForPushApplication(String, boolean) - Method in interface org.jboss.aerogear.unifiedpush.dao.FlatPushMessageInformationDao
Loads all push message metadata objects for the given PushApplication, but offers a way to order (asc/desc) by date.
findAllForPushApplication(String, String, boolean, Integer, Integer) - Method in interface org.jboss.aerogear.unifiedpush.dao.FlatPushMessageInformationDao
Loads paged push message metadata objects for the given PushApplication, but offers a way to order (asc/desc) by date.
findAllForPushApplicationByParams(String, String, boolean, Integer, Integer) - Method in interface org.jboss.aerogear.unifiedpush.dao.FlatPushMessageInformationDao
Loads all push message metadata objects for the given PushApplication, but offers a way to order (asc/desc) by date.
findAllPushApplicationIDsForDeveloper(String) - Method in interface org.jboss.aerogear.unifiedpush.dao.PushApplicationDao
Finder that returns a list, containing all pushApplication ids for the given owner/developer.
findAllVariantsByIDs(List<String>) - Method in interface org.jboss.aerogear.unifiedpush.dao.VariantDao
Loads list of all variants, where IDs are given.
findByNames(List<String>) - Method in interface org.jboss.aerogear.unifiedpush.dao.CategoryDao
 
findByPushApplicationID(String) - Method in interface org.jboss.aerogear.unifiedpush.dao.PushApplicationDao
Finder that returns an actual PushApplicationEntity, identified by its ID.
findByPushApplicationIDForDeveloper(String, String) - Method in interface org.jboss.aerogear.unifiedpush.dao.PushApplicationDao
Finder that returns an actual PushApplicationEntity, identified by its ID and its owner/developer.
findByVariantID(String) - Method in interface org.jboss.aerogear.unifiedpush.dao.VariantDao
Returns the Variant entity, matching the given variantID.
findByVariantIds(List<String>) - Method in interface org.jboss.aerogear.unifiedpush.dao.PushApplicationDao
Return push applications that are owning the given variants.
findInstallationForVariantByDeviceToken(String, String) - Method in interface org.jboss.aerogear.unifiedpush.dao.InstallationDao
Loads a specific installation for the given Variant, specified by the device token.
findInstallationsByVariant(String, Integer, Integer, String) - Method in interface org.jboss.aerogear.unifiedpush.dao.InstallationDao
Find all installations for the variant specified (used for admin role)
findInstallationsByVariantForDeveloper(String, String, Integer, Integer, String) - Method in interface org.jboss.aerogear.unifiedpush.dao.InstallationDao
Find all installations for the variant specified and for the authneticated user.
findInstallationsForVariantByDeviceTokens(String, Set<String>) - Method in interface org.jboss.aerogear.unifiedpush.dao.InstallationDao
Loads all installations matching the Set of deviceTokens, for the given Variant.
findLatestActivity(String, int) - Method in interface org.jboss.aerogear.unifiedpush.dao.FlatPushMessageInformationDao
Filters the three most recent FlatPushMessageInformation objects
findLatestActivity(int) - Method in interface org.jboss.aerogear.unifiedpush.dao.FlatPushMessageInformationDao
 
findMessageMetricsForPushApplicationByParams(String, String, boolean, Integer, Integer) - Method in interface org.jboss.aerogear.unifiedpush.dao.FlatPushMessageInformationDao
Loads paged push message metadata objects for the given PushApplication, but offers a way to order (asc/desc) by date.
findVariantIDsForDeveloper(String) - Method in interface org.jboss.aerogear.unifiedpush.dao.VariantDao
Loads list of all variantIDs for given user.
findVariantIDsWithWarnings(String) - Method in interface org.jboss.aerogear.unifiedpush.dao.FlatPushMessageInformationDao
Filters those variantIDs where the variant shows errors/issues for previous message sends
findVariantIDsWithWarnings() - Method in interface org.jboss.aerogear.unifiedpush.dao.FlatPushMessageInformationDao
 
FlatPushMessageInformation - Class in org.jboss.aerogear.unifiedpush.api
 
FlatPushMessageInformation() - Constructor for class org.jboss.aerogear.unifiedpush.api.FlatPushMessageInformation
 
FlatPushMessageInformationDao - Interface in org.jboss.aerogear.unifiedpush.dao
 
flushAndClear() - Method in interface org.jboss.aerogear.unifiedpush.dao.GenericBaseDao
 

G

GenericBaseDao<O,K> - Interface in org.jboss.aerogear.unifiedpush.dao
Generic base interface for different DAO layers
get() - Method in interface org.jboss.aerogear.unifiedpush.dao.ResultsStream
Get the current row of the result as an object
getAggregate() - Method in class org.jboss.aerogear.unifiedpush.dao.PageResult
 
getAlias() - Method in class org.jboss.aerogear.unifiedpush.api.Installation
 
getAppOpenCounter() - Method in class org.jboss.aerogear.unifiedpush.api.FlatPushMessageInformation
 
getAppOpenedCounter() - Method in class org.jboss.aerogear.unifiedpush.dto.MessageMetrics
 
getCategories() - Method in class org.jboss.aerogear.unifiedpush.api.Installation
 
getCertificate() - Method in class org.jboss.aerogear.unifiedpush.api.iOSVariant
The APNs certificate that is needed to establish a connection to any of Apple's APNs Push Servers.
getClientId() - Method in class org.jboss.aerogear.unifiedpush.api.AdmVariant
The client id to connect to the Amazon Device Messaging services
getClientIdentifier() - Method in class org.jboss.aerogear.unifiedpush.api.FlatPushMessageInformation
 
getClientSecret() - Method in class org.jboss.aerogear.unifiedpush.api.AdmVariant
The client secret (password) to connect to the Amazon Device Messaging services
getClientSecret() - Method in class org.jboss.aerogear.unifiedpush.api.WindowsWNSVariant
The client secret (password) to connect to the windows push notification services
getCount() - Method in class org.jboss.aerogear.unifiedpush.dto.Count
 
getCount() - Method in class org.jboss.aerogear.unifiedpush.dto.MessageMetrics
 
getDescription() - Method in class org.jboss.aerogear.unifiedpush.api.PushApplication
 
getDescription() - Method in class org.jboss.aerogear.unifiedpush.api.Variant
 
getDeveloper() - Method in class org.jboss.aerogear.unifiedpush.api.PushApplication
The developer which created the app.
getDeveloper() - Method in class org.jboss.aerogear.unifiedpush.api.Variant
 
getDeviceToken() - Method in class org.jboss.aerogear.unifiedpush.api.Installation
 
getDeviceType() - Method in class org.jboss.aerogear.unifiedpush.api.Installation
 
getErrorReason() - Method in class org.jboss.aerogear.unifiedpush.api.VariantErrorStatus
 
getErrors() - Method in class org.jboss.aerogear.unifiedpush.api.FlatPushMessageInformation
 
getFirstOpenDate() - Method in class org.jboss.aerogear.unifiedpush.api.FlatPushMessageInformation
 
getGoogleKey() - Method in class org.jboss.aerogear.unifiedpush.api.AndroidVariant
The Server Key from the Firebase Console of a project which has been enabled for FCM.
getId() - Method in class org.jboss.aerogear.unifiedpush.api.BaseModel
 
getId() - Method in class org.jboss.aerogear.unifiedpush.api.Category
 
getiOSVariant() - Method in class org.jboss.aerogear.unifiedpush.event.iOSVariantUpdateEvent
 
getIpAddress() - Method in class org.jboss.aerogear.unifiedpush.api.FlatPushMessageInformation
 
getLastOpenDate() - Method in class org.jboss.aerogear.unifiedpush.api.FlatPushMessageInformation
 
getMasterSecret() - Method in class org.jboss.aerogear.unifiedpush.api.PushApplication
 
getName() - Method in class org.jboss.aerogear.unifiedpush.api.Category
 
getName() - Method in class org.jboss.aerogear.unifiedpush.api.PushApplication
 
getName() - Method in class org.jboss.aerogear.unifiedpush.api.Variant
 
getNumberOfDevicesForLoginName(String) - Method in interface org.jboss.aerogear.unifiedpush.dao.InstallationDao
Counts the total number of registered devices/clients for the give List of variantIDs
getNumberOfDevicesForVariantID(String) - Method in interface org.jboss.aerogear.unifiedpush.dao.InstallationDao
Counts the number of registered devices/clients for the given variant ID
getNumberOfPushApplicationsForDeveloper(String) - Method in interface org.jboss.aerogear.unifiedpush.dao.PushApplicationDao
Returns total number of PushApplications for given user
getNumberOfPushApplicationsForDeveloper() - Method in interface org.jboss.aerogear.unifiedpush.dao.PushApplicationDao
 
getNumberOfPushMessagesForApplications() - Method in interface org.jboss.aerogear.unifiedpush.dao.FlatPushMessageInformationDao
 
getNumberOfPushMessagesForLoginName(String) - Method in interface org.jboss.aerogear.unifiedpush.dao.FlatPushMessageInformationDao
Does a count for all the push message that have been submitted for the given PushApplication.
getNumberOfPushMessagesForPushApplication(String) - Method in interface org.jboss.aerogear.unifiedpush.dao.FlatPushMessageInformationDao
Counts push messages for given push application ID
getOperatingSystem() - Method in class org.jboss.aerogear.unifiedpush.api.Installation
 
getOsVersion() - Method in class org.jboss.aerogear.unifiedpush.api.Installation
 
getPassphrase() - Method in class org.jboss.aerogear.unifiedpush.api.iOSVariant
The APNs passphrase that is needed to establish a connection to any of Apple's APNs Push Servers.
getPlatform() - Method in class org.jboss.aerogear.unifiedpush.api.Installation
 
getProjectNumber() - Method in class org.jboss.aerogear.unifiedpush.api.AndroidVariant
The "Google Project Number" (or Sender ID) from the API Console is not needed for sending push messages, but it is a convenience to "see" it on the Admin UI as well, since the Android applications require it (called Sender ID there).
getPushApplicationId() - Method in class org.jboss.aerogear.unifiedpush.api.FlatPushMessageInformation
 
getPushApplicationID() - Method in class org.jboss.aerogear.unifiedpush.api.PushApplication
 
getPushJobId() - Method in class org.jboss.aerogear.unifiedpush.api.VariantErrorStatus
 
getPushMessageInformation() - Method in class org.jboss.aerogear.unifiedpush.api.VariantErrorStatus
 
getPushMessageVariantId() - Method in class org.jboss.aerogear.unifiedpush.api.VariantErrorStatus
 
getRawJsonMessage() - Method in class org.jboss.aerogear.unifiedpush.api.FlatPushMessageInformation
 
getResultList() - Method in class org.jboss.aerogear.unifiedpush.dao.PageResult
 
getSecret() - Method in class org.jboss.aerogear.unifiedpush.api.Variant
 
getSid() - Method in class org.jboss.aerogear.unifiedpush.api.WindowsWNSVariant
SID (Package security identifier) used to connect to the windows push notification services
getSubmitDate() - Method in class org.jboss.aerogear.unifiedpush.api.FlatPushMessageInformation
 
getTotalNumberOfDevices() - Method in interface org.jboss.aerogear.unifiedpush.dao.InstallationDao
Counts the total number of all registered devices/clients
getType() - Method in class org.jboss.aerogear.unifiedpush.api.AdmVariant
 
getType() - Method in class org.jboss.aerogear.unifiedpush.api.AndroidVariant
 
getType() - Method in class org.jboss.aerogear.unifiedpush.api.iOSVariant
 
getType() - Method in class org.jboss.aerogear.unifiedpush.api.Variant
The @VariantType of the underlying variant.
getType() - Method in class org.jboss.aerogear.unifiedpush.api.WindowsWNSVariant
 
getTypeName() - Method in enum org.jboss.aerogear.unifiedpush.api.VariantType
Returns the actual type name of the variant type
getVariant() - Method in class org.jboss.aerogear.unifiedpush.api.Installation
 
getVariant() - Method in class org.jboss.aerogear.unifiedpush.api.VariantErrorStatus
 
getVariantID() - Method in class org.jboss.aerogear.unifiedpush.api.Variant
 
getVariantID() - Method in class org.jboss.aerogear.unifiedpush.api.VariantErrorStatus
 
getVariants() - Method in class org.jboss.aerogear.unifiedpush.api.PushApplication
 

H

hashCode() - Method in class org.jboss.aerogear.unifiedpush.api.Category
 
hashCode() - Method in class org.jboss.aerogear.unifiedpush.api.VariantErrorStatus
 

I

incrementAppOpenCounter() - Method in class org.jboss.aerogear.unifiedpush.api.FlatPushMessageInformation
 
initialize(DeviceTokenCheck) - Method in class org.jboss.aerogear.unifiedpush.api.validation.DeviceTokenValidator
 
Installation - Class in org.jboss.aerogear.unifiedpush.api
One installation of a push-enabled client, running on a device (Android/iOS)
Installation() - Constructor for class org.jboss.aerogear.unifiedpush.api.Installation
 
InstallationDao - Interface in org.jboss.aerogear.unifiedpush.dao
 
iOSVariant - Class in org.jboss.aerogear.unifiedpush.api
The iOS variant class encapsulates APNs specific behavior.
iOSVariant() - Constructor for class org.jboss.aerogear.unifiedpush.api.iOSVariant
 
iOSVariantUpdateEvent - Class in org.jboss.aerogear.unifiedpush.event
Fired when the iOS variant is updated to contain a new .p12 file, therefore the update event is used to trigger a removal from the internal connection cache.
iOSVariantUpdateEvent(iOSVariant) - Constructor for class org.jboss.aerogear.unifiedpush.event.iOSVariantUpdateEvent
 
isEnabled() - Method in class org.jboss.aerogear.unifiedpush.api.Installation
 
isProduction() - Method in class org.jboss.aerogear.unifiedpush.api.iOSVariant
If true a connection to Apple's Production APNs server will be established for this iOS variant.
isValid(Installation, ConstraintValidatorContext) - Method in class org.jboss.aerogear.unifiedpush.api.validation.DeviceTokenValidator
 
isValidDeviceTokenForVariant(String, VariantType) - Static method in class org.jboss.aerogear.unifiedpush.api.validation.DeviceTokenValidator
Helper to run quick up-front validations.

L

lock(O) - Method in interface org.jboss.aerogear.unifiedpush.dao.GenericBaseDao
 

M

MessageMetrics - Class in org.jboss.aerogear.unifiedpush.dto
DTO transferring count together with number of receivers and app opened counter
MessageMetrics(Long, Long) - Constructor for class org.jboss.aerogear.unifiedpush.dto.MessageMetrics
 

N

next() - Method in interface org.jboss.aerogear.unifiedpush.dao.ResultsStream
Advance to the next result

O

org.jboss.aerogear.unifiedpush.api - package org.jboss.aerogear.unifiedpush.api
 
org.jboss.aerogear.unifiedpush.api.validation - package org.jboss.aerogear.unifiedpush.api.validation
 
org.jboss.aerogear.unifiedpush.dao - package org.jboss.aerogear.unifiedpush.dao
 
org.jboss.aerogear.unifiedpush.dto - package org.jboss.aerogear.unifiedpush.dto
 
org.jboss.aerogear.unifiedpush.event - package org.jboss.aerogear.unifiedpush.event
 
org.jboss.aerogear.unifiedpush.utils - package org.jboss.aerogear.unifiedpush.utils
 

P

PageResult<T,A> - Class in org.jboss.aerogear.unifiedpush.dao
Holds the result of a query plus the total number of rows
PageResult(List<T>, A) - Constructor for class org.jboss.aerogear.unifiedpush.dao.PageResult
 
PushApplication - Class in org.jboss.aerogear.unifiedpush.api
Logical construct of an overall mobile and push-enabled Application
PushApplication() - Constructor for class org.jboss.aerogear.unifiedpush.api.PushApplication
 
PushApplicationDao - Interface in org.jboss.aerogear.unifiedpush.dao
 

R

ResultsStream<T> - Interface in org.jboss.aerogear.unifiedpush.dao
Streams the batch of the results
ResultsStream.QueryBuilder<T> - Interface in org.jboss.aerogear.unifiedpush.dao
Allow to build new ResultsStream with customized fetching strategy.
ResultStreamException - Exception in org.jboss.aerogear.unifiedpush.dao
Exception thrown when stream of results is failed to be read from underlying database
ResultStreamException() - Constructor for exception org.jboss.aerogear.unifiedpush.dao.ResultStreamException
 
ResultStreamException(String, Throwable, boolean, boolean) - Constructor for exception org.jboss.aerogear.unifiedpush.dao.ResultStreamException
 
ResultStreamException(String, Throwable) - Constructor for exception org.jboss.aerogear.unifiedpush.dao.ResultStreamException
 
ResultStreamException(String) - Constructor for exception org.jboss.aerogear.unifiedpush.dao.ResultStreamException
 
ResultStreamException(Throwable) - Constructor for exception org.jboss.aerogear.unifiedpush.dao.ResultStreamException
 

S

setAlias(String) - Method in class org.jboss.aerogear.unifiedpush.api.Installation
Application specific alias to identify users with the system.
setAppOpenCounter(Long) - Method in class org.jboss.aerogear.unifiedpush.api.FlatPushMessageInformation
 
setCategories(Set<Category>) - Method in class org.jboss.aerogear.unifiedpush.api.Installation
Used to "tag" the clients.
setCertificate(byte[]) - Method in class org.jboss.aerogear.unifiedpush.api.iOSVariant
 
setClientId(String) - Method in class org.jboss.aerogear.unifiedpush.api.AdmVariant
 
setClientIdentifier(String) - Method in class org.jboss.aerogear.unifiedpush.api.FlatPushMessageInformation
 
setClientSecret(String) - Method in class org.jboss.aerogear.unifiedpush.api.AdmVariant
 
setClientSecret(String) - Method in class org.jboss.aerogear.unifiedpush.api.WindowsWNSVariant
 
setDescription(String) - Method in class org.jboss.aerogear.unifiedpush.api.PushApplication
The description of the app.
setDescription(String) - Method in class org.jboss.aerogear.unifiedpush.api.Variant
Some description of the app.
setDeveloper(String) - Method in class org.jboss.aerogear.unifiedpush.api.PushApplication
 
setDeveloper(String) - Method in class org.jboss.aerogear.unifiedpush.api.Variant
 
setDeviceToken(String) - Method in class org.jboss.aerogear.unifiedpush.api.Installation
Identifies the device/user-agent within its PushNetwork.
setDeviceType(String) - Method in class org.jboss.aerogear.unifiedpush.api.Installation
The device type of the device or the user agent.
setEnabled(boolean) - Method in class org.jboss.aerogear.unifiedpush.api.Installation
Flag if the actual client installation is enabled (default) or not.
setErrorReason(String) - Method in class org.jboss.aerogear.unifiedpush.api.VariantErrorStatus
 
setErrors(Set<VariantErrorStatus>) - Method in class org.jboss.aerogear.unifiedpush.api.FlatPushMessageInformation
 
setFirstOpenDate(Date) - Method in class org.jboss.aerogear.unifiedpush.api.FlatPushMessageInformation
 
setGoogleKey(String) - Method in class org.jboss.aerogear.unifiedpush.api.AndroidVariant
 
setId(String) - Method in class org.jboss.aerogear.unifiedpush.api.BaseModel
Key identifying the model object in the underlying database (primary key)
setId(Long) - Method in class org.jboss.aerogear.unifiedpush.api.Category
 
setIpAddress(String) - Method in class org.jboss.aerogear.unifiedpush.api.FlatPushMessageInformation
 
setLastOpenDate(Date) - Method in class org.jboss.aerogear.unifiedpush.api.FlatPushMessageInformation
 
setMasterSecret(String) - Method in class org.jboss.aerogear.unifiedpush.api.PushApplication
The master password, used for sending message to a PushApplication or its Variants.
setName(String) - Method in class org.jboss.aerogear.unifiedpush.api.Category
 
setName(String) - Method in class org.jboss.aerogear.unifiedpush.api.PushApplication
The name of the application.
setName(String) - Method in class org.jboss.aerogear.unifiedpush.api.Variant
The name of the variant (e.g.
setOperatingSystem(String) - Method in class org.jboss.aerogear.unifiedpush.api.Installation
The (optional) name of the underlying Operating System.
setOsVersion(String) - Method in class org.jboss.aerogear.unifiedpush.api.Installation
The (optional) version of the used Operating System.
setPassphrase(String) - Method in class org.jboss.aerogear.unifiedpush.api.iOSVariant
 
setPlatform(String) - Method in class org.jboss.aerogear.unifiedpush.api.Installation
A reliable way of determining the platform type for an installation.
setProduction(boolean) - Method in class org.jboss.aerogear.unifiedpush.api.iOSVariant
 
setProjectNumber(String) - Method in class org.jboss.aerogear.unifiedpush.api.AndroidVariant
 
setPushApplicationId(String) - Method in class org.jboss.aerogear.unifiedpush.api.FlatPushMessageInformation
 
setPushApplicationID(String) - Method in class org.jboss.aerogear.unifiedpush.api.PushApplication
Identifier used to register variants with this PushApplication
setPushJobId(String) - Method in class org.jboss.aerogear.unifiedpush.api.VariantErrorStatus
 
setPushMessageInformation(FlatPushMessageInformation) - Method in class org.jboss.aerogear.unifiedpush.api.VariantErrorStatus
 
setPushMessageVariantId(String) - Method in class org.jboss.aerogear.unifiedpush.api.VariantErrorStatus
 
setRawJsonMessage(String) - Method in class org.jboss.aerogear.unifiedpush.api.FlatPushMessageInformation
 
setSecret(String) - Method in class org.jboss.aerogear.unifiedpush.api.Variant
 
setSid(String) - Method in class org.jboss.aerogear.unifiedpush.api.WindowsWNSVariant
 
setSubmitDate(Date) - Method in class org.jboss.aerogear.unifiedpush.api.FlatPushMessageInformation
 
setType(VariantType) - Method in class org.jboss.aerogear.unifiedpush.api.Variant
 
setVariant(Variant) - Method in class org.jboss.aerogear.unifiedpush.api.Installation
 
setVariant(Variant) - Method in class org.jboss.aerogear.unifiedpush.api.VariantErrorStatus
 
setVariantID(String) - Method in class org.jboss.aerogear.unifiedpush.api.Variant
Identifier used to register an Installation with this Variant
setVariantID(String) - Method in class org.jboss.aerogear.unifiedpush.api.VariantErrorStatus
 
setVariants(List<Variant>) - Method in class org.jboss.aerogear.unifiedpush.api.PushApplication
 

T

toString() - Method in class org.jboss.aerogear.unifiedpush.api.Category
 
toString() - Method in class org.jboss.aerogear.unifiedpush.dao.PageResult
 
toString() - Method in class org.jboss.aerogear.unifiedpush.dto.Count
 
toString() - Method in class org.jboss.aerogear.unifiedpush.dto.MessageMetrics
 

U

update(O) - Method in interface org.jboss.aerogear.unifiedpush.dao.GenericBaseDao
 

V

valueOf(String) - Static method in enum org.jboss.aerogear.unifiedpush.api.VariantType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jboss.aerogear.unifiedpush.api.VariantType
Returns an array containing the constants of this enum type, in the order they are declared.
Variant - Class in org.jboss.aerogear.unifiedpush.api
Logical construct which matches a mobile app in the appstore.
Variant() - Constructor for class org.jboss.aerogear.unifiedpush.api.Variant
 
VariantDao - Interface in org.jboss.aerogear.unifiedpush.dao
 
VariantErrorStatus - Class in org.jboss.aerogear.unifiedpush.api
 
VariantErrorStatus() - Constructor for class org.jboss.aerogear.unifiedpush.api.VariantErrorStatus
 
VariantErrorStatus(FlatPushMessageInformation, Variant, String) - Constructor for class org.jboss.aerogear.unifiedpush.api.VariantErrorStatus
 
VariantType - Enum in org.jboss.aerogear.unifiedpush.api
A type-safe identifier for the allowed variant types.

W

WindowsVariant - Class in org.jboss.aerogear.unifiedpush.api
 
WindowsVariant() - Constructor for class org.jboss.aerogear.unifiedpush.api.WindowsVariant
 
WindowsWNSVariant - Class in org.jboss.aerogear.unifiedpush.api
 
WindowsWNSVariant() - Constructor for class org.jboss.aerogear.unifiedpush.api.WindowsWNSVariant
 
A B C D E F G H I L M N O P R S T U V W 
Skip navigation links
UnifiedPush Server Model API 1.2.0-rc.1

Copyright © 2017 JBoss by Red Hat. All rights reserved.