public static interface LocalizableItem.LocalizableItemImpl extends ExtensibleItem.ExtensibleItemImpl
| Modifier and Type | Method and Description |
|---|---|
Map |
getAllLocalizedProperties(SessionContext ctx) |
Map<Language,?> |
getAllLocalizedProperties(SessionContext ctx,
String name,
Set<Language> languages) |
Object |
getLocalizedProperty(SessionContext ctx,
String name) |
Set |
getLocalizedPropertyNames(SessionContext ctx) |
Object |
removeLocalizedProperty(SessionContext ctx,
String name) |
Map<Language,?> |
setAllLocalizableProperties(SessionContext ctx,
String name,
Map<Language,?> props) |
Object |
setLocalizedProperty(SessionContext ctx,
String name,
Object value) |
getAllProperties, getProperty, getPropertyNames, removeProperty, setAllProperties, setPropertyaddPermission, checkItemPermission, clearPermission, clearRemote, getComposedType, getCreationTime, getHJMPTS, getModificationTime, getOwner, getPermissionMap, getPK, getPrincipalPermissions, getRestrictedPrincipals, refreshRemote, remove, setComposedType, setCreationTime, setModificationTime, setOwner, setPermissionMapgetAbstraction, getJaloObjectClass, getRemote, setAbstractionMap getAllLocalizedProperties(SessionContext ctx)
Set getLocalizedPropertyNames(SessionContext ctx)
Object getLocalizedProperty(SessionContext ctx, String name)
Object setLocalizedProperty(SessionContext ctx, String name, Object value)
Object removeLocalizedProperty(SessionContext ctx, String name)
Map<Language,?> getAllLocalizedProperties(SessionContext ctx, String name, Set<Language> languages)
Copyright © 2017 SAP SE. All Rights Reserved.