Class ContactServiceImpl

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

public class ContactServiceImpl extends AbstractRemoteService implements ContactService
Implementation of the ContactService
Since:
6.8
Author:
Marco Meschieri - LogicalDOC
See Also:
  • Nested Class Summary

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

    ContactService.Instance
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Deletes a selection of contacts
    load(long id)
    Loads a contact from the database
    parseContacts(boolean preview, GUIParseContactsParameters parameters)
    Reads the contacts that are about to be imported from CSV file
    void
    save(GUIContact contact)
    Saves a contact in the database
    void
    shareContacts(List<Long> contactIds, List<Long> userIds, List<Long> groupIds)
    Shares contacts among a set of users and groups

    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

    • ContactServiceImpl

      public ContactServiceImpl()
  • Method Details