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