Package | Description |
---|---|
oracle.adf.model.bean | |
oracle.adf.model.placeholder | |
oracle.jbo.common.policy | |
oracle.jbo.common.sdo | |
oracle.jbo.datasource | |
oracle.jbo.datasource.svc | |
oracle.jbo.server |
Contains the implementation of middle tier components.
|
oracle.jbo.server.ejb.facade | |
oracle.jbo.server.lov | |
oracle.jbo.server.remote |
Contains the platform independent server side abstract implementation for handling 3 tier communications.
|
oracle.jbo.server.uniqueid |
Modifier and Type | Class and Description |
---|---|
class |
DCCriteriaBaseVOImpl
Deprecated.
|
class |
DCCriteriaItemVOImpl
Deprecated.
|
class |
DCCriteriaOperatorVOImpl
Deprecated.
|
class |
DCCriteriaRowVOImpl
Deprecated.
|
class |
DCCriteriaValueVOImpl
Deprecated.
|
class |
DCCriteriaVOImpl
Deprecated.
|
class |
DCDataVO |
Modifier and Type | Method and Description |
---|---|
protected ViewObjectImpl |
DCDataVO.createFinderVO(java.lang.String suffix) |
protected ViewObjectImpl |
DCDataVO.createViewLinkAccessorVO(AssociationDefImpl assocDef, java.lang.String voName, ViewDefImpl vDef, ViewLinkDefImpl vlDef) |
Modifier and Type | Method and Description |
---|---|
void |
DCDataViewDef.setupForLov(ViewObjectImpl vo)
Internal use only.
|
Modifier and Type | Class and Description |
---|---|
class |
PlaceholderVOImpl |
Modifier and Type | Method and Description |
---|---|
static void |
PolicyUtil.applyContextPersonalization(ViewObjectImpl voInst) |
protected static void |
PolicyUtil.applyVCViaPDef(ViewObjectImpl voInst, java.lang.String operation, ViewCriteria vc, boolean applyVC, boolean addAttr) |
Modifier and Type | Method and Description |
---|---|
AttributeList |
SDOValueStoreHelper.getAttributeList(ViewObjectImpl viewobject, commonj.sdo.DataObject source) |
AttributeList |
SDOValueStoreHelper.getAttributeList(ViewObjectImpl viewobject, commonj.sdo.DataObject source, java.util.Collection<java.lang.String> attrNames) |
AttributeList |
SDOValueStoreHelper.getDiscriAttributeList(ViewObjectImpl viewobject, commonj.sdo.DataObject source) |
AttributeList |
SDOValueStoreHelper.getInitAttributeList(ViewObjectImpl viewobject, commonj.sdo.DataObject source) |
AttributeList |
SDOValueStoreHelper.getInitAttributeList(ViewObjectImpl viewobject, commonj.sdo.DataObject source, boolean includePKs) |
AttributeList |
SDOValueStoreHelper.getPrimaryAndDiscriAttributeList(ViewObjectImpl viewobject, commonj.sdo.DataObject source) |
java.lang.String[] |
SDOValueStoreHelper.getSelectedAttributes(commonj.sdo.Type sdotype, FindCriteria findCriteria, ViewObjectImpl viewObject)
Return selected attribute list for viewobject whose query mode is "declarative".
|
ViewDefImpl |
SDOValueStoreHelper.getTargetViewDef(ViewObjectImpl baseViewObject, commonj.sdo.DataObject source) |
boolean |
SDOValueStoreHelper.isSDOGeneric(ViewObjectImpl viewobject) |
Modifier and Type | Method and Description |
---|---|
void |
SampleVODataSourceImpl.setViewInfo(ViewDefImpl viewDef, ViewObjectImpl vo) |
void |
ViewDataSource.setViewInfo(ViewDefImpl viewDef, ViewObjectImpl vo) |
void |
WSVODataSourceImpl.setViewInfo(ViewDefImpl vd, ViewObjectImpl vo) |
Modifier and Type | Method and Description |
---|---|
void |
SIVODataSourceImpl.setViewInfo(ViewDefImpl viewDef, ViewObjectImpl vo) |
Modifier and Type | Class and Description |
---|---|
class |
DSViewObjectImpl |
class |
ViewObjectOnRowSets |
Modifier and Type | Field and Description |
---|---|
protected ViewObjectImpl |
ViewLinkImpl.destination |
protected ViewObjectImpl |
ViewRowSetImpl.mQRef |
protected ViewObjectImpl |
ViewAttributeDefImpl.mVO |
protected ViewObjectImpl |
ViewLinkImpl.source |
Modifier and Type | Method and Description |
---|---|
protected ViewObjectImpl |
AssociationDefImpl.createAssociationAccessorVO(ApplicationModuleImpl am, java.lang.String voName, EntityAssociation eoAssoc) |
protected ViewObjectImpl |
EntityImpl.createAssociationAccessorVO(AssociationDefImpl assocDef, java.lang.String voName, EntityAssociation eoAssoc) |
protected ViewObjectImpl |
EntityImpl.createEntityViewLinkAccessorVO(AssociationDefImpl assocDef, java.lang.String voName, ViewDefImpl vDef, ViewLinkDefImpl vlDef) |
protected ViewObjectImpl |
ViewObjectImpl.createFinderVO(java.lang.String suffix) |
protected ViewObjectImpl |
AssociationDefImpl.createViewLinkAccessorVO(ApplicationModuleImpl am, java.lang.String voName, ViewDefImpl vDef, ViewLinkDefImpl vlDef) |
protected ViewObjectImpl |
ViewObjectImpl.createViewLinkAccessorVO(AssociationDefImpl assocDef, java.lang.String voName, ViewDefImpl vDef, ViewLinkDefImpl vlDef) |
protected ViewObjectImpl |
JboEOExistsValidator.createViewObject(ApplicationModule am, java.lang.String targetVOName) |
protected ViewObjectImpl |
JboExistsValidator.createViewObject(ApplicationModule am, java.lang.String targetVOName) |
protected ViewObjectImpl |
EntityImpl.findAssociationAccessorVO(AssociationDefImpl assocDef, java.lang.String voName, EntityAssociation eoAssoc) |
protected ViewObjectImpl |
EntityImpl.findEntityViewLinkAccessorVO(AssociationDefImpl assocDef, java.lang.String voName, ViewDefImpl vDef, ViewLinkDefImpl vlDef) |
protected ViewObjectImpl |
JboExistsValidator.findOrCreateViewObject(java.lang.Object source, java.lang.String targetVOName) |
protected ViewObjectImpl |
ViewObjectImpl.findViewLinkAccessorVO(AssociationDefImpl assocDef, java.lang.String voName, ViewDefImpl vDef, ViewLinkDefImpl vlDef) |
ViewObjectImpl |
RowFilter.getViewObjectImpl()
Retrieves the view object association with the row filter.
|
ViewObjectImpl |
RowFilterKey.getViewObjectImpl() |
Modifier and Type | Method and Description |
---|---|
void |
ViewAccessorDef.applyViewAccessorVCs(ViewObjectImpl vo) |
void |
SQLBuilder.bindRangePagingParams(java.sql.PreparedStatement stmt, ViewObjectImpl vo, int nextParamIndex, int rangeStart, int rangeSize) |
void |
OracleSQLBuilderImpl.bindRangePagingParams(java.sql.PreparedStatement stmt, ViewObjectImpl vo, int nextParamIndex, int rangeStart, int rangeSize) |
void |
BaseSQLBuilderImpl.bindRangePagingParams(java.sql.PreparedStatement stmt, ViewObjectImpl vo, int nextParamIndex, int rangeStart, int rangeSize) |
java.lang.String |
SQLBuilder.buildRangePagingQuery(ViewObjectImpl vo, java.lang.String qry, int noUserParams) |
java.lang.String |
OracleSQLBuilderImpl.buildRangePagingQuery(ViewObjectImpl vo, java.lang.String qry, int noUserParams) |
java.lang.String |
BaseSQLBuilderImpl.buildRangePagingQuery(ViewObjectImpl vo, java.lang.String qry, int noUserParams) |
protected EntityRowSetImpl |
EntityImpl.createAssociationAccessorRS(AssociationDefImpl assocDef, ViewObjectImpl accessorVO, Row masterRow, java.lang.Object[] values) |
protected EntityRowSetImpl |
AssociationDefImpl.createAssociationAccessorRS(ViewObjectImpl vo, Row masterRow, java.lang.Object[] values) |
NodeIterator |
XmlDocumentReader.createDeletedRowNodeIterator(ViewObjectImpl vo, Node n) |
NodeIterator |
DotNetXmlDocumentReader.createDeletedRowNodeIterator(ViewObjectImpl vo, Node n) |
protected ViewCriteria |
JboExistsValidator.createEffDateViewObjectVC(ViewObjectImpl vo, java.lang.Object[] srcValues, java.util.ArrayList bindVars, java.util.ArrayList bindVals) |
protected ViewRowSetImpl |
EntityImpl.createEntityViewLinkAccessorRS(AssociationDefImpl assocDef, ViewObjectImpl accessorVO, Row masterRow, java.lang.Object[] values) |
static ViewRowImpl |
PMRowUtil.createInstanceFromResultSet(ViewObjectImpl vo, QueryCollection qc, java.sql.ResultSet resultSet) |
NodeIterator |
XmlDocumentReader.createRowNodeIterator(ViewObjectImpl vo, Node n) |
NodeIterator |
DotNetXmlDocumentReader.createRowNodeIterator(ViewObjectImpl vo, Node n) |
TreeWalker |
XmlDocumentReader.createRowNodeWalker(ViewObjectImpl vo, Node rootNode) |
TreeWalker |
DotNetXmlDocumentReader.createRowNodeWalker(ViewObjectImpl vo, Node rootNode) |
protected ViewRowSetImpl |
ViewObjectImpl.createViewLinkAccessorRS(AssociationDefImpl assocDef, ViewObjectImpl accessorVO, Row masterRow, java.lang.Object[] values) |
protected ViewRowSetImpl |
AssociationDefImpl.createViewLinkAccessorRS(ViewObjectImpl vo, Row masterRow, java.lang.Object[] values) |
protected ViewRowSetImpl |
ViewObjectImpl.createViewLinkScanBaseRS(AssociationDefImpl assocDef, ViewObjectImpl accessorVO, Row masterRow) |
protected Node |
DotNetXmlDocumentWriter.createViewObjectNode(ViewObjectImpl vo) |
protected Node |
XmlDataDocumentWriter.createViewObjectNode(ViewObjectImpl vo) |
protected boolean |
JboExistsValidator.findDateEffectiveRow(ViewObjectImpl vo, java.lang.Object[] valueArr, RowImpl srcRow) |
protected void |
JboExistsValidator.findTargetViewKey(ViewObjectImpl vo) |
static ViewAccessorDef |
ViewAccessorDef.lookupViewAccessorDef(java.lang.String vaDesc, ViewObjectImpl vo) |
static void |
ServiceRuntimeUtil.resetQC(ViewObjectImpl vo)
helper method to reset QC after all rows fetched.
|
void |
ViewDefImpl.setupForLov(ViewObjectImpl vo)
Deprecated.
|
void |
ServerViewObjectSubclassDef.setupForLov(ViewObjectImpl vo) |
Constructor and Description |
---|
EffectiveDateFilterRange(ViewObjectImpl vo) |
EffectiveDateFilterRange(ViewObjectImpl vo, java.lang.Object[] values) |
EffectiveDateFilterRange(ViewObjectImpl vo, java.lang.Object[] values, int bindingStyle) |
EffectiveDateFilterRangeQC(ViewObjectImpl vo, QueryCollection qc, java.lang.Object[] values, int bindingStyle) |
EntityRowSetImpl(ViewObjectImpl vo, java.lang.String name, AssociationDefImpl assocDesc, java.lang.Object[] paramValues)
Constructs a EntityRowSetImpl for a ViewRowSetImpl.
|
RowFilterKey(ViewObjectImpl vo) |
RowFilterKey(ViewObjectImpl vo, java.lang.Object[] values) |
RowFilterKey(ViewObjectImpl vo, java.lang.Object[] values, int bindingStyle) |
RowFilterKeyForwardOnly(ViewObjectImpl vo) |
RowFilterKeyForwardOnly(ViewObjectImpl vo, java.lang.Object[] values) |
RowFilterQC(ViewObjectImpl vo, QueryCollection qc, java.lang.Object[] values, int bindingStyle) |
RowQualifier(ViewObjectImpl vo) |
ViewRowSetImpl(ViewObjectImpl vo, java.lang.String name, ViewRowSetIteratorImpl masterRSI)
Constructs a new secondary (non-default) view row set.
|
Modifier and Type | Class and Description |
---|---|
class |
CmrAccessorViewImpl |
class |
FinderViewImpl
Abstract base class for Finder-Based View Object.
|
Modifier and Type | Method and Description |
---|---|
protected ViewObjectImpl |
CmrAccessorDefImpl.createAssociationAccessorVO(ApplicationModuleImpl am, java.lang.String voName, EntityAssociation eoAssoc) |
protected ViewObjectImpl |
CmrAccessorDefImpl.createViewLinkAccessorVO(ApplicationModuleImpl am, java.lang.String voName, ViewDefImpl vDef, ViewLinkDefImpl vlDef) |
protected ViewObjectImpl |
FinderViewImpl.createViewLinkAccessorVO(AssociationDefImpl assocDef, java.lang.String voName, ViewDefImpl vDef, ViewLinkDefImpl vlDef) |
Modifier and Type | Method and Description |
---|---|
protected EntityRowSetImpl |
CmrAccessorDefImpl.createAssociationAccessorRS(ViewObjectImpl vo, Row masterRow, java.lang.Object[] values) |
protected ViewRowSetImpl |
FinderViewImpl.createViewLinkAccessorRS(AssociationDefImpl assocDef, ViewObjectImpl accessorVO, Row masterRow, java.lang.Object[] values) |
protected ViewRowSetImpl |
CmrAccessorDefImpl.createViewLinkAccessorRS(ViewObjectImpl vo, Row masterRow, java.lang.Object[] values) |
Constructor and Description |
---|
CmrAccessorEntRowSet(ViewObjectImpl vo, java.lang.String name, AssociationDefImpl assocDesc, java.lang.Object[] paramValues, Row masterRow) |
CmrAccessorViewRowSet(ViewObjectImpl vo, Row masterRow, boolean isDefaultRS) |
Modifier and Type | Method and Description |
---|---|
ViewObjectImpl |
LOVAppModuleImpl.getFndLookupNameVO()
Container's getter for FndLookupNameVO.
|
ViewObjectImpl |
LOVAppModuleImpl.getFndLookupValeVO()
Container's getter for FndLookupValeVO.
|
ViewObjectImpl |
LOVAppModuleImpl.getFndNameLookupVO()
Container's getter for FndNameLookupVO
|
ViewObjectImpl |
LOVAppModuleImpl.getFndValueLookupVO()
Container's getter for FndValueLookupVO
|
Modifier and Type | Method and Description |
---|---|
protected ResponseValues |
ObjectMarshallerImpl.marshalViewObject(ViewObjectImpl vo) |
Modifier and Type | Method and Description |
---|---|
ViewObjectImpl |
RowIdAMImpl.getRowIdViewObj()
Container's getter for RowIdViewObj
|