Interface MessageManagement


public interface MessageManagement
Management of messages
Author:
P.Piernik
  • Method Details

    • addMessage

      void addMessage(pl.edu.icm.unity.base.message.Message message) throws pl.edu.icm.unity.base.exceptions.EngineException
      Throws:
      pl.edu.icm.unity.base.exceptions.EngineException
    • updateMessage

      void updateMessage(pl.edu.icm.unity.base.message.Message message) throws pl.edu.icm.unity.base.exceptions.EngineException
      Throws:
      pl.edu.icm.unity.base.exceptions.EngineException
    • removeMessage

      void removeMessage(String name, Locale locale) throws pl.edu.icm.unity.base.exceptions.EngineException
      Throws:
      pl.edu.icm.unity.base.exceptions.EngineException
    • removeMessage

      void removeMessage(String name) throws pl.edu.icm.unity.base.exceptions.EngineException
      Throws:
      pl.edu.icm.unity.base.exceptions.EngineException
    • getAllMessages

      List<pl.edu.icm.unity.base.message.Message> getAllMessages() throws pl.edu.icm.unity.base.exceptions.EngineException
      Throws:
      pl.edu.icm.unity.base.exceptions.EngineException
    • getMessages

      List<pl.edu.icm.unity.base.message.Message> getMessages(String name) throws pl.edu.icm.unity.base.exceptions.EngineException
      Throws:
      pl.edu.icm.unity.base.exceptions.EngineException