Uses of Class
com.inesm.KeyManager.model.Message
Packages that use Message
Package
Description
-
Uses of Message in com.inesm.KeyManager.model
Methods in com.inesm.KeyManager.model with parameters of type Message -
Uses of Message in com.inesm.KeyManager.repositories
Methods in com.inesm.KeyManager.repositories that return MessageModifier and TypeMethodDescriptionMessagesRepository.getMessagebyIDSource(long id, String source) Gets a message from the database, using its messageID and source.Methods in com.inesm.KeyManager.repositories that return types with arguments of type MessageModifier and TypeMethodDescriptionMessagesRepository.getAllMessages()Gets all messages from the databaseMessagesRepository.getWaitingMessages()Gets all messages with status waiting from the database.Methods in com.inesm.KeyManager.repositories with parameters of type MessageModifier and TypeMethodDescriptionMessagesRepository.getReceiptByMessage(Message message, String station) Gets a receipt associated with a given message, and issued by a given station.voidMessagesRepository.insertMessage(Message message) Inserts a new message in the database. -
Uses of Message in com.inesm.KeyManager.services
Methods in com.inesm.KeyManager.services that return MessageModifier and TypeMethodDescriptionMessageManager.exportMessage(Message message, User user) Exports a message for manual distribution.MessageManager.getMessageByIDSource(long id, String source) Gets a message from the database.Methods in com.inesm.KeyManager.services that return types with arguments of type MessageModifier and TypeMethodDescriptionMessageManager.getMessages()Gets all messages from the database.Methods in com.inesm.KeyManager.services with parameters of type MessageModifier and TypeMethodDescriptionlongRequestService.createFromMessage(Message message) Creates a request from a message.MessageManager.exportMessage(Message message, User user) Exports a message for manual distribution.voidMessageManager.importMessage(Message message) Imports a message from manual distribution. -
Uses of Message in com.inesm.KeyManager.ui
Methods in com.inesm.KeyManager.ui that return MessageModifier and TypeMethodDescriptionAppInterface.inExportMessage(javax.servlet.http.HttpServletRequest request) AppInterface.inImportMessage(javax.servlet.http.HttpServletRequest request) Methods in com.inesm.KeyManager.ui with parameters of type MessageModifier and TypeMethodDescriptionAppInterface.outExportMessage(Message msg) AppInterface.outImportMessage(Message msg) Method parameters in com.inesm.KeyManager.ui with type arguments of type Message