| Package | Description |
|---|---|
| org.gcube.portlets.user.searchportlet.client.interfaces | |
| org.gcube.portlets.user.searchportlet.server |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<BrowsableFieldBean> |
SearchService.getBrowsableFields() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
SearchService.submitBrowseQuery(BrowsableFieldBean browseBy,
String sortOrder,
String typeOfBrowse,
int resultNumPerPage) |
void |
SearchServiceAsync.submitBrowseQuery(BrowsableFieldBean browseBy,
String sortOrder,
String typeOfBrowse,
int resultNumPerPage,
com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback) |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchServiceAsync.getBrowsableFields(com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<BrowsableFieldBean>> callback) |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<BrowsableFieldBean> |
SearchServlet.getBrowsableFields()
This method retrieves the browsable fields
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
SearchServlet.submitBrowseQuery(BrowsableFieldBean browseBy,
String sortOrder,
String typeOfBrowse,
int resultNumPerPage)
Submits a browse query
|
Copyright © 2014. All Rights Reserved.