public interface JaloPropertyContainer
| Modifier and Type | Method and 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
|
void setProperty(java.lang.String name,
java.lang.Object value)
value - may be null to remove a propertyvoid setLocalizedProperty(java.lang.String name,
java.lang.Object value)
void setLocalizedProperty(SessionContext ctx, java.lang.String name, java.lang.Object value)
ctx - determines the property's language, but not the staging methodvoid setAllLocalizedProperties(java.lang.String name,
java.util.Map<Language,java.lang.Object> values)
name - the property namevalues - all values as mapCopyright © 2018 SAP SE. All Rights Reserved.