Interface JaloPropertyContainer

All Known Implementing Classes:
JaloPropertyContainerAdapter

public interface JaloPropertyContainer
property containers can be used for mass property updates
See Also:
  • Method Details

    • setProperty

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

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

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

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