|
Business Components | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ViewRowImpl | |
oracle.jbo.server | Contains the implementation of middle tier components. |
oracle.jbo.server.ejb.facade |
Uses of ViewRowImpl in oracle.jbo.server |
Subclasses of ViewRowImpl in oracle.jbo.server | |
class |
EJBEntityImpl
|
Methods in oracle.jbo.server that return ViewRowImpl | |
ViewRowImpl |
ViewObjectImpl.createInstance(ViewRowSetImpl viewRowSet,
AttributeList attrValList)
Creates a view row instance. |
ViewRowImpl |
ViewObjectImpl.createInstanceFromResultSet(QueryCollection qc,
java.sql.ResultSet resultSet)
Internal: Applications should not use this method. |
protected ViewRowImpl |
ViewObjectImpl.createNewRowForCollection(java.lang.Object qc)
|
protected ViewRowImpl |
ViewObjectImpl.createRowFromResultSet(java.lang.Object qc,
java.sql.ResultSet resultSet)
|
protected ViewRowImpl |
ViewObjectImpl.handleActivatedRowNotFound(Key k)
Applications should override this method and create a new row if they want to "own" management of a row that was not found during this VOs activation. |
ViewRowImpl |
ViewRowSetImpl.makeRowCopy(ViewRowImpl vr)
|
Methods in oracle.jbo.server with parameters of type ViewRowImpl | |
protected void |
QueryCollection.removeReference(ViewRowImpl row,
EntityImpl entity)
Remove entity references, i.e, set references to null |
protected void |
QueryCollection.updateReference(ViewRowImpl row,
EntityImpl entity,
int entityIndex)
Set reference entity based on foreign keys |
protected boolean |
ViewObjectImpl.rowQualifies(ViewRowImpl vr)
|
protected void |
ViewObjectImpl.populateAttributeForRow(ViewRowImpl row,
int index,
java.lang.Object value)
|
protected void |
ViewObjectImpl.passivateState(ViewRowImpl currentRow,
Document doc,
Element parent)
Allows subclasses to store custom, Iterator and RowSet independent data as XML-nodes under the given parent element, in the given document. |
protected void |
ViewObjectImpl.passivateState(ViewRowSetImpl vrs,
ViewRowImpl currentRow,
Document doc,
Element parent)
Advanced Internal method only. |
protected void |
ViewObjectImpl.passivateTransients(ViewRowImpl currentRow,
AttributeDefImpl[] attrs,
Document doc,
Element parent)
Stores the attributes from the given array for either just the current row or all the rows in this viewrowset into the given parent xml node. |
protected void |
ViewObjectImpl.passivateTransients(ViewRowSetImpl vrs,
ViewRowImpl currentRow,
AttributeDefImpl[] attrs,
Document doc,
Element parent)
Advanced Internal method only. |
protected void |
ViewObjectImpl.activateTransientAttribute(ViewRowImpl row,
Node transRow,
AttributeDefImpl ad)
Override this method if activation of a transient attribute needs to also set/populate/ calculate some dependent attributes. |
protected void |
ViewObjectImpl.activateState(ViewRowImpl currentRow,
Element parent)
Allows subclasses to retrieve custom data from an XML-node under the given parent element. |
protected void |
ViewObjectImpl.activateState(ViewRowSetImpl vrs,
ViewRowImpl currentRow,
Element parent)
Advanced Internal method only. |
boolean |
RowQualifier.rowQualifies(ViewRowImpl row)
|
ViewRowImpl |
ViewRowSetImpl.makeRowCopy(ViewRowImpl vr)
|
Uses of ViewRowImpl in oracle.jbo.server.ejb.facade |
Methods in oracle.jbo.server.ejb.facade that return ViewRowImpl | |
protected ViewRowImpl |
FinderViewImpl.createRowFromResultSet(java.lang.Object qc,
java.sql.ResultSet resultSet)
Overrides the base implementation of createRowFromResultSet(Object, java.sql.ResultSet) . |
|
Business Components | |||||||||
PREV NEXT | FRAMES NO FRAMES |