Interface JaloPropertyContainer

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void setAllLocalizedProperties​(java.lang.String name, java.util.Map<Language,​java.lang.Object> values)
      Allows to set all values of a localized property at once.
      void setLocalizedProperty​(SessionContext ctx, java.lang.String name, java.lang.Object value)
      sets an external localized property
      void setLocalizedProperty​(java.lang.String name, java.lang.Object value)
      sets an external localized property, using the default session context to determine the property's language
      void setProperty​(java.lang.String name, java.lang.Object value)
      sets a property
    • Method Detail

      • setProperty

        void setProperty​(java.lang.String name,
                         java.lang.Object value)
        sets a property
        Parameters:
        value - may be null to remove a property
      • setLocalizedProperty

        void setLocalizedProperty​(java.lang.String name,
                                  java.lang.Object value)
        sets an external localized property, using the default session context to determine the property's language
      • setLocalizedProperty

        void setLocalizedProperty​(SessionContext ctx,
                                  java.lang.String name,
                                  java.lang.Object value)
        sets an external localized property
        Parameters:
        ctx - determines the property's language, but not the staging method
      • setAllLocalizedProperties

        void setAllLocalizedProperties​(java.lang.String name,
                                       java.util.Map<Language,​java.lang.Object> values)
        Allows to set all values of a localized property at once.
        Parameters:
        name - the property name
        values - all values as map