Class ViewServiceImpl

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

public class ViewServiceImpl extends com.logicaldoc.web.service.AbstractRemoteService implements ViewService
Concrete implementation of the ViewService
Since:
8.8.6
Author:
Marco Meschieri - LogicalDOC
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from interface com.logicaldoc.enterprise.gui.view.client.ViewService

    ViewService.Instance
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.logicaldoc.gui.common.client.beans.GUIInfo
    getInfo(String ticketId, String locale)
    Retrieves the general informations
    getTicket(String ticketId)
    Retrieves the Ticket

    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

    • ViewServiceImpl

      public ViewServiceImpl()
  • Method Details

    • getTicket

      public GUITicket getTicket(String ticketId) throws com.logicaldoc.gui.common.client.ServerException
      Description copied from interface: ViewService
      Retrieves the Ticket
      Specified by:
      getTicket in interface ViewService
      Throws:
      com.logicaldoc.gui.common.client.ServerException
    • getInfo

      public com.logicaldoc.gui.common.client.beans.GUIInfo getInfo(String ticketId, String locale) throws com.logicaldoc.gui.common.client.ServerException
      Description copied from interface: ViewService
      Retrieves the general informations
      Specified by:
      getInfo in interface ViewService
      Parameters:
      ticketId - alternate identifier of the ticket
      locale - language of the client
      Returns:
      the general informations
      Throws:
      com.logicaldoc.gui.common.client.ServerException - Error in the server