public abstract class ExtensibleItemEJBImpl extends ItemEJBImpl implements ExtensibleItem.ExtensibleItemImpl
| Modifier | Constructor and Description |
|---|---|
protected |
ExtensibleItemEJBImpl(Tenant tenant,
ExtensibleItemRemote remoteObject) |
| Modifier and Type | Method and Description |
|---|---|
void |
commit() |
java.util.Map |
getAllProperties(SessionContext ctx) |
java.lang.Object |
getProperty(SessionContext ctx,
java.lang.String name) |
java.util.Set |
getPropertyNames(SessionContext ctx) |
java.lang.Object |
removeProperty(SessionContext ctx,
java.lang.String name) |
void |
rollback() |
void |
setAllProperties(SessionContext ctx,
JaloPropertyContainer jaloContainer) |
java.lang.Object |
setProperty(SessionContext ctx,
java.lang.String name,
java.lang.Object jaloValue) |
addPermission, 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, waitaddPermission, checkItemPermission, clearPermission, clearRemote, getComposedType, getCreationTime, getHJMPTS, getModificationTime, getOwner, getPermissionMap, getPK, getPrincipalPermissions, getRestrictedPrincipals, getTypeKey, invalidateLocalCaches, remove, setComposedType, setCreationTime, setModificationTime, setOwner, setPermissionMapgetJaloObjectClassgetPermissionFacadeprotected ExtensibleItemEJBImpl(Tenant tenant, ExtensibleItemRemote remoteObject)
public java.util.Map getAllProperties(SessionContext ctx)
getAllProperties in interface ExtensibleItem.ExtensibleItemImplpublic java.util.Set getPropertyNames(SessionContext ctx)
getPropertyNames in interface ExtensibleItem.ExtensibleItemImplpublic java.lang.Object setProperty(SessionContext ctx, java.lang.String name, java.lang.Object jaloValue)
setProperty in interface ExtensibleItem.ExtensibleItemImplpublic java.lang.Object getProperty(SessionContext ctx, java.lang.String name)
getProperty in interface ExtensibleItem.ExtensibleItemImplpublic java.lang.Object removeProperty(SessionContext ctx, java.lang.String name)
removeProperty in interface ExtensibleItem.ExtensibleItemImplpublic void setAllProperties(SessionContext ctx, JaloPropertyContainer jaloContainer) throws ConsistencyCheckException
setAllProperties in interface ExtensibleItem.ExtensibleItemImplConsistencyCheckExceptionpublic void commit()
throws ConsistencyCheckException
ConsistencyCheckExceptionpublic void rollback()
throws ConsistencyCheckException
ConsistencyCheckExceptionCopyright © 2018 SAP SE. All Rights Reserved.