Package | Description |
---|---|
oracle.adf.model.bean | |
oracle.jbo.common.sdo | |
oracle.jbo.server |
Contains the implementation of middle tier components.
|
oracle.jbo.server.ejb.facade | |
oracle.jbo.server.svc | |
oracle.jbo.server.uniqueid |
Modifier and Type | Class and Description |
---|---|
class |
DCCriteriaItemRowImpl
Deprecated.
|
class |
DCCriteriaOperatorRowImpl
Deprecated.
|
class |
DCCriteriaRowImpl
Deprecated.
|
class |
DCCriteriaRowRowImpl
Deprecated.
|
class |
DCCriteriaValueRowImpl
Deprecated.
|
class |
DCDataRow |
Modifier and Type | Method and Description |
---|---|
protected ViewRowImpl |
DCDataVO.activateNewRow(ViewDefImpl def, int[] eoIndices, EntityImpl[] eos, ViewRowSetImpl vrs, Key keyObj) |
ViewRowImpl |
DCDataVO.createInstance(ViewRowSetImpl viewRowSet, AttributeList attrValList) |
protected ViewRowImpl |
DCDataVO.createNewRowForCollection(java.lang.Object qcObj) |
protected ViewRowImpl |
DCDataVO.createRowFromResultSet(java.lang.Object qc, java.sql.ResultSet resultSet)
Override from VO to create row objects for the current entry in the source collection.
|
Modifier and Type | Method and Description |
---|---|
protected void |
DCDataRow.copyFrom(ViewRowImpl other) |
Modifier and Type | Method and Description |
---|---|
AttributeDef |
SDOValueStoreHelper.getAttributeDef(ViewRowImpl viewRow, java.lang.String attributeName)
look up attribute definition; go through viewobject first since there is the logic we had up to now (don't want to introduce new code to minimize risk.), if no attribute definition is found from viewobject, will use viewDef to lookup.
|
AttributeList |
SDOValueStoreHelper.getParentAttributeList(ViewObject viewObject, ViewRowImpl row, java.lang.String attributeName) |
void |
SDOValueStoreHelper.validateComplexTypeConflictValues(commonj.sdo.DataObject request, ViewRowImpl viewRow)
validate if there are any conflict values passed in for SDO properties mapped to the same viewobject attribute.
|
Modifier and Type | Method and Description |
---|---|
protected ViewRowImpl |
ViewObjectImpl.activateCurrentRow(ViewRowSetIteratorImpl vrsi, ViewRowSetImpl vrs, Key key)
Override this to provide custom current row lookup.
|
protected ViewRowImpl |
ViewObjectImpl.activateNewRow(ViewDefImpl def, int[] eoIndices, EntityImpl[] eos, ViewRowSetImpl vrs, AttributeList nvp, Key keyObj) |
protected static ViewRowImpl |
PMRowUtil.adjustAfterUpdateDiscriminator(ViewRowImpl vr) |
protected ViewRowImpl |
ViewObjectImpl.createAndInitRowForCollection(java.lang.Object qc, AttributeList initVals) |
ViewRowImpl |
ViewObjectImpl.createInstance(ViewRowSetImpl viewRowSet, AttributeList attrValList)
Creates a view row instance.
|
ViewRowImpl |
ViewObjectImpl.createInstanceFromResultSet(QueryCollection qc, java.sql.ResultSet resultSet)
Creates a view row instance from the query result.
|
static ViewRowImpl |
PMRowUtil.createInstanceFromResultSet(ViewObjectImpl vo, QueryCollection qc, java.sql.ResultSet resultSet) |
protected ViewRowImpl |
ViewObjectImpl.createInstanceWithEntities(int[] eoIndices, EntityImpl[] entities, ViewRowSetImpl viewRowSet, AttributeList attrValList) |
protected ViewRowImpl |
ViewObjectImpl.createNewRowForCollection(java.lang.Object qc) |
protected ViewRowImpl |
ViewObjectImpl.createRowFromResultSet(java.lang.Object iqc, java.sql.ResultSet resultSet) |
protected ViewRowImpl |
ViewObjectOnRowSets.createRowFromResultSet(java.lang.Object qc, java.sql.ResultSet resultSet) |
protected ViewRowImpl |
DSViewObjectImpl.createRowFromResultSet(java.lang.Object qc, java.sql.ResultSet resultSet) |
protected ViewRowImpl |
ViewObjectOnRowSets.getNextMatchingRow(java.lang.Object qc) |
protected ViewRowImpl |
ViewObjectOnRowSets.getNextRow(java.lang.Object qc) |
protected ViewRowImpl |
ViewRowAttrHintsImpl.getViewRow() |
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) |
Modifier and Type | Method and Description |
---|---|
protected void |
ViewObjectImpl.activateState(ViewRowImpl currentRow, Element parent)
Deprecated.
since 9.0.3.3 use activateState(ViewRowSetImpl vrs...)
|
protected void |
ViewObjectImpl.activateState(ViewRowSetImpl vrs, ViewRowImpl currentRow, Element parent)
Deprecated.
since 9.0.3.3 use activateState(ViewRowSetImpl vrs...)
|
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 static ViewRowImpl |
PMRowUtil.adjustAfterUpdateDiscriminator(ViewRowImpl vr) |
protected void |
ViewRowImpl.copyFrom(ViewRowImpl other)
For subclasses to implement copy of transient members in the subclass This method is invoked when a new row is created with attributes copied from the other row for move into a new collection in makeRowCopy.
|
protected EntityImpl |
ViewObjectImpl.findAssociatedEntity(QueryCollection qc, ViewRowImpl viewRow, EntityImpl[] entities, int srcEntityIndex, AssociationReference assocRef, java.lang.Object[] values)
When a query collection of a join VO needs to find a detail entity row related to the master entity row, related through an association, this method is invoked.
|
java.util.HashMap<java.lang.String,java.util.HashMap> |
ViewDefImpl.getCtrlHints(java.util.List<java.lang.String> attrNames, java.lang.String localeName, ViewRowImpl viewRow) |
java.lang.Object[] |
QueryCollection.getFilterParamValues(ViewRowImpl viewRow, java.lang.Object[] newVals, int[] newValIndices) |
static Key |
EffectiveDateHelper.getSurrogateKeyForDateEffectiveRow(ViewRowImpl viewrow)
Deprecated.
|
ViewRowImpl |
ViewRowSetImpl.makeRowCopy(ViewRowImpl vr) |
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.passivateState(ViewRowSetImpl vrs, ViewRowImpl currentRow, Document doc, Element parent)
Override this to store custom data as XML-nodes for the given ViewRowSetImpl.
|
protected void |
ViewObjectImpl.passivateTransients(ViewRowImpl currentRow, AttributeDefImpl[] attrs, Document doc, Element parent)
Deprecated.
since 9.0.3.3 use passivateTransients(ViewRowSetImpl vrs...)
|
protected void |
ViewObjectImpl.passivateTransients(ViewRowSetImpl vrs, 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 the given ViewRowSet into the given parent xml node.
|
protected void |
ViewObjectImpl.populateAttributeForRow(ViewRowImpl row, int index, java.lang.Object value) |
protected void |
QueryCollection.removeReference(ViewRowImpl row, EntityImpl entity)
Remove entity references, i.e, set references to null
|
protected boolean |
ViewObjectImpl.rowQualifies(ViewRowImpl vr)
Evaluates whether the view row qualifies the view object's row match and in-memory filter view criteria.
|
protected void |
QueryCollection.updateReference(ViewRowImpl row, EntityImpl entity, int entityIndex)
Set reference entity based on foreign keys
|
Constructor and Description |
---|
RetainAccessorDomain(ViewRowImpl row) |
ViewRowAttrHintsImpl(AttributeDefImpl attr, ViewRowImpl viewRow) |
Modifier and Type | Method and Description |
---|---|
protected ViewRowImpl |
FinderViewImpl.createRowFromResultSet(java.lang.Object qc, java.sql.ResultSet resultSet)
Overrides the base implementation of
createRowFromResultSet(Object, java.sql.ResultSet) . |
Modifier and Type | Method and Description |
---|---|
AttributeList |
ServiceImpl.getParentAttributeList(ViewObject viewObject, ViewRowImpl row, java.lang.String attributeName) |
Modifier and Type | Class and Description |
---|---|
class |
RowIdViewObjRowImpl
File generated by Oracle ADF Business Components Design Time for view row.
|