public interface LocalizedRelationChanges extends RelationChanges
RelationChanges.RelationChangesVisitor<V>| Modifier and Type | Method and Description |
|---|---|
DefaultRelationChanges |
getRelationChangeForLanguage(Locale locale)
returns all relation changes for a given locale
|
Map<Locale,DefaultRelationChanges> |
getRelationChanges()
returns the localized relation changes
|
void |
put(Locale locale,
DefaultRelationChanges relationChanges)
Allows to add or change the relation changes for a given locale
|
accept, getRelationMetaInfo, groupOrderInformationMap<Locale,DefaultRelationChanges> getRelationChanges()
DefaultRelationChanges getRelationChangeForLanguage(Locale locale)
locale - locale, for which the lookup will be executedvoid put(Locale locale, DefaultRelationChanges relationChanges)
locale - locale, for which the relation changes will be associated withrelationChanges - relation changes to be associated with the given localeCopyright © 2017 SAP SE. All Rights Reserved.