| Package | Description |
|---|---|
| org.gcube.portlets.user.searchportlet.client.interfaces | |
| org.gcube.portlets.user.searchportlet.server | |
| org.gcube.portlets.user.searchportlet.shared |
| Modifier and Type | Method and Description |
|---|---|
SearchTypeBean |
SearchService.getSelectedSearchType() |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchService.submitGenericQuery(String term,
SearchTypeBean type,
HashSet<String> selectedCollections) |
void |
SearchServiceAsync.submitGenericQuery(String term,
SearchTypeBean type,
HashSet<String> selectedCollections,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchServiceAsync.getSelectedSearchType(com.google.gwt.user.client.rpc.AsyncCallback<SearchTypeBean> callback) |
| Modifier and Type | Method and Description |
|---|---|
SearchTypeBean |
SearchServlet.getSelectedSearchType() |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchServlet.submitGenericQuery(String term,
SearchTypeBean type,
HashSet<String> selectedCollections)
Submits a simple query
|
| Modifier and Type | Method and Description |
|---|---|
static SearchTypeBean |
SearchTypeBean.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SearchTypeBean[] |
SearchTypeBean.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2013. All Rights Reserved.