public interface LocalizedNamedValueCache
LocalizedNamedValue
objectsModifier 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)
Object
id
- - the identifier to checktrue
if the value exists; otherwise false
Copyright © 2016–2025. All rights reserved.