public class PropertiesBasedLocalizationInfo extends Object implements LocalizationInfo
LocalizationInfo.Type| Constructor and Description |
|---|
PropertiesBasedLocalizationInfo(Map<Language,Properties> localization,
Map<Long,String> pkToTypeCode) |
| Modifier and Type | Method and Description |
|---|---|
Collection<PK> |
getLanguagePKs() |
String |
getLocalizedProperty(PK languagePK,
String propertyKey) |
String |
getLocalizedPropertyFromHierarchy(PK languagePK,
String qualifier,
LocalizationInfo.Type propType,
String inheritancePKs) |
public Collection<PK> getLanguagePKs()
getLanguagePKs in interface LocalizationInfopublic String getLocalizedProperty(PK languagePK, String propertyKey)
getLocalizedProperty in interface LocalizationInfopublic String getLocalizedPropertyFromHierarchy(PK languagePK, String qualifier, LocalizationInfo.Type propType, String inheritancePKs)
getLocalizedPropertyFromHierarchy in interface LocalizationInfoCopyright © 2017 SAP SE. All Rights Reserved.