Interface LocalizedRelationChanges
- All Superinterfaces:
RelationChanges
- All Known Implementing Classes:
DefaultLocalizedRelationChanges
Localized relation changes groups changes for all languages by the relation type
-
Nested Class Summary
Nested classes/interfaces inherited from interface de.hybris.platform.directpersistence.record.RelationChanges
RelationChanges.RelationChangesVisitor<V> -
Method Summary
Modifier and TypeMethodDescriptiongetRelationChangeForLanguage(Locale locale) returns all relation changes for a given localereturns the localized relation changesvoidput(Locale locale, DefaultRelationChanges relationChanges) Allows to add or change the relation changes for a given localeMethods inherited from interface de.hybris.platform.directpersistence.record.RelationChanges
accept, getRelationMetaInfo, groupOrderInformation
-
Method Details
-
getRelationChanges
Map<Locale,DefaultRelationChanges> getRelationChanges()returns the localized relation changes- Returns:
- a map containing locales with corresponding relation changes
-
getRelationChangeForLanguage
returns all relation changes for a given locale- Parameters:
locale- locale, for which the lookup will be executed- Returns:
- relation changes for given locale
-
put
Allows to add or change the relation changes for a given locale- Parameters:
locale- locale, for which the relation changes will be associated withrelationChanges- relation changes to be associated with the given locale
-