Modifier and Type | Method and Description |
---|---|
protected String |
SearchController.getCommonNamesHTML(String scientificName,
String author,
String credits,
List<CommonName> commonNames) |
Modifier and Type | Method and Description |
---|---|
ArrayList<CommonName> |
TaxonomySearchService.loadListCommonNameByRowId(String resultRowId) |
Modifier and Type | Method and Description |
---|---|
void |
TaxonomySearchServiceAsync.loadListCommonNameByRowId(String resultRowId,
com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<CommonName>> asyncCallback) |
Modifier and Type | Method and Description |
---|---|
protected String |
ResultRowDataSource.getCommonNamesHTML(String scientificName,
String author,
String credits,
List<CommonName> commonNames) |
Modifier and Type | Method and Description |
---|---|
ArrayList<CommonName> |
TaxonomySearchServiceImpl.loadListCommonNameByRowId(String resultRowId) |
Modifier and Type | Field and Description |
---|---|
protected List<CommonName> |
TaxonomyRow.commonNames |
protected List<CommonName> |
ResultRow.commonNames |
Modifier and Type | Method and Description |
---|---|
List<CommonName> |
TaxonomyRow.getCommonNames() |
List<CommonName> |
ResultRow.getCommonNames() |
Modifier and Type | Method and Description |
---|---|
void |
TaxonomyRow.setCommonNames(List<CommonName> commonNames) |
void |
ResultRow.setCommonNames(List<CommonName> commonNames) |
Copyright © 2016. All Rights Reserved.