Interface LocalizationInfo
-
- All Known Implementing Classes:
PropertiesBasedLocalizationInfo
public interface LocalizationInfo
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
LocalizationInfo.Type
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Collection<PK>
getLanguagePKs()
java.lang.String
getLocalizedProperty(PK languagePK, java.lang.String propertyKey)
java.lang.String
getLocalizedPropertyFromHierarchy(PK languagePK, java.lang.String qualifier, LocalizationInfo.Type type, java.lang.String inheritancePKs)
-
-
-
Method Detail
-
getLanguagePKs
java.util.Collection<PK> getLanguagePKs()
-
getLocalizedProperty
java.lang.String getLocalizedProperty(PK languagePK, java.lang.String propertyKey)
-
getLocalizedPropertyFromHierarchy
java.lang.String getLocalizedPropertyFromHierarchy(PK languagePK, java.lang.String qualifier, LocalizationInfo.Type type, java.lang.String inheritancePKs)
-
-