| Modifier and Type | Method and Description |
|---|---|
void |
Controller.addQueryToBasket(String queryGivenName,
String queryDesc,
QuerySearchType querytype)
Add a basket item to the model and to the view
|
| Constructor and Description |
|---|
SaveQueryPopup(Controller control,
boolean autoHide,
String suggestedName,
String descrption,
QuerySearchType qType) |
| Modifier and Type | Method and Description |
|---|---|
QuerySearchType |
BasketModelItem.getSearchType() |
| Modifier and Type | Method and Description |
|---|---|
void |
BasketModelItem.setSearchType(QuerySearchType searchType) |
| Constructor and Description |
|---|
BasketModelItem(String oid,
String belongsToOid,
String name,
String description,
String collectionID,
BasketModelItemType itemType,
Boolean isNew,
QuerySearchType searchType) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
QueryDescriptor.setType(QuerySearchType type) |
| Constructor and Description |
|---|
QueryDescriptor(String term,
List<String> selectedCollections,
String description,
String language,
QuerySearchType type,
String browseBy) |
Copyright © 2013. All Rights Reserved.