Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.2.0)

E17483-03


oracle.jbo.server
Class ServerViewObjectSubclassDef

java.lang.Object
  extended by oracle.jbo.common.ViewObjectSubclassDef
      extended by oracle.jbo.server.ServerViewObjectSubclassDef

All Implemented Interfaces:
RowMatchBindValueSupplier, StructureDef

public class ServerViewObjectSubclassDef
extends ViewObjectSubclassDef
implements RowMatchBindValueSupplier

Method Summary
 ViewAccessorDef findViewAccessorDef(java.lang.String name)
           
 AttributeDefImpl[] getAttributeDefsWithTransExpr()
           
 int getCalculatedAttributeCount()
           
 java.util.ArrayList getListBindingDefs()
           
 java.lang.Object getRowMatchBindValue(Row row, java.lang.String varName)
           
 ListBindingDef lookupListBindingDef(java.lang.String lbName)
           
 void setupForLov(ViewObjectImpl vo)
           

 

Methods inherited from class oracle.jbo.common.ViewObjectSubclassDef
findAttributeDef, getAttributeCount, getAttributeDef, getAttributeDefs, getAttributeIndexOf, getBaseViewObject, getColumnNameForQuery, getDefFullName, getDefName, getDynamicAttributeCount, getFullName, getName, getSubTypeViewDef, lookupAttributeDef

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Method Detail

getCalculatedAttributeCount

public int getCalculatedAttributeCount()

getAttributeDefsWithTransExpr

public AttributeDefImpl[] getAttributeDefsWithTransExpr()

lookupListBindingDef

public ListBindingDef lookupListBindingDef(java.lang.String lbName)
Overrides:
lookupListBindingDef in class ViewObjectSubclassDef

getRowMatchBindValue

public java.lang.Object getRowMatchBindValue(Row row,
                                             java.lang.String varName)
Specified by:
getRowMatchBindValue in interface RowMatchBindValueSupplier

findViewAccessorDef

public ViewAccessorDef findViewAccessorDef(java.lang.String name)

getListBindingDefs

public java.util.ArrayList getListBindingDefs()

setupForLov

public void setupForLov(ViewObjectImpl vo)

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.2.0)

E17483-03


Copyright © 1997, 2012, Oracle. All rights reserved.