Uses of Class
es.kukenan.smartfi.microservice.communication.repository.entity.Template
Packages that use Template
Package
Description
Services and related beans and dependencies.
Services and related beans and dependencies.
Composite primary keys class package.
Services and related beans and dependencies.
Domain event handling services.
Provider-specific contracts and implementations.
LabsMobile implementations for sms notification provider contracts.
Mailjet implementations for notification provider contracts.
Sinch implementations for sms notification provider contracts.
Slack implementations for notification provider contracts.
Application Rest controllers.
Application Rest controllers.
Application Rest controllers.
Mailjet implementations for notification provider contracts.
-
Uses of Template in es.kukenan.smartfi.microservice.communication.repository
Methods in es.kukenan.smartfi.microservice.communication.repository that return types with arguments of type TemplateModifier and TypeMethodDescriptionTemplatesRepository.findAllByMessageAndChannelAndLanguageOrderByPriority(Message message, int channelId, int language) Find all the templates for the given message in the given language.TemplatesRepository.findOneByNotification(Notification notification) Find the template used to send a certain notification (used in testing). -
Uses of Template in es.kukenan.smartfi.microservice.communication.repository.entity
Fields in es.kukenan.smartfi.microservice.communication.repository.entity declared as Template -
Uses of Template in es.kukenan.smartfi.microservice.communication.repository.entity.compositeprimarykey
Fields in es.kukenan.smartfi.microservice.communication.repository.entity.compositeprimarykey declared as Template -
Uses of Template in es.kukenan.smartfi.microservice.communication.service
Fields in es.kukenan.smartfi.microservice.communication.service with type parameters of type TemplateModifier and TypeFieldDescriptionNotificationSenderService.MessageContext.templatesThe set of templates available to send this message, only one should be used.Methods in es.kukenan.smartfi.microservice.communication.service with parameters of type TemplateModifier and TypeMethodDescriptionprivate NotificationNotificationSenderService.handleNotificationResponse(NotificationResponse notificationResponse, Template template, NotificationRequest notificationRequest, NotificationSenderService.MessageContext messageContext) Handles a notification response (after sending a notification). -
Uses of Template in es.kukenan.smartfi.microservice.communication.service.messaging
Methods in es.kukenan.smartfi.microservice.communication.service.messaging with parameters of type TemplateModifier and TypeMethodDescriptionvoidTransferSuccessfulService.saveNotification(es.kukenan.smartfi.microservice.transfer.events.transfersuccesful.TransferSuccessfulEvent transferSuccessfulEvent, Message message, Template template, User user) Save Transfer notification event. -
Uses of Template in es.kukenan.smartfi.microservice.communication.service.provider
Methods in es.kukenan.smartfi.microservice.communication.service.provider with parameters of type TemplateModifier and TypeMethodDescriptionprivate NotificationProviderNotificationProviderManager.notificationProvider(Template template) Extract the notification provider enumeration entry from the template.NotificationProviderManager.provider(NotificationChannel channel, Template template) Find the implementation class for the given notification and provider.NotificationProviderHandler.send(NotificationRequest notificationRequest, Template template, NotificationSenderService.MessageContext messageContext) Send a notification. -
Uses of Template in es.kukenan.smartfi.microservice.communication.service.provider.impl.labsmobile
Methods in es.kukenan.smartfi.microservice.communication.service.provider.impl.labsmobile with parameters of type TemplateModifier and TypeMethodDescriptionLabsMobileSmsNotificationHandler.send(NotificationRequest request, Template template, NotificationSenderService.MessageContext messageContext) -
Uses of Template in es.kukenan.smartfi.microservice.communication.service.provider.impl.mailjet
Methods in es.kukenan.smartfi.microservice.communication.service.provider.impl.mailjet with parameters of type TemplateModifier and TypeMethodDescriptionstatic MessageMailjetMessageMapping.map(NotificationRequest request, Template template) Convert an object to a MailJetMessageobject.MailjetMailNotificationHandler.send(NotificationRequest request, Template template, NotificationSenderService.MessageContext messageContext) MailjetSmsNotificationHandler.send(NotificationRequest request, Template template, NotificationSenderService.MessageContext messageContext) -
Uses of Template in es.kukenan.smartfi.microservice.communication.service.provider.impl.sinch
Methods in es.kukenan.smartfi.microservice.communication.service.provider.impl.sinch with parameters of type TemplateModifier and TypeMethodDescriptionSinchSmsNotificationHandler.send(NotificationRequest request, Template template, NotificationSenderService.MessageContext messageContext) -
Uses of Template in es.kukenan.smartfi.microservice.communication.service.provider.impl.slack
Methods in es.kukenan.smartfi.microservice.communication.service.provider.impl.slack with parameters of type TemplateModifier and TypeMethodDescriptionSlackNotificationHandler.send(NotificationRequest request, Template template, NotificationSenderService.MessageContext messageContext) -
Uses of Template in es.kukenan.smartfi.microservice.communication.service.provider.impl.smartfi
Methods in es.kukenan.smartfi.microservice.communication.service.provider.impl.smartfi with parameters of type TemplateModifier and TypeMethodDescriptionPushNotificationHandler.send(NotificationRequest notificationRequest, Template template, NotificationSenderService.MessageContext messageContext) PushOperationSystemHandler.sendNotification(NotificationRequest notificationRequest, Template template, User user) Send the notification to the device token. -
Uses of Template in es.kukenan.smartfi.microservice.communication.service.provider.impl.smartfi.apns
Methods in es.kukenan.smartfi.microservice.communication.service.provider.impl.smartfi.apns with parameters of type TemplateModifier and TypeMethodDescriptionAbstractApnsPushNotificationsServiceHandler.sendNotification(NotificationRequest notificationRequest, Template template, User user) Method which send notification with request data. -
Uses of Template in es.kukenan.smartfi.microservice.communication.service.provider.impl.smartfi.firebase
Methods in es.kukenan.smartfi.microservice.communication.service.provider.impl.smartfi.firebase with parameters of type TemplateModifier and TypeMethodDescriptionprivate PushNotificationMobileAbstractFcmPushNotificationsServiceHandler.createPushNotificationMobile(String text, Template template, User user, Map<String, Object> variables) AbstractFcmPushNotificationsServiceHandler.sendNotification(NotificationRequest notificationRequest, Template template, User user) Method which send notification with request data. -
Uses of Template in es.kukenan.smartfi.microservice.communication.service.provider.impl.smtp
Methods in es.kukenan.smartfi.microservice.communication.service.provider.impl.smtp with parameters of type TemplateModifier and TypeMethodDescriptionSmtpMailNotificationHandler.loadhtmlFile(Template template) Load HTML template from file.SmtpMailNotificationHandler.send(NotificationRequest notificationRequest, Template template, NotificationSenderService.MessageContext messageContext)