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) voidMongoFCMRegistrationDao.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) Deprecated.MongoDBMapperImpl.toFCMRegistration(MongoFCMRegistration source) Deprecated.Methods in dev.getelements.elements.dao.mongo.mapper with parameters of type FCMRegistrationModifier and TypeMethodDescriptionMongoDBMapper.toMongoFCMRegistration(FCMRegistration source) Deprecated.MongoDBMapperImpl.toMongoFCMRegistration(FCMRegistration source) Deprecated. -
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 ofFCMRegistrationand stores it in the database.FCMRegistrationDao.updateRegistration(FCMRegistration fcmRegistration) Updates an instance ofFCMRegistrationin 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 theStreamreturned will only contain eachFCMRegistrationonce, and only once.FCMRegistrationDao.getRegistrationsForRecipient(String recipientId) Gets aStream<FCMRegistration>containing all currently registeredFCMRegistrationinstances associated witht he suppliedProfileid of the recipient.Methods in dev.getelements.elements.sdk.dao with parameters of type FCMRegistrationModifier and TypeMethodDescriptionFCMRegistrationDao.createRegistration(FCMRegistration fcmRegistration) Creates an instance ofFCMRegistrationand stores it in the database.FCMRegistrationDao.updateRegistration(FCMRegistration fcmRegistration) Updates an instance ofFCMRegistrationin 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)