| 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 |
JoinServiceAsync.getPortalSitesMappedToVRE(String tabName,
com.google.gwt.user.client.rpc.AsyncCallback<LinkedHashMap<VRECategory,ArrayList<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) |
| Constructor and Description |
|---|
ResponsivePanel(VRECategory category)
constructor used when one category is selected
|
| 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 |
|---|---|
int |
VRECategory.compareTo(VRECategory vreCategory) |
Copyright © 2021. All rights reserved.