- findAllDeviceTokenForVariantIDByCriteria(String, List<String>, List<String>, List<String>) - Method in interface org.jboss.aerogear.unifiedpush.service.ClientInstallationService
-
Used for (Android/iOS) Sender API.
- findAllDeviceTokenForVariantIDByCriteria(String, List<String>, List<String>, List<String>) - Method in class org.jboss.aerogear.unifiedpush.service.impl.ClientInstallationServiceImpl
-
Finder for 'send', used for Android, iOS and SimplePush clients
- findAllForPushApplication(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
- findAllForVariant(String, boolean, Integer, Integer) - Method in class org.jboss.aerogear.unifiedpush.service.metrics.PushMessageMetricsService
-
Returns a list of metadata objects for the given Variant
- findAllPushApplicationsForDeveloper(String) - Method in class org.jboss.aerogear.unifiedpush.service.impl.PushApplicationServiceImpl
-
- findAllPushApplicationsForDeveloper(String) - Method in interface org.jboss.aerogear.unifiedpush.service.PushApplicationService
-
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, String) - Method in class org.jboss.aerogear.unifiedpush.service.impl.PushApplicationServiceImpl
-
- findByPushApplicationIDForDeveloper(String, String) - Method in interface org.jboss.aerogear.unifiedpush.service.PushApplicationService
-
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
-
- findByVariantIDForDeveloper(String, String) - Method in interface org.jboss.aerogear.unifiedpush.service.GenericVariantService
-
Finder that returns the actual variant, identified by its ID and its owner/developer.
- findByVariantIDForDeveloper(String, 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
-
- findInstallationsByVariant(String, String, Integer, Integer) - Method in interface org.jboss.aerogear.unifiedpush.service.ClientInstallationService
-
Find all installations for the variant specified.
- findInstallationsByVariant(String, String, Integer, Integer) - Method in class org.jboss.aerogear.unifiedpush.service.impl.ClientInstallationServiceImpl
-