interMedia BC4J Integration

oracle.ord.im
Class OrdDomainUtil

java.lang.Object
  |
  +--oracle.ord.im.OrdDomainUtil

public class OrdDomainUtil
extends java.lang.Object

Provides some utility methods for internal use.

Since:
JDev5.0

Method Summary
TypeMethod
static boolean isOrdDomainType(oracle.jbo.AttributeDef attrDef)
          Internal: Applications should not use this method.
static boolean isOrdDomainType(java.lang.String attrType)
          Internal: Applications should not use this method.
static void loadAndSetProperties(OrdDomainIOInterface domain)
          Internal: Applications should not use this method.
static java.lang.Object newInstance(oracle.jbo.AttributeDef attrDef)
          Internal: Applications should not use this method.
static java.lang.String printXMLDefinition(java.util.Hashtable allDefs, java.io.PrintWriter pw, boolean bContainees, java.lang.String xmlTag)
          Internal: Applications should not use this method.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

loadAndSetProperties

public static void loadAndSetProperties(OrdDomainIOInterface domain)
                                 throws java.sql.SQLException,
                                        java.io.IOException
Internal: Applications should not use this method.

printXMLDefinition

public static java.lang.String printXMLDefinition(java.util.Hashtable allDefs,
                                                  java.io.PrintWriter pw,
                                                  boolean bContainees,
                                                  java.lang.String xmlTag)
Internal: Applications should not use this method.

isOrdDomainType

public static boolean isOrdDomainType(oracle.jbo.AttributeDef attrDef)
Internal: Applications should not use this method.

isOrdDomainType

public static boolean isOrdDomainType(java.lang.String attrType)
Internal: Applications should not use this method.

newInstance

public static java.lang.Object newInstance(oracle.jbo.AttributeDef attrDef)
                                    throws java.lang.IllegalAccessException,
                                           java.lang.InstantiationException
Internal: Applications should not use this method.

interMedia BC4J Integration