| Modifier and Type | Method and Description |
|---|---|
VRE |
JoinService.getSelectedVRE(Long vreId) |
| Modifier and Type | Method and Description |
|---|---|
LinkedHashMap<VRECategory,ArrayList<VRE>> |
JoinService.getPortalSitesMappedToVRE(String tabName) |
LinkedHashMap<VRECategory,ArrayList<VRE>> |
JoinService.getVREs() |
LinkedHashMap<VRECategory,ArrayList<VRE>> |
JoinService.getVREsByCategory(String categoryName) |
LinkedHashMap<VRECategory,ArrayList<VRE>> |
JoinService.getVREsByOrganisation(String organisationName) |
| Modifier and Type | Method and Description |
|---|---|
void |
JoinService.addMembershipRequest(VRE theVRE,
String optionalMessage) |
void |
JoinServiceAsync.addMembershipRequest(VRE theVRE,
String optionalMessage,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) |
| Modifier and Type | Method and Description |
|---|---|
void |
JoinServiceAsync.getPortalSitesMappedToVRE(String tabName,
com.google.gwt.user.client.rpc.AsyncCallback<LinkedHashMap<VRECategory,ArrayList<VRE>>> callback) |
void |
JoinServiceAsync.getSelectedVRE(Long vreId,
com.google.gwt.user.client.rpc.AsyncCallback<VRE> callback) |
void |
JoinServiceAsync.getVREs(com.google.gwt.user.client.rpc.AsyncCallback<LinkedHashMap<VRECategory,ArrayList<VRE>>> callback) |
void |
JoinServiceAsync.getVREsByCategory(String categoryName,
com.google.gwt.user.client.rpc.AsyncCallback<LinkedHashMap<VRECategory,ArrayList<VRE>>> callback) |
void |
JoinServiceAsync.getVREsByOrganisation(String organisationName,
com.google.gwt.user.client.rpc.AsyncCallback<LinkedHashMap<VRECategory,ArrayList<VRE>>> callback) |
| Modifier and Type | Method and Description |
|---|---|
void |
ResponsivePanel.requestMembership(VRE vre) |
void |
ResponsivePanel.setPending(VRE toSet) |
void |
ResponsivePanel.showInviteDialog(VRE vre,
String inviteId) |
| Modifier and Type | Method and Description |
|---|---|
VRE |
VreThumbnail.getMyVre() |
| Constructor and Description |
|---|
AccessViaInviteDialog(VRE vre,
String inviteId) |
AccessVREDialog(VRE vre) |
InfoPanel(VRE toDisplay) |
RequestMembershipDialog(ResponsivePanel responsivePanel,
VRE myVRE) |
VreThumbnail(VRE vre) |
| Modifier and Type | Method and Description |
|---|---|
VRE |
JoinServiceImpl.getSelectedVRE(Long groupId) |
| Modifier and Type | Method and Description |
|---|---|
LinkedHashMap<VRECategory,ArrayList<VRE>> |
JoinServiceImpl.getPortalSitesMappedToVRE() |
LinkedHashMap<VRECategory,ArrayList<VRE>> |
JoinServiceImpl.getPortalSitesMappedToVRE(String tabName) |
LinkedHashMap<VRECategory,ArrayList<VRE>> |
JoinServiceImpl.getVREs() |
LinkedHashMap<VRECategory,ArrayList<VRE>> |
JoinServiceImpl.getVREsByCategory(String categoryName) |
LinkedHashMap<VRECategory,ArrayList<VRE>> |
JoinServiceImpl.getVREsByOrganisation(String organisationName) |
| Modifier and Type | Method and Description |
|---|---|
void |
JoinServiceImpl.addMembershipRequest(VRE theVRE,
String optionalMessage) |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<VRE> |
VO.getVres() |
| Modifier and Type | Method and Description |
|---|---|
void |
VO.addVRE(VRE toAdd) |
int |
VRE.compareTo(VRE vre) |
| Modifier and Type | Method and Description |
|---|---|
void |
VO.setVres(ArrayList<VRE> vres) |
| Constructor and Description |
|---|
VO(String voName,
String description,
String imageURL,
String infraScope,
String friendlyURL,
UserBelonging userBelonging,
boolean isRoot,
ArrayList<VRE> vres) |
Copyright © 2021. All rights reserved.