Class AuditServiceImpl

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.audit.AuditServiceImpl
All Implemented Interfaces:
com.google.gwt.user.client.rpc.RemoteService, com.google.gwt.user.server.rpc.SerializationPolicyProvider, com.logicaldoc.gui.frontend.client.services.AuditService, Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class AuditServiceImpl extends com.logicaldoc.web.service.AbstractRemoteService implements com.logicaldoc.gui.frontend.client.services.AuditService
Implementation of the AuditService.
Since:
6.0
Author:
Marco Meschieri - LogicalDOC
See Also:
  • Nested Class Summary

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

    com.logicaldoc.gui.frontend.client.services.AuditService.Instance
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    subscribeDocuments(List<Long> docIds, List<String> events, Long userId, Long groupId)
     
    void
    subscribeFolder(long folderId, boolean currentOnly, List<String> events, Long userId, Long groupId)
     
    void
    update(List<Long> ids, boolean currentOnly, List<String> events)
     

    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
  • Constructor Details

    • AuditServiceImpl

      public AuditServiceImpl()
  • Method Details

    • subscribeFolder

      public void subscribeFolder(long folderId, boolean currentOnly, List<String> events, Long userId, Long groupId) throws com.logicaldoc.gui.common.client.ServerException
      Specified by:
      subscribeFolder in interface com.logicaldoc.gui.frontend.client.services.AuditService
      Throws:
      com.logicaldoc.gui.common.client.ServerException
    • subscribeDocuments

      public void subscribeDocuments(List<Long> docIds, List<String> events, Long userId, Long groupId) throws com.logicaldoc.gui.common.client.ServerException
      Specified by:
      subscribeDocuments in interface com.logicaldoc.gui.frontend.client.services.AuditService
      Throws:
      com.logicaldoc.gui.common.client.ServerException
    • deleteSubscriptions

      public void deleteSubscriptions(List<Long> ids) throws com.logicaldoc.gui.common.client.ServerException
      Specified by:
      deleteSubscriptions in interface com.logicaldoc.gui.frontend.client.services.AuditService
      Throws:
      com.logicaldoc.gui.common.client.ServerException
    • update

      public void update(List<Long> ids, boolean currentOnly, List<String> events) throws com.logicaldoc.gui.common.client.ServerException
      Specified by:
      update in interface com.logicaldoc.gui.frontend.client.services.AuditService
      Throws:
      com.logicaldoc.gui.common.client.ServerException