Package | Description |
---|---|
com.gisgraphy.model | |
com.gisgraphy.service | |
com.gisgraphy.service.impl | |
com.gisgraphy.util | |
com.gisgraphy.webapp.taglib |
Modifier and Type | Field and Description |
---|---|
static Comparator<LabelValue> |
LabelValue.CASE_INSENSITIVE_ORDER
Comparator that can be used for a case insensitive sort of
LabelValue objects. |
Modifier and Type | Method and Description |
---|---|
List<LabelValue> |
User.getRoleList()
Convert user roles to LabelValue objects for convenience.
|
Modifier and Type | Method and Description |
---|---|
int |
LabelValue.compareTo(LabelValue o)
Compare LabelValueBeans based on the label, because that's the human
viewable part of the object.
|
Modifier and Type | Method and Description |
---|---|
List<LabelValue> |
LookupManager.getAllRoles()
Retrieves all possible roles from persistence layer
|
Modifier and Type | Method and Description |
---|---|
List<LabelValue> |
LookupManagerImpl.getAllRoles()
Retrieves all possible roles from persistence layer
|
Modifier and Type | Method and Description |
---|---|
static Map<String,String> |
ConvertUtil.convertListToMap(List<LabelValue> list)
Convert a java.util.List of LabelValue objects to a LinkedHashMap.
|
Modifier and Type | Method and Description |
---|---|
protected List<LabelValue> |
CountryTag.buildCountryList(Locale locale)
Build a List of LabelValues for all the available countries.
|
Copyright © 2015. All rights reserved.