Skip navigation links
UnifiedPush Service Layer 1.2.0-alpha.3
A C D E F G H I L O P R S T U V 

A

add(HealthDetails) - Method in class org.jboss.aerogear.unifiedpush.service.impl.health.HealthStatus
 
addInstallation(Variant, Installation) - Method in interface org.jboss.aerogear.unifiedpush.service.ClientInstallationService
Store a new Installation object on the database.
addInstallation(Variant, Installation) - Method in class org.jboss.aerogear.unifiedpush.service.impl.ClientInstallationServiceImpl
 
addInstallations(Variant, List<Installation>) - Method in interface org.jboss.aerogear.unifiedpush.service.ClientInstallationService
Add new Installations objects, for importing devices on the database.
addInstallations(Variant, List<Installation>) - Method in class org.jboss.aerogear.unifiedpush.service.impl.ClientInstallationServiceImpl
 
addPushApplication(PushApplication) - Method in class org.jboss.aerogear.unifiedpush.service.impl.PushApplicationServiceImpl
 
addPushApplication(PushApplication) - Method in interface org.jboss.aerogear.unifiedpush.service.PushApplicationService
Store a new PushApplication object on the database.
addVariant(Variant) - Method in interface org.jboss.aerogear.unifiedpush.service.GenericVariantService
Store a new Variant object on the database.
addVariant(Variant) - Method in class org.jboss.aerogear.unifiedpush.service.impl.GenericVariantServiceImpl
 
addVariant(PushApplication, Variant) - Method in class org.jboss.aerogear.unifiedpush.service.impl.PushApplicationServiceImpl
 
addVariant(PushApplication, Variant) - Method in interface org.jboss.aerogear.unifiedpush.service.PushApplicationService
Registers the given Variant object with the given PushApplication.
AEROGEAR_METRICS_STORAGE_MAX_DAYS - Static variable in class org.jboss.aerogear.unifiedpush.service.metrics.PushMessageMetricsService
 
Application - Class in org.jboss.aerogear.unifiedpush.service.dashboard
The purpose of this class is to act as a "value object" for the Dashboard services.
Application(String, String, long, Date) - Constructor for class org.jboss.aerogear.unifiedpush.service.dashboard.Application
 
ApplicationVariant - Class in org.jboss.aerogear.unifiedpush.service.dashboard
 
ApplicationVariant(PushApplication, Variant) - Constructor for class org.jboss.aerogear.unifiedpush.service.dashboard.ApplicationVariant
 

C

ClientInstallationService - Interface in org.jboss.aerogear.unifiedpush.service
Service class used by the Server to work with Installations for the different Variants.
ClientInstallationServiceImpl - Class in org.jboss.aerogear.unifiedpush.service.impl
(Default) implementation of the ClientInstallationService interface.
ClientInstallationServiceImpl() - Constructor for class org.jboss.aerogear.unifiedpush.service.impl.ClientInstallationServiceImpl
 
countInstallationsByType(String) - Method in class org.jboss.aerogear.unifiedpush.service.impl.PushApplicationServiceImpl
 
countInstallationsByType(String) - Method in interface org.jboss.aerogear.unifiedpush.service.PushApplicationService
 
countMessagesForPushApplication(String) - Method in class org.jboss.aerogear.unifiedpush.service.metrics.PushMessageMetricsService
Returns number of push messages for given push application ID
countMessagesForVariant(String) - Method in class org.jboss.aerogear.unifiedpush.service.metrics.PushMessageMetricsService
Returns number of push messages for given variant ID

D

DashboardData - Class in org.jboss.aerogear.unifiedpush.service.dashboard
Container for all statistic numbers for the current user, presented on the 'Dashboard'
DashboardData() - Constructor for class org.jboss.aerogear.unifiedpush.service.dashboard.DashboardData
 
