public class ConceptLookupBean extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static Comparator<Object> |
umlsFirstWordComparator |
Constructor and Description |
---|
ConceptLookupBean() |
Modifier and Type | Method and Description |
---|---|
static ConceptFirstWord |
extractUMLSFirstWord(String fword) |
static String |
formatUMLSFirstWord(ConceptFirstWord fword) |
ConceptSearchService |
getConceptSearchService() |
ConceptFirstWord |
getCurrentCUI()
Gets the currently selected city.
|
List<javax.faces.model.SelectItem> |
getList()
The list of possible matches for the given SelectInputText value
|
ConceptFirstWord |
getSearchCUI() |
void |
reset() |
void |
resetListen(javax.faces.event.ActionEvent event) |
void |
setSearchCUI(ConceptFirstWord searchCUI) |
void |
setUmlsFirstWordService(ConceptSearchService umlsFirstWordService) |
void |
updateList(javax.faces.event.ValueChangeEvent event)
Called when a user has modifed the SelectInputText value.
|
public static Comparator<Object> umlsFirstWordComparator
public ConceptSearchService getConceptSearchService()
public void setUmlsFirstWordService(ConceptSearchService umlsFirstWordService)
public ConceptFirstWord getSearchCUI()
public void setSearchCUI(ConceptFirstWord searchCUI)
public void resetListen(javax.faces.event.ActionEvent event)
public void reset()
public void updateList(javax.faces.event.ValueChangeEvent event)
event
- public ConceptFirstWord getCurrentCUI()
public List<javax.faces.model.SelectItem> getList()
public static String formatUMLSFirstWord(ConceptFirstWord fword)
public static ConceptFirstWord extractUMLSFirstWord(String fword)
Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.