Package | Description |
---|---|
org.josef.jdbc |
jdbc related classes.
|
org.josef.science.physics |
Physics related Classes.
|
org.josef.science.physics.astronomy |
Astronomy related Classes.
|
org.josef.util |
Utility Classes.
|
org.josef.web.jsf.beans.test |
JSF Managed Beans for Testing.
|
org.josef.web.jsf.util |
Java Server Faces Utility classes.
|
Modifier and Type | Method and Description |
---|---|
CodeDescription |
CodeDescriptionCallBack.fetchColumns(ResultSetRowInterface resultSetRow)
Fetches both columns that make up a CodeDescription.
|
Modifier and Type | Method and Description |
---|---|
static String |
SqlStatementUtil.createDecodeArgument(String expression,
Collection<? extends CodeDescription> codeDescriptions,
String defaultValue)
Creates a String which can be used as an argument to Oracle's decode
function.
|
Modifier and Type | Method and Description |
---|---|
CodeDescription |
Element.getCodeDescription(Locale locale)
Gets the CodeDescription of this Element.
|
Modifier and Type | Method and Description |
---|---|
static List<CodeDescription> |
Element.getCodeDescriptions(Locale locale)
Gets a List of
CodeDescription objects for all the Elements. |
Modifier and Type | Method and Description |
---|---|
CodeDescription |
Planet.getCodeDescription(Locale locale)
Gets the CodeDescription of this Planet.
|
Modifier and Type | Method and Description |
---|---|
static List<CodeDescription> |
Planet.getCodeDescriptions(Locale locale)
Gets a List of
CodeDescription objects for all the Planets. |
Modifier and Type | Field and Description |
---|---|
static CodeDescription[] |
CodeDescription.EMPTY_ARRAY_OF_CODE_DESCRIPTIONS
Empty array of CodeDescriptions.
|
Modifier and Type | Field and Description |
---|---|
static Comparator<CodeDescription> |
CodeDescription.caseInsensitiveDescriptionComparator
A comparator that sorts on description (case insensitive and ascending) and then code ascending.
|
Modifier and Type | Method and Description |
---|---|
CodeDescription |
WeekDay.getCodeDescription(Locale locale)
Gets the CodeDescription of this WeekDay.
|
CodeDescription |
Nationality.getCodeDescription(Locale locale)
Gets the
CodeDescription of this Nationality. |
CodeDescription |
Month.getCodeDescription(Locale locale)
Gets the CodeDescription of this Month.
|
CodeDescription |
LocalizableEnumeration.getCodeDescription(Locale locale)
Gets the CodeDescription of the enumerated constant.
|
CodeDescription |
Iso3166Country.getCodeDescription(Locale locale)
Gets the
CodeDescription of this Iso3166Country. |
CodeDescription |
CColor.getCodeDescription(Locale locale)
Gets the CodeDescription of this CColor.
|
static <T extends Enum<T> & LocalizableEnumeration> |
CEnumeration.getCodeDescription(T localizableEnumeratedConstant,
Locale locale)
Gets the CodeDescription of the supplied localizableEnumeratedConstant.
|
static <T extends Enum<T>> |
CEnumeration.getCodeDescriptionUsingEnumNameAsCode(T enumeratedConstant,
Locale locale)
Gets the CodeDescription of the supplied enumeratedConstant, using the name of the supplied enumerated constant as the
code for the returned CodeDescription.
|
Modifier and Type | Method and Description |
---|---|
static MultiFieldComparator<CodeDescription> |
CodeDescription.createCodeComparator()
Creates a comparator that sorts on code ascending and then description ascending.
|
static MultiFieldComparator<CodeDescription> |
CodeDescription.createDescriptionComparator()
Creates a comparator that sorts on description ascending and then code ascending.
|
static <T extends Enum<T> & LocalizableEnumeration> |
CEnumeration.getCodeDescriptions(Class<T> localizableEnumeration,
Locale locale)
Gets
CodeDescriptions for all the localizable enumerated constants of the supplied
localizableEnumeration. |
static List<CodeDescription> |
WeekDay.getCodeDescriptions(Locale locale)
Gets a List of
CodeDescription objects for all the WeekDays. |
static List<CodeDescription> |
Month.getCodeDescriptions(Locale locale)
Gets a List of
CodeDescription objects for all the Months. |
static List<CodeDescription> |
Iso3166Country.getCodeDescriptions(Locale locale)
Gets a List of
CodeDescription objects for all the active ISO-3166 countries, ordered by name of the country. |
static List<CodeDescription> |
CColor.getCodeDescriptions(Locale locale)
Gets a List of
CodeDescription objects for all the CColors. |
static <T extends Enum<T>> |
CEnumeration.getCodeDescriptionsUsingEnumNameAsCode(Class<T> enumeration,
Locale locale)
Gets
CodeDescriptions for all the enumerated constants of the supplied enumeration, using the
names of the enumerated constants as the code for the different CodeDescriptions . |
Modifier and Type | Method and Description |
---|---|
int |
CodeDescription.compareTo(CodeDescription codeDescription)
Compares this CodeDescription to the supplied codeDescription.
|
Modifier and Type | Method and Description |
---|---|
CodeDescription |
CodeDescriptionConverterTestBean.getJamesBond()
Gets James Bond.
|
CodeDescription |
SelectOneTestBean.getMonth()
Gets the Month as a CodeDescription.
|
Modifier and Type | Method and Description |
---|---|
Map<String,CodeDescription> |
SelectOneTestBean.getThirdQuarterMonths()
Gets the Months of the third quarter as CodeDescriptions.
|
Modifier and Type | Method and Description |
---|---|
void |
SelectOneTestBean.setMonth(CodeDescription month)
Sets the Month as a CodeDescription.
|
Modifier and Type | Method and Description |
---|---|
static javax.faces.model.SelectItem |
JsfSelectItemsFromCodeDescriptionsUtil.codeDescriptionToSelectItem(CodeDescription codeDescription)
Converts the supplied codeDescription to a SelectItem.
|
Modifier and Type | Method and Description |
---|---|
static List<javax.faces.model.SelectItem> |
JsfSelectItemsFromCodeDescriptionsUtil.codeDescriptionsToSelectItems(List<CodeDescription> codeDescriptions)
Converts the supplied codeDescriptions to a list of SelectItem objects.
|
Copyright © 2008–2018. All rights reserved.