Class DocumentServiceImpl

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.DocumentServiceImpl
All Implemented Interfaces:
com.google.gwt.user.client.rpc.RemoteService, com.google.gwt.user.server.rpc.SerializationPolicyProvider, DocumentService, Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class DocumentServiceImpl extends AbstractRemoteService implements DocumentService
The document service for the operations on the documents done through the GUI.
Since:
6.0
Author:
Marco Meschieri - LogicalDOC
See Also: