Class InvitesServiceImpl

  • All Implemented Interfaces:
    com.google.gwt.user.client.rpc.RemoteService, com.google.gwt.user.server.rpc.SerializationPolicyProvider, Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig, InvitesService

    public class InvitesServiceImpl
    extends com.google.gwt.user.server.rpc.RemoteServiceServlet
    implements InvitesService
    Author:
    Massimiliano Assante, ISTI-CNR - massimiliano.assante@isti.cnr.it
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static String TEST_SCOPE  
      static String TEST_USER  
      • Fields inherited from class com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet

        perThreadRequest, perThreadResponse
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void destroy()  
      String getDevelopmentUser()
      when packaging test will fail if the user is not set to test.user
      ArrayList<org.gcube.portal.databook.shared.Invite> getInvites​(org.gcube.portal.databook.shared.InviteStatus[] statuses)  
      void init()  
      • Methods inherited from class com.google.gwt.user.server.rpc.RemoteServiceServlet

        checkPermutationStrongName, doGetSerializationPolicy, getCodeServerPolicyUrl, getRequestModuleBasePath, getSerializationPolicy, init, loadPolicyFromCodeServer, onAfterResponseSerialized, onBeforeRequestDeserialized, processCall, processCall, processPost, shouldCompressResponse
      • Methods inherited from class com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet

        doPost, doUnexpectedFailure, getPermutationStrongName, getThreadLocalRequest, getThreadLocalResponse, onAfterRequestDeserialized, readContent
      • Methods inherited from class javax.servlet.http.HttpServlet

        doDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service, service
      • Methods inherited from class javax.servlet.GenericServlet

        getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, log, log
    • Constructor Detail

      • InvitesServiceImpl

        public InvitesServiceImpl()
    • Method Detail

      • init

        public void init()
        Overrides:
        init in class javax.servlet.GenericServlet
      • destroy

        public void destroy()
        Specified by:
        destroy in interface javax.servlet.Servlet
        Overrides:
        destroy in class javax.servlet.GenericServlet
      • getDevelopmentUser

        public String getDevelopmentUser()
        when packaging test will fail if the user is not set to test.user
        Returns:
        .
      • getInvites

        public ArrayList<org.gcube.portal.databook.shared.Invite> getInvites​(org.gcube.portal.databook.shared.InviteStatus[] statuses)
        Specified by:
        getInvites in interface InvitesService