Interface LocalizedNamedValueCache

All Known Implementing Classes:
LocalizedNamedValueCacheImpl

public interface LocalizedNamedValueCache
Defines methods used to retrieve LocalizedNamedValue objects
  • Method Details

    • get

      LocalizedNamedValue get(int id, List<Locale> locales)
      Gets a LocalizedNamedValue with the specified translations
      Parameters:
      id - - the identifier of the localized value
      locales - - a List of Locale in which the data is required
      Returns:
      - a LocalizedNamedValue with the specified translations
    • isValueDefined

      boolean isValueDefined(int id)
      Determines if the specified identifier exists in the current instance type Object
      Parameters:
      id - - the identifier to check
      Returns:
      - true if the value exists; otherwise false