Interface ViewService

All Superinterfaces:
com.google.gwt.user.client.rpc.RemoteService
All Known Implementing Classes:
ViewServiceImpl

@RemoteServiceRelativePath("view") public interface ViewService extends com.google.gwt.user.client.rpc.RemoteService
View Ticke service
Since:
8.8.6
Author:
Marco Meschieri - LogicalDOC
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
     
  • 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
  • Method Details

    • getTicket

      GUITicket getTicket(String ticketId) throws com.logicaldoc.gui.common.client.ServerException
      Retrieves the Ticket
      Throws:
      com.logicaldoc.gui.common.client.ServerException
    • getInfo

      com.logicaldoc.gui.common.client.beans.GUIInfo getInfo(String ticketId, String locale) throws com.logicaldoc.gui.common.client.ServerException
      Retrieves the general informations
      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