public abstract class LocalizableItemEJBImpl extends ExtensibleItemEJBImpl implements LocalizableItem.LocalizableItemImpl
| Modifier | Constructor and Description |
|---|---|
protected |
LocalizableItemEJBImpl(LocalizableItemRemote remoteObject) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkLanguage(SessionContext ctx,
String fieldName) |
Map<String,Object> |
getAllLocalizedProperties(SessionContext ctx) |
Map<Language,?> |
getAllLocalizedProperties(SessionContext ctx,
String name,
Set<Language> languages) |
protected PK |
getLangPK(SessionContext ctx) |
Object |
getLocalizedProperty(SessionContext ctx,
String name) |
Set<String> |
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) |
commit, getAllProperties, getProperty, getPropertyNames, removeProperty, rollback, setAllProperties, setPropertyaddPermission, checkItemPermission, clearPermission, clearRemote, getComposedType, getCreationTime, getHJMPTS, getJaloObjectClass, getModificationTime, getOwner, getPermissionMap, getPK, getPrincipalPermissions, getRemote, getRestrictedPrincipals, getSession, getTypeKey, invalidateLocalCaches, refreshRemote, remove, setComposedType, setCreationTime, setModificationTime, setOwner, setPermissionMap, setRemote, unwrap, wrapgetAbstraction, setAbstractionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAllProperties, 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, setAbstractionprotected LocalizableItemEJBImpl(LocalizableItemRemote remoteObject)
protected void checkLanguage(SessionContext ctx, String fieldName) throws JaloSystemException
JaloSystemException - if no language was set for the given contextprotected PK getLangPK(SessionContext ctx)
public Map<String,Object> getAllLocalizedProperties(SessionContext ctx)
getAllLocalizedProperties in interface LocalizableItem.LocalizableItemImplpublic Set<String> getLocalizedPropertyNames(SessionContext ctx)
getLocalizedPropertyNames in interface LocalizableItem.LocalizableItemImplpublic Map<Language,?> getAllLocalizedProperties(SessionContext ctx, String name, Set<Language> languages)
getAllLocalizedProperties in interface LocalizableItem.LocalizableItemImplpublic Map<Language,?> setAllLocalizableProperties(SessionContext ctx, String name, Map<Language,?> props)
setAllLocalizableProperties in interface LocalizableItem.LocalizableItemImplpublic Object getLocalizedProperty(SessionContext ctx, String name)
getLocalizedProperty in interface LocalizableItem.LocalizableItemImplpublic Object setLocalizedProperty(SessionContext ctx, String name, Object value)
setLocalizedProperty in interface LocalizableItem.LocalizableItemImplpublic Object removeLocalizedProperty(SessionContext ctx, String name)
removeLocalizedProperty in interface LocalizableItem.LocalizableItemImplCopyright © 2017 SAP SE. All Rights Reserved.