Uses of Class
es.kukenan.smartfi.microservice.communication.repository.entity.Message
Packages that use Message
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.
LabsMobile implementations for sms notification provider contracts.
Mailjet implementations for notification provider contracts.
Sinch implementations for sms notification provider contracts.
Mailjet implementations for notification provider contracts.
-
Uses of Message in es.kukenan.smartfi.microservice.communication.repository
Methods in es.kukenan.smartfi.microservice.communication.repository that return types with arguments of type MessageModifier and TypeMethodDescriptionMessagesRepository.findAllByEventAndCompany(Event event, Company company) Search for all messages configured for the given event and the given company.Methods in es.kukenan.smartfi.microservice.communication.repository with parameters of type MessageModifier and TypeMethodDescriptionTemplatesRepository.findAllByMessageAndChannelAndLanguageOrderByPriority(Message message, int channelId, int language) Find all the templates for the given message in the given language.MessageChannelPriorityRepository.findByMessageAndLanguageOrderByOrderAsc(Message message, int language) Find all registries by message and language order by order field.MessageChannelPriorityRepository.findByMessageOrderByOrderAsc(Message message) Find all registries by message order by order field. -
Uses of Message in es.kukenan.smartfi.microservice.communication.repository.entity
Fields in es.kukenan.smartfi.microservice.communication.repository.entity declared as Message -
Uses of Message in es.kukenan.smartfi.microservice.communication.repository.entity.compositeprimarykey
Fields in es.kukenan.smartfi.microservice.communication.repository.entity.compositeprimarykey declared as Message -
Uses of Message in es.kukenan.smartfi.microservice.communication.service.domain
Fields in es.kukenan.smartfi.microservice.communication.service.domain declared as Message -
Uses of Message in es.kukenan.smartfi.microservice.communication.service.messaging
Methods in es.kukenan.smartfi.microservice.communication.service.messaging that return types with arguments of type MessageModifier and TypeMethodDescriptionAbstractDomainEventService.findMessages(String eventTypeName, Company company) Finds the messages for a given event type id.Methods in es.kukenan.smartfi.microservice.communication.service.messaging with parameters of type MessageModifier and TypeMethodDescriptionvoidTransferSuccessfulService.saveNotification(es.kukenan.smartfi.microservice.transfer.events.transfersuccesful.TransferSuccessfulEvent transferSuccessfulEvent, Message message, Template template, User user) Save Transfer notification event.Method parameters in es.kukenan.smartfi.microservice.communication.service.messaging with type arguments of type MessageModifier and TypeMethodDescriptionAbstractDomainEventService.toMessageSpecialProperties(List<Message> messages, Boolean ignorePrimaryChannel) Create a MessageSpecialProperties list from Message list. -
Uses of Message 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 Message -
Uses of Message 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 Message -
Uses of Message 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 Message -
Uses of Message 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 Message