dbStatus() - Method in interface org.jboss.aerogear.unifiedpush.service.HealthDBService
Get the database status and return a HealthDetails.
dbStatus() - Method in class org.jboss.aerogear.unifiedpush.service.impl.HealthServiceImpl
 
DeleteOldPushMessageInformationScheduler - Class in org.jboss.aerogear.unifiedpush.service.metrics
 
DeleteOldPushMessageInformationScheduler() - Constructor for class org.jboss.aerogear.unifiedpush.service.metrics.DeleteOldPushMessageInformationScheduler
 
deleteOutdatedMetrics() - Method in class org.jboss.aerogear.unifiedpush.service.metrics.DeleteOldPushMessageInformationScheduler
Job that triggers a delete of outdated metric information from the Server.
deleteOutdatedPushInformationData() - Method in class org.jboss.aerogear.unifiedpush.service.metrics.PushMessageMetricsService
We trigger a delete of all PushMessageInformation objects that are older than 30 days!
destroy() - Method in class org.jboss.aerogear.unifiedpush.service.filter.HttpContextFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.jboss.aerogear.unifiedpush.service.filter.HttpContextFilter
 

E

existsVariantIDForDeveloper(String) - Method in class org.jboss.aerogear.unifiedpush.service.impl.PushSearchByDeveloperServiceImpl
 
existsVariantIDForDeveloper(String) - Method in class org.jboss.aerogear.unifiedpush.service.impl.PushSearchServiceImpl
 
existsVariantIDForDeveloper(String) - Method in interface org.jboss.aerogear.unifiedpush.service.PushSearchService
See that variant exists for loggedin developer
extractUsername() - Method in class org.jboss.aerogear.unifiedpush.service.impl.SearchManager
Extract the username to be used in multiple queries

F

FCMTopicManager - Class in org.jboss.aerogear.unifiedpush.service.util
Utility used for Android installations which need to be unsubscribed from topics
FCMTopicManager(AndroidVariant) - Constructor for class org.jboss.aerogear.unifiedpush.service.util.FCMTopicManager
 
findAllDeviceTokenForVariantIDByCriteria(String, List<String>, List<String>, List<String>, int, String) - Method in interface org.jboss.aerogear.unifiedpush.service.ClientInstallationService
Used for (Android/iOS) Sender API.
findAllDeviceTokenForVariantIDByCriteria(String, List<String>, List<String>, List<String>, int, String) - Method in class org.jboss.aerogear.unifiedpush.service.impl.ClientInstallationServiceImpl
Finder for 'send', used for Android, iOS and SimplePush clients
findAllForPushApplication(String, String, boolean, Integer, Integer) - Method in class org.jboss.aerogear.unifiedpush.service.metrics.PushMessageMetricsService
Returns a list of metadata objects for the given Push Application
findAllInstallationsByVariantForDeveloper(String, Integer, Integer, String) - Method in class org.jboss.aerogear.unifiedpush.service.impl.PushSearchByDeveloperServiceImpl
 
findAllInstallationsByVariantForDeveloper(String, Integer, Integer, String) - Method in class org.jboss.aerogear.unifiedpush.service.impl.PushSearchServiceImpl
 
findAllInstallationsByVariantForDeveloper(String, Integer, Integer, String) - Method in interface org.jboss.aerogear.unifiedpush.service.PushSearchService
Find all installations for the variant specified.
findAllOldGoogleCloudMessagingDeviceTokenForVariantIDByCriteria(String, List<String>, List<String>, List<String>, int, String) - Method in interface org.jboss.aerogear.unifiedpush.service.ClientInstallationService
Used to query all old GCM tokens, which do not contain a ':' char.
findAllOldGoogleCloudMessagingDeviceTokenForVariantIDByCriteria(String, List<String>, List<String>, List<String>, int, String) - Method in class org.jboss.aerogear.unifiedpush.service.impl.ClientInstallationServiceImpl
 
findAllPushApplicationsForDeveloper(Integer, Integer) - Method in class org.jboss.aerogear.unifiedpush.service.impl.PushSearchByDeveloperServiceImpl
 
