|
Business Components | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use.* | |
Package | Description |
---|---|
oracle.jbo.server | Contains the implementation of middle tier components. |
Uses of ViewRowImpl in oracle.jbo.server |
Subclasses of ViewRowImpl in oracle.jbo.server | |
Type | Name |
---|---|
class |
EJBEntityImpl
|
Methods in oracle.jbo.server that return ViewRowImpl | |
Type | Name |
---|---|
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)
|
ViewRowImpl |
ViewRowSetImpl.makeRowCopy(ViewRowImpl vr)
|
Methods in oracle.jbo.server with parameters of type ViewRowImpl | |
Type | Name |
---|---|
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 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 data as XML-nodes under the given parent element, in the given document. |
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.activateState(ViewRowImpl currentRow,
Element parent)
Allows subclasses to retrieve custom data from an XML-node under the given parent element. |
boolean |
RowQualifier.rowQualifies(ViewRowImpl row)
|
ViewRowImpl |
ViewRowSetImpl.makeRowCopy(ViewRowImpl vr)
|
|
Business Components | |||||||||
PREV NEXT | FRAMES NO FRAMES |