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