findAllPushApplicationsForDeveloper(Integer, Integer) - Method in class org.jboss.aerogear.unifiedpush.service.impl.PushSearchServiceImpl
 
findAllPushApplicationsForDeveloper(Integer, Integer) - Method in interface org.jboss.aerogear.unifiedpush.service.PushSearchService
Finder that returns all pushApplication object for the given owner/developer.
findById(String) - Method in interface org.jboss.aerogear.unifiedpush.service.ClientInstallationService
Returns the Installation entity, matching the given primaryKey.
findById(String) - Method in class org.jboss.aerogear.unifiedpush.service.impl.ClientInstallationServiceImpl
 
findByPushApplicationID(String) - Method in class org.jboss.aerogear.unifiedpush.service.impl.PushApplicationServiceImpl
 
findByPushApplicationID(String) - Method in interface org.jboss.aerogear.unifiedpush.service.PushApplicationService
Returns the PushApplication entity, matching the given ID.
findByPushApplicationIDForDeveloper(String) - Method in class org.jboss.aerogear.unifiedpush.service.impl.PushSearchByDeveloperServiceImpl
 
findByPushApplicationIDForDeveloper(String) - Method in class org.jboss.aerogear.unifiedpush.service.impl.PushSearchServiceImpl
 
findByPushApplicationIDForDeveloper(String) - Method in interface org.jboss.aerogear.unifiedpush.service.PushSearchService
Finder that returns an actual PushApplication, identified by its ID and its owner/developer.
findByVariantID(String) - Method in interface org.jboss.aerogear.unifiedpush.service.GenericVariantService
Returns the Variant entity, matching the given variantID.
findByVariantID(String) - Method in class org.jboss.aerogear.unifiedpush.service.impl.GenericVariantServiceImpl
 
findInstallationForVariantByDeviceToken(String, String) - Method in interface org.jboss.aerogear.unifiedpush.service.ClientInstallationService
Used for "Device Registration": Finder that returns the actual client installation, identified by its device-token, for the given variant.
findInstallationForVariantByDeviceToken(String, String) - Method in class org.jboss.aerogear.unifiedpush.service.impl.ClientInstallationServiceImpl
 

G

