Business Components

oracle.jbo.server
Class EJBEntityImpl

java.lang.Object
  |
  +--oracle.jbo.server.RowImpl
        |
        +--oracle.jbo.server.ViewRowImpl
              |
              +--oracle.jbo.server.EJBEntityImpl
All Implemented Interfaces:
AttributeList, Row, XMLInterface

public class EJBEntityImpl
extends ViewRowImpl


Field Summary
TypeField
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.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
TypeMethod
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, equals, findAssociatedObjects, findRowSetForRow, getApplicationModule, getAttribute, getAttribute, getAttributeCount, getAttributeIndexOf, getAttributeInternal, getAttrInvokeAccessor, getEntity, getEntityAttrForAttribute, getEntityForAttribute, getHandle, getKey, getQueryCollection, getViewObject, getXMLElementTag, hasAttributeException, hasDeferredExceptions, hashCode, isAttributeUpdateable, lock, populate, populateAttribute, populateAttributeAsChanged, readAttributeFromXMLElement, readXML, registerAttributeException, remove, renderAttributeInXMLElement, revert, setAttribute, setAttribute, setAttributeInternal, setAttrInvokeAccessor, setEntities, setEntity, validate, writeXML
 
Methods inherited from class oracle.jbo.server.RowImpl
clearAllExceptions, clearRowExceptions, createXMLDefinition, 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()

Business Components