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