GenericVariantService - Interface in org.jboss.aerogear.unifiedpush.service
Service class that offers functionality to deal with the different variants (e.g.
GenericVariantServiceImpl - Class in org.jboss.aerogear.unifiedpush.service.impl
 
GenericVariantServiceImpl() - Constructor for class org.jboss.aerogear.unifiedpush.service.impl.GenericVariantServiceImpl
 
getApplicationID() - Method in class org.jboss.aerogear.unifiedpush.service.dashboard.ApplicationVariant
 
getApplicationName() - Method in class org.jboss.aerogear.unifiedpush.service.dashboard.ApplicationVariant
 
getApplications() - Method in class org.jboss.aerogear.unifiedpush.service.dashboard.DashboardData
Number of push applications of the current user.
getDescription() - Method in class org.jboss.aerogear.unifiedpush.service.impl.health.HealthDetails
 
getDetails() - Method in class org.jboss.aerogear.unifiedpush.service.impl.health.HealthStatus
 
getDevices() - Method in class org.jboss.aerogear.unifiedpush.service.dashboard.DashboardData
Number of registered devices for the push applications of the current user.
getHost() - Method in class org.jboss.aerogear.unifiedpush.service.impl.health.PushNetwork
 
getId() - Method in class org.jboss.aerogear.unifiedpush.service.dashboard.Application
The id of the Push Application
getLatestActivity(int) - Method in class org.jboss.aerogear.unifiedpush.service.impl.PushSearchByDeveloperServiceImpl
Loads all the Variant objects with the most received messages
getLatestActivity(int) - Method in class org.jboss.aerogear.unifiedpush.service.impl.PushSearchServiceImpl
Loads all the Variant objects with the most received messages
getLatestActivity(int) - Method in interface org.jboss.aerogear.unifiedpush.service.PushSearchService
Loads all the Variant objects with the most recent received messages
getMessages() - Method in class org.jboss.aerogear.unifiedpush.service.dashboard.DashboardData
Number of sent messages from push applications of the current user.
getName() - Method in class org.jboss.aerogear.unifiedpush.service.dashboard.Application
The name of the Push Application
getName() - Method in class org.jboss.aerogear.unifiedpush.service.impl.health.PushNetwork
 
getName() - Method in enum org.jboss.aerogear.unifiedpush.service.impl.health.Status
 
getPort() - Method in class org.jboss.aerogear.unifiedpush.service.impl.health.PushNetwork
 
getPushMessageInformation(String) - Method in class org.jboss.aerogear.unifiedpush.service.metrics.PushMessageMetricsService
 
getReceivers() - Method in class org.jboss.aerogear.unifiedpush.service.dashboard.ApplicationVariant
 
getResult() - Method in class org.jboss.aerogear.unifiedpush.service.impl.health.HealthDetails
 
getRuntime() - Method in class org.jboss.aerogear.unifiedpush.service.impl.health.HealthDetails
 
getSearchService() - Method in class org.jboss.aerogear.unifiedpush.service.impl.SearchManager
Validate the current logged in role
getStatus() - Method in class org.jboss.aerogear.unifiedpush.service.impl.health.HealthStatus
 
getSubmittedDate() - Method in class org.jboss.aerogear.unifiedpush.service.dashboard.Application
The timestamp of when the Push Message was submitted to the Push Networks
getSubscribedCategories(Installation) - Method in class org.jboss.aerogear.unifiedpush.service.util.FCMTopicManager
 
getSummary() - Method in class org.jboss.aerogear.unifiedpush.service.impl.health.HealthStatus
 
getTestStatus() - Method in class org.jboss.aerogear.unifiedpush.service.impl.health.HealthDetails
 
getTotalReceivers() - Method in class org.jboss.aerogear.unifiedpush.service.dashboard.Application
Number of active tokens that received the Push Message
getVariant() - Method in class org.jboss.aerogear.unifiedpush.service.dashboard.ApplicationVariant
 
getVariantsWithWarnings() - Method in class org.jboss.aerogear.unifiedpush.service.impl.PushSearchByDeveloperServiceImpl
Loads all the Variant objects where we did notice some failures on sending for the given user
getVariantsWithWarnings() - Method in class org.jboss.aerogear.unifiedpush.service.impl.PushSearchServiceImpl
Loads all the Variant objects where we did notice some failures on sending for the given user
getVariantsWithWarnings() - Method in interface org.jboss.aerogear.unifiedpush.service.PushSearchService
Loads all the Variant objects where we did notice some failures on sending for the given user.

H

HealthDBService - Interface in org.jboss.aerogear.unifiedpush.service
Service query database to see how how healthy we are.
HealthDetails - Class in org.jboss.aerogear.unifiedpush.service.impl.health
Model for details of health check
HealthDetails() - Constructor for class org.jboss.aerogear.unifiedpush.service.impl.health.HealthDetails
 
HealthServiceImpl - Class in org.jboss.aerogear.unifiedpush.service.impl
 
HealthServiceImpl() - Constructor for class org.jboss.aerogear.unifiedpush.service.impl.HealthServiceImpl
 
HealthStatus - Class in org.jboss.aerogear.unifiedpush.service.impl.health
Holder for the health status
HealthStatus() - Constructor for class org.jboss.aerogear.unifiedpush.service.impl.health.HealthStatus
 
HttpContextFilter - Class in org.jboss.aerogear.unifiedpush.service.filter
Servlet filter only to hold the HTTPServletContext and update the SearchManager The goal is to provide multiple views between admin and developer Unfortunately the version of WELD on AS7 does not support HTTPServletContext injection
HttpContextFilter() - Constructor for class org.jboss.aerogear.unifiedpush.service.filter.HttpContextFilter
 

I

IID_URL - Static variable in class org.jboss.aerogear.unifiedpush.service.util.FCMTopicManager
 
init(FilterConfig) - Method in class org.jboss.aerogear.unifiedpush.service.filter.HttpContextFilter
 
isReachable(String, int) - Static method in class org.jboss.aerogear.unifiedpush.service.impl.health.Ping
 

L

loadDashboardData() - Method in class org.jboss.aerogear.unifiedpush.service.impl.PushSearchByDeveloperServiceImpl
Receives the dashboard data for the given user
loadDashboardData() - Method in class org.jboss.aerogear.unifiedpush.service.impl.PushSearchServiceImpl
Receives the dashboard data for the given user
loadDashboardData() - Method in interface org.jboss.aerogear.unifiedpush.service.PushSearchService
Receives the dashboard data for the given user
lock(PushMessageInformation) - Method in class org.jboss.aerogear.unifiedpush.service.metrics.PushMessageMetricsService
Locks the push message information for updates so that there will be no updates concurrently
LoggedIn - Annotation Type in org.jboss.aerogear.unifiedpush.service.annotations
Current logged in user

O

org.jboss.aerogear.unifiedpush.service - package org.jboss.aerogear.unifiedpush.service
 
org.jboss.aerogear.unifiedpush.service.annotations - package org.jboss.aerogear.unifiedpush.service.annotations
 
org.jboss.aerogear.unifiedpush.service.dashboard - package org.jboss.aerogear.unifiedpush.service.dashboard
 
org.jboss.aerogear.unifiedpush.service.filter - package org.jboss.aerogear.unifiedpush.service.filter
 
org.jboss.aerogear.unifiedpush.service.impl - package org.jboss.aerogear.unifiedpush.service.impl
 
org.jboss.aerogear.unifiedpush.service.impl.health - package org.jboss.aerogear.unifiedpush.service.impl.health
 
org.jboss.aerogear.unifiedpush.service.metrics - package org.jboss.aerogear.unifiedpush.service.metrics
 
org.jboss.aerogear.unifiedpush.service.util - package org.jboss.aerogear.unifiedpush.service.util
 

P

Ping - Class in org.jboss.aerogear.unifiedpush.service.impl.health
 
PushApplicationService - Interface in org.jboss.aerogear.unifiedpush.service
 
PushApplicationServiceImpl - Class in org.jboss.aerogear.unifiedpush.service.impl
 
PushApplicationServiceImpl() - Constructor for class org.jboss.aerogear.unifiedpush.service.impl.PushApplicationServiceImpl
 
PushMessageMetricsService - Class in org.jboss.aerogear.unifiedpush.service.metrics
Service class to handle different aspects of the Push Message Information metadata for the "Push Message History" view on the Admin UI.
PushMessageMetricsService() - Constructor for class org.jboss.aerogear.unifiedpush.service.metrics.PushMessageMetricsService
 
PushNetwork - Class in org.jboss.aerogear.unifiedpush.service.impl.health
Readonly holder of Push network information
PushNetwork(String, String, int) - Constructor for class org.jboss.aerogear.unifiedpush.service.impl.health.PushNetwork
 
PushSearchByDeveloperServiceImpl - Class in org.jboss.aerogear.unifiedpush.service.impl
Implementation of the PushSearchService internally used for 'developer' role, to query for a restricted set of data, that is tied to a specific user/login name.
PushSearchByDeveloperServiceImpl() - Constructor for class org.jboss.aerogear.unifiedpush.service.impl.PushSearchByDeveloperServiceImpl
 
PushSearchService - Interface in org.jboss.aerogear.unifiedpush.service
Base of the implementation for the admin/developer view
PushSearchServiceImpl - Class in org.jboss.aerogear.unifiedpush.service.impl
Implementation of the PushSearchService internally used for 'admin' role, to query all, instead of being tied to a specific user/login name.
PushSearchServiceImpl() - Constructor for class org.jboss.aerogear.unifiedpush.service.impl.PushSearchServiceImpl
 

R

removeInstallation(Installation) - Method in interface org.jboss.aerogear.unifiedpush.service.ClientInstallationService
Removes the given installation entity.
removeInstallation(Installation) - Method in class org.jboss.aerogear.unifiedpush.service.impl.ClientInstallationServiceImpl
 
removeInstallationForVariantByDeviceToken(String, String) - Method in interface org.jboss.aerogear.unifiedpush.service.ClientInstallationService
Used to remove single device token from UPS.
removeInstallationForVariantByDeviceToken(String, String) - Method in class org.jboss.aerogear.unifiedpush.service.impl.ClientInstallationServiceImpl
 
removeInstallations(List<Installation>) - Method in interface org.jboss.aerogear.unifiedpush.service.ClientInstallationService
Removes all the installation entities in the List.
removeInstallations(List<Installation>) - Method in class org.jboss.aerogear.unifiedpush.service.impl.ClientInstallationServiceImpl
 
removeInstallationsForVariantByDeviceTokens(String, Set<String>) - Method in interface org.jboss.aerogear.unifiedpush.service.ClientInstallationService
Used for "feedback service": Collects the invalid Installations for a Variant, based on the identifier tokens.
removeInstallationsForVariantByDeviceTokens(String, Set<String>) - Method in class org.jboss.aerogear.unifiedpush.service.impl.ClientInstallationServiceImpl
 
removePushApplication(PushApplication) - Method in class org.jboss.aerogear.unifiedpush.service.impl.PushApplicationServiceImpl
 
removePushApplication(PushApplication) - Method in interface org.jboss.aerogear.unifiedpush.service.PushApplicationService
Removes the given PushApplication entity.
removeVariant(Variant) - Method in interface org.jboss.aerogear.unifiedpush.service.GenericVariantService
Removes the given variant entity.
removeVariant(Variant) - Method in class org.jboss.aerogear.unifiedpush.service.impl.GenericVariantServiceImpl
 

S

SearchManager - Class in org.jboss.aerogear.unifiedpush.service.impl
Responsible for switch between different types of search Depending on the role of the current logged in user
SearchManager() - Constructor for class org.jboss.aerogear.unifiedpush.service.impl.SearchManager
 
setApplicationID(String) - Method in class org.jboss.aerogear.unifiedpush.service.dashboard.ApplicationVariant
 
setApplicationName(String) - Method in class org.jboss.aerogear.unifiedpush.service.dashboard.ApplicationVariant
 
setApplications(long) - Method in class org.jboss.aerogear.unifiedpush.service.dashboard.DashboardData
 
setDescription(String) - Method in class org.jboss.aerogear.unifiedpush.service.impl.health.HealthDetails
 
setDetails(List<HealthDetails>) - Method in class org.jboss.aerogear.unifiedpush.service.impl.health.HealthStatus
 
setDevices(long) - Method in class org.jboss.aerogear.unifiedpush.service.dashboard.DashboardData
 
setHttpServletRequest(HttpServletRequest) - Method in class org.jboss.aerogear.unifiedpush.service.impl.SearchManager
 
setId(String) - Method in class org.jboss.aerogear.unifiedpush.service.dashboard.Application
Set the id of the Push Application
setMessages(long) - Method in class org.jboss.aerogear.unifiedpush.service.dashboard.DashboardData
 
setName(String) - Method in class org.jboss.aerogear.unifiedpush.service.dashboard.Application
Set the name of the Push Application
setReceivers(Long) - Method in class org.jboss.aerogear.unifiedpush.service.dashboard.ApplicationVariant
 
setResult(String) - Method in class org.jboss.aerogear.unifiedpush.service.impl.health.HealthDetails
 
setRuntime(long) - Method in class org.jboss.aerogear.unifiedpush.service.impl.health.HealthDetails
 
setStatus(Status) - Method in class org.jboss.aerogear.unifiedpush.service.impl.health.HealthStatus
 
setSubmittedDate(Date) - Method in class org.jboss.aerogear.unifiedpush.service.dashboard.Application
Set the timestamp of when the Push Message was submitted to the Push Networks
setTestStatus(Status) - Method in class org.jboss.aerogear.unifiedpush.service.impl.health.HealthDetails
 
setTotalReceivers(long) - Method in class org.jboss.aerogear.unifiedpush.service.dashboard.Application
Set the number of active tokens that received the Push Message
setVariant(Variant) - Method in class org.jboss.aerogear.unifiedpush.service.dashboard.ApplicationVariant
 
start() - Method in class org.jboss.aerogear.unifiedpush.service.impl.health.HealthDetails
 
Status - Enum in org.jboss.aerogear.unifiedpush.service.impl.health
status
stop() - Method in class org.jboss.aerogear.unifiedpush.service.impl.health.HealthDetails
 
storeNewRequestFrom(String, String, String, String, int) - Method in class org.jboss.aerogear.unifiedpush.service.metrics.PushMessageMetricsService
Starts the capturing of metadata around a push message request.

T

toString() - Method in class org.jboss.aerogear.unifiedpush.service.dashboard.ApplicationVariant
 

U

unsubscribe(Installation, String) - Method in class org.jboss.aerogear.unifiedpush.service.util.FCMTopicManager
Unsubscribes device from single category(topic)
unsubscribeOldTopics(Installation) - Method in interface org.jboss.aerogear.unifiedpush.service.ClientInstallationService
Used for Android installations which have less/other categories on repeated registration
unsubscribeOldTopics(Installation) - Method in class org.jboss.aerogear.unifiedpush.service.impl.ClientInstallationServiceImpl
 
updateAnalytics(String, String) - Method in class org.jboss.aerogear.unifiedpush.service.metrics.PushMessageMetricsService
 
updateInstallation(Installation) - Method in interface org.jboss.aerogear.unifiedpush.service.ClientInstallationService
Performs an update/merge on the given entity.
updateInstallation(Installation, Installation) - Method in interface org.jboss.aerogear.unifiedpush.service.ClientInstallationService
Updates the first argument with the values from the second, and returns the updated entity.
updateInstallation(Installation) - Method in class org.jboss.aerogear.unifiedpush.service.impl.ClientInstallationServiceImpl
 
updateInstallation(Installation, Installation) - Method in class org.jboss.aerogear.unifiedpush.service.impl.ClientInstallationServiceImpl
 
updatePushApplication(PushApplication) - Method in class org.jboss.aerogear.unifiedpush.service.impl.PushApplicationServiceImpl
 
updatePushApplication(PushApplication) - Method in interface org.jboss.aerogear.unifiedpush.service.PushApplicationService
Performs an update/merge on the given entity.
updatePushMessageInformation(PushMessageInformation) - Method in class org.jboss.aerogear.unifiedpush.service.metrics.PushMessageMetricsService
Delegates a database update for the given PushMessageInformation object.
updateVariant(Variant) - Method in interface org.jboss.aerogear.unifiedpush.service.GenericVariantService
Performs an update/merge on the given entity.
updateVariant(Variant) - Method in class org.jboss.aerogear.unifiedpush.service.impl.GenericVariantServiceImpl
 

V

valueOf(String) - Static method in enum org.jboss.aerogear.unifiedpush.service.impl.health.Status
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jboss.aerogear.unifiedpush.service.impl.health.Status
Returns an array containing the constants of this enum type, in the order they are declared.
A C D E F G H I L O P R S T U V 
Skip navigation links
UnifiedPush Service Layer 1.2.0-alpha.3

Copyright © 2016 JBoss by Red Hat. All Rights Reserved.