JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
UnifiedPush Server Model JPA implementation 1.1.0-beta.3
Prev
Next
Frames
No Frames
All Classes
C
D
E
F
G
J
L
O
S
U
C
countInstallationsByType(String)
- Method in class org.jboss.aerogear.unifiedpush.jpa.dao.impl.
JPAPushApplicationDao
create(T)
- Method in class org.jboss.aerogear.unifiedpush.jpa.dao.impl.
JPABaseDao
createHibernateQuery(String)
- Method in class org.jboss.aerogear.unifiedpush.jpa.dao.impl.
JPABaseDao
createQuery(String)
- Method in class org.jboss.aerogear.unifiedpush.jpa.dao.impl.
JPABaseDao
createQuery(String, Class<O>)
- Method in class org.jboss.aerogear.unifiedpush.jpa.dao.impl.
JPABaseDao
createUntypedQuery(String)
- Method in class org.jboss.aerogear.unifiedpush.jpa.dao.impl.
JPABaseDao
D
dbCheck()
- Method in class org.jboss.aerogear.unifiedpush.jpa.dao.impl.
JPAHealthDao
delete(T)
- Method in class org.jboss.aerogear.unifiedpush.jpa.dao.impl.
JPABaseDao
delete(PushApplication)
- Method in class org.jboss.aerogear.unifiedpush.jpa.dao.impl.
JPAPushApplicationDao
delete(Variant)
- Method in class org.jboss.aerogear.unifiedpush.jpa.dao.impl.
JPAVariantDao
deletePushInformationOlderThan(Date)
- Method in class org.jboss.aerogear.unifiedpush.jpa.dao.impl.
JPAPushMessageInformationDao
E
entityManager
- Variable in class org.jboss.aerogear.unifiedpush.jpa.dao.impl.
JPABaseDao
existsVariantIDForAdmin(String)
- Method in class org.jboss.aerogear.unifiedpush.jpa.dao.impl.
JPAVariantDao
existsVariantIDForDeveloper(String, String)
- Method in class org.jboss.aerogear.unifiedpush.jpa.dao.impl.
JPAVariantDao
F
Factory
- Class in
org.jboss.aerogear.unifiedpush.jpa.cdi
CDI Utility class, which contains various producer / factory methods.
Factory()
- Constructor for class org.jboss.aerogear.unifiedpush.jpa.cdi.
Factory
find(K)
- Method in class org.jboss.aerogear.unifiedpush.jpa.dao.impl.
JPABaseDao
findAll(Integer, Integer)
- Method in class org.jboss.aerogear.unifiedpush.jpa.dao.impl.
JPAPushApplicationDao
findAllByPushApplicationID(String)
- Method in class org.jboss.aerogear.unifiedpush.jpa.dao.impl.
JPAPushApplicationDao
findAllDeviceTokenForVariantID(String)
- Method in class org.jboss.aerogear.unifiedpush.jpa.dao.impl.
JPAInstallationDao
findAllDeviceTokenForVariantIDByCriteria(String, List<String>, List<String>, List<String>, int, String)
- Method in class org.jboss.aerogear.unifiedpush.jpa.dao.impl.
JPAInstallationDao
findAllForDeveloper(String, Integer, Integer)
- Method in class org.jboss.aerogear.unifiedpush.jpa.dao.impl.
JPAPushApplicationDao
findAllForPushApplication(String, boolean)
- Method in class org.jboss.aerogear.unifiedpush.jpa.dao.impl.
JPAPushMessageInformationDao
findAllForPushApplication(String, String, boolean, Integer, Integer)
- Method in class org.jboss.aerogear.unifiedpush.jpa.dao.impl.
JPAPushMessageInformationDao
findAllPushApplicationIDsForDeveloper(String)
- Method in class org.jboss.aerogear.unifiedpush.jpa.dao.impl.
JPAPushApplicationDao
findAllVariantsByIDs(List<String>)
- Method in class org.jboss.aerogear.unifiedpush.jpa.dao.impl.
JPAVariantDao
findByNames(List<String>)
- Method in class org.jboss.aerogear.unifiedpush.jpa.dao.impl.
JPACategoryDao
findByPushApplicationID(String)
- Method in class org.jboss.aerogear.unifiedpush.jpa.dao.impl.
JPAPushApplicationDao
findByPushApplicationIDForDeveloper(String, String)
- Method in class org.jboss.aerogear.unifiedpush.jpa.dao.impl.
JPAPushApplicationDao
findByVariantID(String)
- Method in class org.jboss.aerogear.unifiedpush.jpa.dao.impl.
JPAVariantDao
findByVariantIds(List<String>)
- Method in class org.jboss.aerogear.unifiedpush.jpa.dao.impl.
JPAPushApplicationDao
findInstallationForVariantByDeviceToken(String, String)
- Method in class org.jboss.aerogear.unifiedpush.jpa.dao.impl.
JPAInstallationDao
findInstallationsByVariant(String, Integer, Integer, String)
- Method in class org.jboss.aerogear.unifiedpush.jpa.dao.impl.
JPAInstallationDao
findInstallationsByVariantForDeveloper(String, String, Integer, Integer, String)
- Method in class org.jboss.aerogear.unifiedpush.jpa.dao.impl.
JPAInstallationDao
findInstallationsForVariantByDeviceTokens(String, Set<String>)
- Method in class org.jboss.aerogear.unifiedpush.jpa.dao.impl.
JPAInstallationDao
findLatestActivity(String, int)
- Method in class org.jboss.aerogear.unifiedpush.jpa.dao.impl.
JPAPushMessageInformationDao
findLatestActivity(int)
- Method in class org.jboss.aerogear.unifiedpush.jpa.dao.impl.
JPAPushMessageInformationDao
findVariantIDsForDeveloper(String)
- Method in class org.jboss.aerogear.unifiedpush.jpa.dao.impl.
JPAVariantDao
findVariantIDsWithWarnings(String)
- Method in class org.jboss.aerogear.unifiedpush.jpa.dao.impl.
JPAPushMessageInformationDao
findVariantIDsWithWarnings()
- Method in class org.jboss.aerogear.unifiedpush.jpa.dao.impl.
JPAPushMessageInformationDao
findVariantMetricInformationByVariantID(String, String)
- Method in class org.jboss.aerogear.unifiedpush.jpa.dao.impl.
JPAVariantMetricInformationDao
flushAndClear()
- Method in class org.jboss.aerogear.unifiedpush.jpa.dao.impl.
JPABaseDao
Write pending objects to the database and clear session-scoped cache
G
getNumberOfDevicesForLoginName(String)
- Method in class org.jboss.aerogear.unifiedpush.jpa.dao.impl.
JPAInstallationDao
getNumberOfDevicesForVariantID(String)
- Method in class org.jboss.aerogear.unifiedpush.jpa.dao.impl.
JPAInstallationDao
getNumberOfPushApplicationsForDeveloper(String)
- Method in class org.jboss.aerogear.unifiedpush.jpa.dao.impl.
JPAPushApplicationDao
getNumberOfPushApplicationsForDeveloper()
- Method in class org.jboss.aerogear.unifiedpush.jpa.dao.impl.
JPAPushApplicationDao
getNumberOfPushMessagesForApplications()
- Method in class org.jboss.aerogear.unifiedpush.jpa.dao.impl.
JPAPushMessageInformationDao
getNumberOfPushMessagesForLoginName(String)
- Method in class org.jboss.aerogear.unifiedpush.jpa.dao.impl.
JPAPushMessageInformationDao
getNumberOfPushMessagesForPushApplication(String)
- Method in class org.jboss.aerogear.unifiedpush.jpa.dao.impl.
JPAPushMessageInformationDao
getNumberOfPushMessagesForVariant(String)
- Method in class org.jboss.aerogear.unifiedpush.jpa.dao.impl.
JPAPushMessageInformationDao
getSingleResultForQuery(TypedQuery<T>)
- Method in class org.jboss.aerogear.unifiedpush.jpa.dao.impl.
JPABaseDao
getTotalNumberOfDevices()
- Method in class org.jboss.aerogear.unifiedpush.jpa.dao.impl.
JPAInstallationDao
getType()
- Method in class org.jboss.aerogear.unifiedpush.jpa.dao.impl.
JPABaseDao
getType()
- Method in class org.jboss.aerogear.unifiedpush.jpa.dao.impl.
JPACategoryDao
getType()
- Method in class org.jboss.aerogear.unifiedpush.jpa.dao.impl.
JPAInstallationDao
getType()
- Method in class org.jboss.aerogear.unifiedpush.jpa.dao.impl.
JPAPushApplicationDao
getType()
- Method in class org.jboss.aerogear.unifiedpush.jpa.dao.impl.
JPAPushMessageInformationDao
getType()
- Method in class org.jboss.aerogear.unifiedpush.jpa.dao.impl.
JPAVariantDao
getType()
- Method in class org.jboss.aerogear.unifiedpush.jpa.dao.impl.
JPAVariantMetricInformationDao
J
JPABaseDao
<
T
,
K
> - Class in
org.jboss.aerogear.unifiedpush.jpa.dao.impl
JPABaseDao()
- Constructor for class org.jboss.aerogear.unifiedpush.jpa.dao.impl.
JPABaseDao
JPACategoryDao
- Class in
org.jboss.aerogear.unifiedpush.jpa.dao.impl
JPACategoryDao()
- Constructor for class org.jboss.aerogear.unifiedpush.jpa.dao.impl.
JPACategoryDao
JPAHealthDao
- Class in
org.jboss.aerogear.unifiedpush.jpa.dao.impl
Simple dao that checks if the database is available by running select 1 query.
JPAHealthDao()
- Constructor for class org.jboss.aerogear.unifiedpush.jpa.dao.impl.
JPAHealthDao
JPAInstallationDao
- Class in
org.jboss.aerogear.unifiedpush.jpa.dao.impl
JPAInstallationDao()
- Constructor for class org.jboss.aerogear.unifiedpush.jpa.dao.impl.
JPAInstallationDao
JPAPushApplicationDao
- Class in
org.jboss.aerogear.unifiedpush.jpa.dao.impl
JPAPushApplicationDao()
- Constructor for class org.jboss.aerogear.unifiedpush.jpa.dao.impl.
JPAPushApplicationDao
JPAPushMessageInformationDao
- Class in
org.jboss.aerogear.unifiedpush.jpa.dao.impl
JPAPushMessageInformationDao()
- Constructor for class org.jboss.aerogear.unifiedpush.jpa.dao.impl.
JPAPushMessageInformationDao
JPAVariantDao
- Class in
org.jboss.aerogear.unifiedpush.jpa.dao.impl
JPAVariantDao()
- Constructor for class org.jboss.aerogear.unifiedpush.jpa.dao.impl.
JPAVariantDao
JPAVariantMetricInformationDao
- Class in
org.jboss.aerogear.unifiedpush.jpa.dao.impl
JPAVariantMetricInformationDao()
- Constructor for class org.jboss.aerogear.unifiedpush.jpa.dao.impl.
JPAVariantMetricInformationDao
L
lock(T)
- Method in class org.jboss.aerogear.unifiedpush.jpa.dao.impl.
JPABaseDao
Pessimistic write lock on entity
O
org.jboss.aerogear.unifiedpush.jpa.cdi
- package org.jboss.aerogear.unifiedpush.jpa.cdi
org.jboss.aerogear.unifiedpush.jpa.dao.impl
- package org.jboss.aerogear.unifiedpush.jpa.dao.impl
S
setEntityManager(EntityManager)
- Method in class org.jboss.aerogear.unifiedpush.jpa.dao.impl.
JPABaseDao
Hook to manually inject an EntityManager.
U
update(T)
- Method in class org.jboss.aerogear.unifiedpush.jpa.dao.impl.
JPABaseDao
C
D
E
F
G
J
L
O
S
U
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
UnifiedPush Server Model JPA implementation 1.1.0-beta.3
Prev
Next
Frames
No Frames
All Classes
Copyright © 2015
JBoss by Red Hat
. All Rights Reserved.