Interface LocalizedRelationChanges

    • Method Detail

      • getRelationChanges

        java.util.Map<java.util.Locale,​DefaultRelationChanges> getRelationChanges()
        returns the localized relation changes
        Returns:
        a map containing locales with corresponding relation changes
      • getRelationChangeForLanguage

        DefaultRelationChanges getRelationChangeForLanguage​(java.util.Locale locale)
        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

        void put​(java.util.Locale locale,
                 DefaultRelationChanges relationChanges)
        Allows to add or change the relation changes for a given locale
        Parameters:
        locale - locale, for which the relation changes will be associated with
        relationChanges - relation changes to be associated with the given locale