Class MembersServiceImpl
- java.lang.Object
-
- javax.servlet.GenericServlet
-
- javax.servlet.http.HttpServlet
-
- com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet
-
- com.google.gwt.user.server.rpc.RemoteServiceServlet
-
- org.gcube.portlets.user.vremembers.server.MembersServiceImpl
-
- All Implemented Interfaces:
com.google.gwt.user.client.rpc.RemoteService,com.google.gwt.user.server.rpc.SerializationPolicyProvider,Serializable,javax.servlet.Servlet,javax.servlet.ServletConfig,MembersService
public class MembersServiceImpl extends com.google.gwt.user.server.rpc.RemoteServiceServlet implements MembersService
- Author:
- Massimiliano Assante, ISTI-CNR
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MembersServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ArrayList<BelongingUser>getSiteUsers()VREGroupgetVREGroupUsers(String groupId)VREGroupgetVREManagers()-
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
-
-
-
-
Method Detail
-
getVREGroupUsers
public VREGroup getVREGroupUsers(String groupId)
- Specified by:
getVREGroupUsersin interfaceMembersService
-
getVREManagers
public VREGroup getVREManagers()
- Specified by:
getVREManagersin interfaceMembersService
-
getSiteUsers
public ArrayList<BelongingUser> getSiteUsers()
- Specified by:
getSiteUsersin interfaceMembersService- Parameters:
session- the Asl SessionwithinPortal- true when is on Liferay portal- Returns:
- the users belonging to the current Site (VO/VRE) (scope)
-
-