public interface LocalizedNamedValueCache
LocalizedNamedValue objects| Modifier and Type | Method and Description |
|---|---|
LocalizedNamedValue |
get(int id,
List<Locale> locales)
Gets a
LocalizedNamedValue with the specified translations |
boolean |
isValueDefined(int id)
Determines if the specified identifier exists in the current instance type
Object |
LocalizedNamedValue get(int id, List<Locale> locales)
LocalizedNamedValue with the specified translationsid - - the identifier of the localized valuelocales - - a List of Locale in which the data is requiredLocalizedNamedValue with the specified translationsboolean isValueDefined(int id)
Objectid - - the identifier to checktrue if the value exists; otherwise falseCopyright © 2016–2025. All rights reserved.