Class ReadingRequestServiceImpl

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

public class ReadingRequestServiceImpl extends com.logicaldoc.web.service.AbstractRemoteService implements com.logicaldoc.gui.frontend.client.services.ReadingRequestService
The service to operate with the readings
Since:
8.8.6
Author:
Marco Meschieri - LogicalDOC
See Also:
  • Nested Class Summary

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

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    askReadingConfirmation(List<Long> docIds, List<Long> userIds, List<Long> groupIds, boolean alertConfirmation, String comment)
     
    void
    confirmReadings(List<Long> readingIds, String version)
     
    void
    delete(long readingId)
     
    List<com.logicaldoc.gui.common.client.beans.GUIReadingRequest>
     
    void
    notityReadingRequest(long readingId)
     

    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

    • ReadingRequestServiceImpl

      public ReadingRequestServiceImpl()
  • Method Details

    • confirmReadings

      public void confirmReadings(List<Long> readingIds, String version) throws com.logicaldoc.gui.common.client.ServerException
      Specified by:
      confirmReadings in interface com.logicaldoc.gui.frontend.client.services.ReadingRequestService
      Throws:
      com.logicaldoc.gui.common.client.ServerException
    • askReadingConfirmation

      public void askReadingConfirmation(List<Long> docIds, List<Long> userIds, List<Long> groupIds, boolean alertConfirmation, String comment) throws com.logicaldoc.gui.common.client.ServerException
      Specified by:
      askReadingConfirmation in interface com.logicaldoc.gui.frontend.client.services.ReadingRequestService
      Throws:
      com.logicaldoc.gui.common.client.ServerException
    • getUnconfimedReadings

      public List<com.logicaldoc.gui.common.client.beans.GUIReadingRequest> getUnconfimedReadings() throws com.logicaldoc.gui.common.client.ServerException
      Specified by:
      getUnconfimedReadings in interface com.logicaldoc.gui.frontend.client.services.ReadingRequestService
      Throws:
      com.logicaldoc.gui.common.client.ServerException
    • delete

      public void delete(long readingId) throws com.logicaldoc.gui.common.client.ServerException
      Specified by:
      delete in interface com.logicaldoc.gui.frontend.client.services.ReadingRequestService
      Throws:
      com.logicaldoc.gui.common.client.ServerException
    • notityReadingRequest

      public void notityReadingRequest(long readingId) throws com.logicaldoc.gui.common.client.ServerException
      Specified by:
      notityReadingRequest in interface com.logicaldoc.gui.frontend.client.services.ReadingRequestService
      Throws:
      com.logicaldoc.gui.common.client.ServerException