Class MessageServiceImpl

java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet
com.google.gwt.user.server.rpc.RemoteServiceServlet
com.logicaldoc.web.service.AbstractRemoteService
com.logicaldoc.web.service.MessageServiceImpl
All Implemented Interfaces:
com.google.gwt.user.client.rpc.RemoteService, com.google.gwt.user.server.rpc.SerializationPolicyProvider, MessageService, Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class MessageServiceImpl extends AbstractRemoteService implements MessageService
Implementation of the MessageService
Since:
6.0
Author:
Marco Meschieri - LogicalDOC
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from interface com.logicaldoc.gui.frontend.client.services.MessageService

    MessageService.Instance
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    delete(long[] ids)
    Deletes a list of Messages
    void
    deleteTemplates(long[] ids)
    Deletes a selection of templates
    void
    Deletes the templates with the given name
    getMessage(long messageId, boolean markAsRead)
    Gets the Message
    getTemplate(long templateId)
    Gets the template
    loadTemplates(String language, String type)
    Loads the templates configured for a given language and type
    void
    save(GUIMessage message, long[] recipientIds)
     
    void
    Saves the given templates

    Methods inherited from class com.google.gwt.user.server.rpc.RemoteServiceServlet

    getSerializationPolicy, init, processCall, processCall, processPost

    Methods inherited from class com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet

    doPost

    Methods inherited from class javax.servlet.http.HttpServlet

    service

    Methods inherited from class javax.servlet.GenericServlet

    destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait