|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LabelValue | |
|---|---|
| com.gisgraphy.model | |
| com.gisgraphy.service | |
| com.gisgraphy.service.impl | |
| com.gisgraphy.util | |
| com.gisgraphy.webapp.taglib | |
| Uses of LabelValue in com.gisgraphy.model |
|---|
| Fields in com.gisgraphy.model with type parameters of type LabelValue | |
|---|---|
static Comparator<LabelValue> |
LabelValue.CASE_INSENSITIVE_ORDER
Comparator that can be used for a case insensitive sort of LabelValue objects. |
| Methods in com.gisgraphy.model that return types with arguments of type LabelValue | |
|---|---|
List<LabelValue> |
User.getRoleList()
Convert user roles to LabelValue objects for convenience. |
| Methods in com.gisgraphy.model with parameters of type LabelValue | |
|---|---|
int |
LabelValue.compareTo(LabelValue o)
Compare LabelValueBeans based on the label, because that's the human viewable part of the object. |
| Uses of LabelValue in com.gisgraphy.service |
|---|
| Methods in com.gisgraphy.service that return types with arguments of type LabelValue | |
|---|---|
List<LabelValue> |
LookupManager.getAllRoles()
Retrieves all possible roles from persistence layer |
| Uses of LabelValue in com.gisgraphy.service.impl |
|---|
| Methods in com.gisgraphy.service.impl that return types with arguments of type LabelValue | |
|---|---|
List<LabelValue> |
LookupManagerImpl.getAllRoles()
Retrieves all possible roles from persistence layer |
| Uses of LabelValue in com.gisgraphy.util |
|---|
| Method parameters in com.gisgraphy.util with type arguments of type LabelValue | |
|---|---|
static Map<String,String> |
ConvertUtil.convertListToMap(List<LabelValue> list)
Convert a java.util.List of LabelValue objects to a LinkedHashMap. |
| Uses of LabelValue in com.gisgraphy.webapp.taglib |
|---|
| Methods in com.gisgraphy.webapp.taglib that return types with arguments of type LabelValue | |
|---|---|
protected List<LabelValue> |
CountryTag.buildCountryList(Locale locale)
Build a List of LabelValues for all the available countries. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||