|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SearchTypeBean | |
|---|---|
| org.gcube.portlets.user.searchportlet.client.interfaces | |
| org.gcube.portlets.user.searchportlet.server | |
| org.gcube.portlets.user.searchportlet.shared | |
| Uses of SearchTypeBean in org.gcube.portlets.user.searchportlet.client.interfaces |
|---|
| Methods in org.gcube.portlets.user.searchportlet.client.interfaces that return SearchTypeBean | |
|---|---|
SearchTypeBean |
SearchService.getSelectedSearchType()
|
| Methods in org.gcube.portlets.user.searchportlet.client.interfaces with parameters of type SearchTypeBean | |
|---|---|
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)
|
| Method parameters in org.gcube.portlets.user.searchportlet.client.interfaces with type arguments of type SearchTypeBean | |
|---|---|
void |
SearchServiceAsync.getSelectedSearchType(com.google.gwt.user.client.rpc.AsyncCallback<SearchTypeBean> callback)
|
| Uses of SearchTypeBean in org.gcube.portlets.user.searchportlet.server |
|---|
| Methods in org.gcube.portlets.user.searchportlet.server that return SearchTypeBean | |
|---|---|
SearchTypeBean |
SearchServlet.getSelectedSearchType()
|
| Methods in org.gcube.portlets.user.searchportlet.server with parameters of type SearchTypeBean | |
|---|---|
void |
SearchServlet.submitGenericQuery(String term,
SearchTypeBean type,
HashSet<String> selectedCollections)
Submits a simple query |
| Uses of SearchTypeBean in org.gcube.portlets.user.searchportlet.shared |
|---|
| Methods in org.gcube.portlets.user.searchportlet.shared that return SearchTypeBean | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||