org.gcube.portlets.user.gcubeloggedin.server
Class LoggedinServiceImpl

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet
              extended by com.google.gwt.user.server.rpc.RemoteServiceServlet
                  extended by org.gcube.portlets.user.gcubeloggedin.server.LoggedinServiceImpl
All Implemented Interfaces:
com.google.gwt.user.client.rpc.RemoteService, com.google.gwt.user.server.rpc.SerializationPolicyProvider, Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig, LoggedinService

public class LoggedinServiceImpl
extends com.google.gwt.user.server.rpc.RemoteServiceServlet
implements LoggedinService

The server side implementation of the RPC service.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet
perThreadRequest, perThreadResponse
 
Constructor Summary
LoggedinServiceImpl()
           
 
Method Summary
 String getDefaultCommunityURL()
          The Default Community is a community where all portal user belong to
 VObject getSelectedRE()
          return the current selected VRE
 
Methods inherited from class com.google.gwt.user.server.rpc.RemoteServiceServlet
checkPermutationStrongName, doGetSerializationPolicy, getSerializationPolicy, onAfterResponseSerialized, onBeforeRequestDeserialized, 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
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoggedinServiceImpl

public LoggedinServiceImpl()
Method Detail

getSelectedRE

public VObject getSelectedRE()
return the current selected VRE

Specified by:
getSelectedRE in interface LoggedinService

getDefaultCommunityURL

public String getDefaultCommunityURL()
The Default Community is a community where all portal user belong to

Specified by:
getDefaultCommunityURL in interface LoggedinService
Returns:
the default community URL
Throws:
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalException


Copyright © 2014. All Rights Reserved.