|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of QuerySearchType in org.gcube.portlets.user.results.client.control |
|---|
| Methods in org.gcube.portlets.user.results.client.control with parameters of type QuerySearchType | |
|---|---|
void |
Controller.addQueryToBasket(String queryGivenName,
String queryDesc,
QuerySearchType querytype)
Add a basket item to the model and to the view |
| Uses of QuerySearchType in org.gcube.portlets.user.results.client.dialogBox |
|---|
| Constructors in org.gcube.portlets.user.results.client.dialogBox with parameters of type QuerySearchType | |
|---|---|
SaveQueryPopup(Controller control,
boolean autoHide,
String suggestedName,
String descrption,
QuerySearchType qType)
|
|
| Uses of QuerySearchType in org.gcube.portlets.user.results.client.model |
|---|
| Methods in org.gcube.portlets.user.results.client.model that return QuerySearchType | |
|---|---|
QuerySearchType |
BasketModelItem.getSearchType()
|
| Methods in org.gcube.portlets.user.results.client.model with parameters of type QuerySearchType | |
|---|---|
void |
BasketModelItem.setSearchType(QuerySearchType searchType)
|
| Constructors in org.gcube.portlets.user.results.client.model with parameters of type QuerySearchType | |
|---|---|
BasketModelItem(String oid,
String belongsToOid,
String name,
String description,
String collectionID,
BasketModelItemType itemType,
Boolean isNew,
QuerySearchType searchType)
|
|
| Uses of QuerySearchType in org.gcube.portlets.user.results.client.util |
|---|
| Methods in org.gcube.portlets.user.results.client.util that return QuerySearchType | |
|---|---|
QuerySearchType |
QueryDescriptor.getType()
|
static QuerySearchType |
QuerySearchType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static QuerySearchType[] |
QuerySearchType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.gcube.portlets.user.results.client.util with parameters of type QuerySearchType | |
|---|---|
void |
QueryDescriptor.setType(QuerySearchType type)
|
| Constructors in org.gcube.portlets.user.results.client.util with parameters of type QuerySearchType | |
|---|---|
QueryDescriptor(String term,
List<String> selectedCollections,
String description,
String schema,
String language,
QuerySearchType type,
String sortBy)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||