@RemoteServiceRelativePath(value="JoinService")
public interface JoinService
extends com.google.gwt.user.client.rpc.RemoteService
| Modifier and Type | Method and Description |
|---|---|
void |
addMembershipRequest(VRE theVRE,
String optionalMessage) |
ArrayList<String> |
getAllCategories() |
List<String> |
getAllOrganisations() |
LinkedHashMap<VRECategory,ArrayList<VRE>> |
getPortalSitesMappedToVRE(String tabName) |
VRE |
getSelectedVRE(Long vreId) |
String |
getTermsOfUse(long siteId) |
LinkedHashMap<VRECategory,ArrayList<VRE>> |
getVREs() |
LinkedHashMap<VRECategory,ArrayList<VRE>> |
getVREsByCategory(String categoryName) |
LinkedHashMap<VRECategory,ArrayList<VRE>> |
getVREsByOrganisation(String organisationName) |
String |
isExistingInvite(long siteId) |
List<TabbedPage> |
isTabbedPanel() |
String |
joinVRE(Long vreId) |
org.gcube.portal.databook.shared.UserInfo |
readInvite(String inviteId,
long siteId) |
boolean |
registerUser(String scope,
long vreId,
boolean isInvitation) |
List<TabbedPage> isTabbedPanel()
LinkedHashMap<VRECategory,ArrayList<VRE>> getVREs()
LinkedHashMap<VRECategory,ArrayList<VRE>> getPortalSitesMappedToVRE(String tabName)
LinkedHashMap<VRECategory,ArrayList<VRE>> getVREsByOrganisation(String organisationName)
LinkedHashMap<VRECategory,ArrayList<VRE>> getVREsByCategory(String categoryName)
boolean registerUser(String scope, long vreId, boolean isInvitation)
String isExistingInvite(long siteId)
String getTermsOfUse(long siteId)
org.gcube.portal.databook.shared.UserInfo readInvite(String inviteId, long siteId)
Copyright © 2021. All rights reserved.