Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


oracle.jbo.server
Class EJBEntityImpl

java.lang.Object
  extended byoracle.jbo.server.RowImpl
      extended byoracle.jbo.server.ViewRowImpl
          extended byoracle.jbo.server.EJBEntityImpl

All Implemented Interfaces:
AttributeList, Row, XMLInterface, oracle.jbo.common.xml.XmlSerializable

public class EJBEntityImpl
extends ViewRowImpl

Field Summary
protected javax.ejb.EntityBean mBean

Fields inherited from class oracle.jbo.server.ViewRowImpl
XML_POSTSTATE_REMOVE, XML_POSTSTATE_TAG

Fields inherited from interface oracle.jbo.Row
REFRESH_CONTAINEES, REFRESH_FORGET_NEW_ROWS, REFRESH_REMOVE_NEW_ROWS, REFRESH_UNDO_CHANGES, REFRESH_WITH_DB_FORGET_CHANGES, REFRESH_WITH_DB_ONLY_IF_UNCHANGED, STATUS_INITIALIZED

Fields inherited from interface oracle.jbo.XMLInterface
XML_IGNORE_DEPTH_COUNT, XML_OPT_ALL_ROWS, XML_OPT_ASSOC_CONSISTENT, XML_OPT_CHANGES_ONLY, XML_OPT_LIMIT_RANGE

Constructor Summary
EJBEntityImpl()

Method Summary
protected void bindToBean(javax.ejb.EntityBean bean)
protected javax.ejb.EntityBean getBoundBean()
oracle.aurora.ejb.persistence.BeanIdentifier getPersistenceKey()
protected boolean isBound()
void loadBean()
void storeBean()
protected void unbindFromBean()

Methods inherited from class oracle.jbo.server.ViewRowImpl
appendXMLElementNodes, appendXMLElementNodes, clearAttributeException, clearAttributeException, create, createEntities, entityCacheAdd, equals, findAssociatedObjects, findRowSetForRow, getApplicationModule, getAttribute, getAttribute, getAttributeCount, getAttributeIndexOf, getAttributeInternal, getAttributeNames, getAttributeValues, getAttrInvokeAccessor, getElementTagName, getEntities, getEntity, getEntityAttrForAttribute, getEntityCount, getEntityForAttribute, getHandle, getKey, getNewRowState, getQueryCollection, getStructureDef, getViewDef, getViewObject, getXMLElementTag, hasAttributeException, hasDeferredExceptions, hasExtendedViewDef, hashCode, initDefaults, isAttributeUpdateable, lock, populate, populateAttribute, populateAttributeAsChanged, readAttributeFromXMLElement, readXML, refresh, registerAttributeException, remove, removeAndRetain, removeFromCollection, renderAttributeInXMLElement, renderAttributeInXMLElement, revert, setAttribute, setAttribute, setAttributeInternal, setAttrInvokeAccessor, setEntities, setEntity, setNewRowState, validate, writeAsXml, writeAsXml, writeXML

Methods inherited from class oracle.jbo.server.RowImpl
clearAllExceptions, clearRowExceptions, createXMLDefinition, findAttrAndGetIndex, getAllExceptions, getAttributeInternal, getRowExceptions, hasAttributeException, printXMLDefinition, readXML, registerRowException, setAttributeInternal, writeXML, writeXML, writeXML

Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait

Methods inherited from interface oracle.jbo.XMLInterface
readXML, writeXML, writeXML, writeXML

Field Detail

mBean

protected javax.ejb.EntityBean mBean

Constructor Detail

EJBEntityImpl

public EJBEntityImpl()

Method Detail

loadBean

public void loadBean()

storeBean

public void storeBean()

getBoundBean

protected javax.ejb.EntityBean getBoundBean()

isBound

protected boolean isBound()

bindToBean

protected void bindToBean(javax.ejb.EntityBean bean)

unbindFromBean

protected void unbindFromBean()

getPersistenceKey

public oracle.aurora.ejb.persistence.BeanIdentifier getPersistenceKey()

Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


Copyright © 1997, 2005, Oracle. All rights reserved.