Interface LocalizedNamedValueCache
- All Known Implementing Classes:
LocalizedNamedValueCacheImpl
public interface LocalizedNamedValueCache
Defines methods used to retrieve
LocalizedNamedValue objects-
Method Summary
Modifier and TypeMethodDescriptionGets aLocalizedNamedValuewith the specified translationsbooleanisValueDefined(int id) Determines if the specified identifier exists in the current instance typeObject
-
Method Details
-
get
Gets aLocalizedNamedValuewith the specified translations- Parameters:
id- - the identifier of the localized valuelocales- - aListofLocalein which the data is required- Returns:
- - a
LocalizedNamedValuewith the specified translations
-
isValueDefined
boolean isValueDefined(int id) Determines if the specified identifier exists in the current instance typeObject- Parameters:
id- - the identifier to check- Returns:
- -
trueif the value exists; otherwisefalse
-