Uses of Class
dev.getelements.elements.sdk.model.notification.FCMRegistration
Packages that use FCMRegistration
Package
Description
-
Uses of FCMRegistration in dev.getelements.elements.dao.mongo
Methods in dev.getelements.elements.dao.mongo that return FCMRegistrationModifier and TypeMethodDescriptionMongoFCMRegistrationDao.createRegistration
(FCMRegistration fcmRegistration) MongoFCMRegistrationDao.updateRegistration
(FCMRegistration fcmRegistration) Methods in dev.getelements.elements.dao.mongo that return types with arguments of type FCMRegistrationModifier and TypeMethodDescriptionMongoFCMRegistrationDao.getRegistrationsForRecipient
(String recipientId) Methods in dev.getelements.elements.dao.mongo with parameters of type FCMRegistrationModifier and TypeMethodDescriptionMongoFCMRegistrationDao.createRegistration
(FCMRegistration fcmRegistration) MongoFCMRegistrationDao.updateRegistration
(FCMRegistration fcmRegistration) void
MongoFCMRegistrationDao.validate
(FCMRegistration fcmRegistration) -
Uses of FCMRegistration in dev.getelements.elements.dao.mongo.mapper
Methods in dev.getelements.elements.dao.mongo.mapper that return FCMRegistrationModifier and TypeMethodDescriptionMongoDBMapper.toFCMRegistration
(MongoFCMRegistration source) MongoDBMapperImpl.toFCMRegistration
(MongoFCMRegistration source) Methods in dev.getelements.elements.dao.mongo.mapper with parameters of type FCMRegistrationModifier and TypeMethodDescriptionMongoDBMapper.toMongoFCMRegistration
(FCMRegistration source) MongoDBMapperImpl.toMongoFCMRegistration
(FCMRegistration source) -
Uses of FCMRegistration in dev.getelements.elements.rest.notifications
Methods in dev.getelements.elements.rest.notifications that return FCMRegistrationModifier and TypeMethodDescriptionFCMRegistrationResource.createFCMRegistration
(FCMRegistration fcmRegistration) FCMRegistrationResource.updateRegistration
(String fcmRegistrationId, FCMRegistration fcmRegistration) Methods in dev.getelements.elements.rest.notifications with parameters of type FCMRegistrationModifier and TypeMethodDescriptionFCMRegistrationResource.createFCMRegistration
(FCMRegistration fcmRegistration) FCMRegistrationResource.updateRegistration
(String fcmRegistrationId, FCMRegistration fcmRegistration) -
Uses of FCMRegistration in dev.getelements.elements.sdk.dao
Methods in dev.getelements.elements.sdk.dao that return FCMRegistrationModifier and TypeMethodDescriptionFCMRegistrationDao.createRegistration
(FCMRegistration fcmRegistration) Creates an instance ofFCMRegistration
and stores it in the database.FCMRegistrationDao.updateRegistration
(FCMRegistration fcmRegistration) Updates an instance ofFCMRegistration
in the database.Methods in dev.getelements.elements.sdk.dao that return types with arguments of type FCMRegistrationModifier and TypeMethodDescriptiondefault Stream
<FCMRegistration> FCMRegistrationDao.getDistinctRegistrationsForRecipient
(String recipientId) Ensures that theStream
returned will only contain eachFCMRegistration
once, and only once.FCMRegistrationDao.getRegistrationsForRecipient
(String recipientId) Gets aStream<FCMRegistration>
containing all currently registeredFCMRegistration
instances associated witht he suppliedProfile
id of the recipient.Methods in dev.getelements.elements.sdk.dao with parameters of type FCMRegistrationModifier and TypeMethodDescriptionFCMRegistrationDao.createRegistration
(FCMRegistration fcmRegistration) Creates an instance ofFCMRegistration
and stores it in the database.FCMRegistrationDao.updateRegistration
(FCMRegistration fcmRegistration) Updates an instance ofFCMRegistration
in the database. -
Uses of FCMRegistration in dev.getelements.elements.sdk.service.firebase
Methods in dev.getelements.elements.sdk.service.firebase that return FCMRegistrationModifier and TypeMethodDescriptionFCMRegistrationService.createRegistration
(FCMRegistration fcmRegistration) Creates a new instance ofFCMRegistration
.FCMRegistrationService.updateRegistration
(FCMRegistration fcmRegistration) Updates an existing instance ofFCMRegistration
.Methods in dev.getelements.elements.sdk.service.firebase with parameters of type FCMRegistrationModifier and TypeMethodDescriptionFCMRegistrationService.createRegistration
(FCMRegistration fcmRegistration) Creates a new instance ofFCMRegistration
.FCMRegistrationService.updateRegistration
(FCMRegistration fcmRegistration) Updates an existing instance ofFCMRegistration
. -
Uses of FCMRegistration in dev.getelements.elements.service.notification
Methods in dev.getelements.elements.service.notification that return FCMRegistrationModifier and TypeMethodDescriptionSuperUserFCMRegistrationService.createRegistration
(FCMRegistration fcmRegistration) UserFCMRegistrationService.createRegistration
(FCMRegistration fcmRegistration) SuperUserFCMRegistrationService.updateRegistration
(FCMRegistration fcmRegistration) UserFCMRegistrationService.updateRegistration
(FCMRegistration fcmRegistration) Methods in dev.getelements.elements.service.notification with parameters of type FCMRegistrationModifier and TypeMethodDescriptionSuperUserFCMRegistrationService.createRegistration
(FCMRegistration fcmRegistration) UserFCMRegistrationService.createRegistration
(FCMRegistration fcmRegistration) SuperUserFCMRegistrationService.updateRegistration
(FCMRegistration fcmRegistration) UserFCMRegistrationService.updateRegistration
(FCMRegistration fcmRegistration)