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

E17483-02

oracle.jbo.service.helper
Class PDefSDOViewBuilderSrcImpl

java.lang.Object
  extended by oracle.jbo.service.helper.SDOViewBuilderSrcImpl
      extended by oracle.jbo.service.helper.PDefSDOViewBuilderSrcImpl
All Implemented Interfaces:
SDOBuilderSrc

public class PDefSDOViewBuilderSrcImpl
extends SDOViewBuilderSrcImpl

Since:
11.1.1.4.0

Nested Class Summary
 
Nested classes/interfaces inherited from interface oracle.jbo.service.helper.SDOBuilderSrc
SDOBuilderSrc.MimeTypeProperty
 
Field Summary
 
Fields inherited from class oracle.jbo.service.helper.SDOViewBuilderSrcImpl
mHelperContext, mView, mViewLink
 
Constructor Summary
PDefSDOViewBuilderSrcImpl(ViewDefImpl view, commonj.sdo.helper.HelperContext helperContext)
           
PDefSDOViewBuilderSrcImpl(ViewLinkDefImpl viewLink, commonj.sdo.helper.HelperContext helperContext)
           
 
Method Summary
 java.util.Map<commonj.sdo.Type,java.net.URL> getBaseTypes()
          Gets the list of base types (and their schema locations) for this source.
 java.lang.String getJavaTypeName()
          Gets the sdoJava:instanceClass annotation for this source.
 java.util.List<SDOBuilderSrc> getProperties()
          Gets the list of child properties contained in this source.
 java.net.URL getSchemaLocation()
          Gets the schema location for this source, e.g.
protected  commonj.sdo.Type getSDOType(ViewDefImpl viewDef)
           
 
Methods inherited from class oracle.jbo.service.helper.SDOViewBuilderSrcImpl
getDefault, getKeyPropertyNames, getMimeTypeProperty, getSDOType, getXMLDataTypeProperty, getXMLName, getXMLNamespace, getXMLTypeName, isMany, isNullable, isSimpleType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PDefSDOViewBuilderSrcImpl

public PDefSDOViewBuilderSrcImpl(ViewDefImpl view,
                                 commonj.sdo.helper.HelperContext helperContext)

PDefSDOViewBuilderSrcImpl

public PDefSDOViewBuilderSrcImpl(ViewLinkDefImpl viewLink,
                                 commonj.sdo.helper.HelperContext helperContext)
Method Detail

getBaseTypes

public java.util.Map<commonj.sdo.Type,java.net.URL> getBaseTypes()
Description copied from interface: SDOBuilderSrc
Gets the list of base types (and their schema locations) for this source. Return an empty map if there are no base types.

Returns:
the list of base types for this source.

getJavaTypeName

public java.lang.String getJavaTypeName()
Description copied from interface: SDOBuilderSrc
Gets the sdoJava:instanceClass annotation for this source.

Specified by:
getJavaTypeName in interface SDOBuilderSrc
Overrides:
getJavaTypeName in class SDOViewBuilderSrcImpl
Returns:
the full class name used to implement the SDO Type.

getProperties

public java.util.List<SDOBuilderSrc> getProperties()
Description copied from interface: SDOBuilderSrc
Gets the list of child properties contained in this source. Return an empty list if there are no children.

Returns:
the list of properties for this source.

getSchemaLocation

public java.net.URL getSchemaLocation()
Description copied from interface: SDOBuilderSrc
Gets the schema location for this source, e.g. file:/META-INF/wsdl/model/User.xsd. This URL is used for schema location resolution.

Returns:
the schema location for this source.

getSDOType

protected commonj.sdo.Type getSDOType(ViewDefImpl viewDef)
Overrides:
getSDOType in class SDOViewBuilderSrcImpl

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

E17483-02

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