Business Components

Uses of Class
oracle.jbo.server.ApplicationModuleDefImpl

Packages that use ApplicationModuleDefImpl
oracle.jbo.server Contains the implementation of middle tier components. 
 

Uses of ApplicationModuleDefImpl in oracle.jbo.server
 

Methods in oracle.jbo.server that return ApplicationModuleDefImpl
protected  ApplicationModuleDefImpl ApplicationModuleImpl.getApplicationModuleDef()
          Returns the Def (definition) associated with this Application Module.
static ApplicationModuleDefImpl ApplicationModuleDefImpl.findDefObjectNoSub(java.lang.String name)
          Internal: Applications should not use this method.
static ApplicationModuleDefImpl ApplicationModuleDefImpl.findDefObject(java.lang.String name)
          Internal: Applications should not use this method.
protected static ApplicationModuleDefImpl ApplicationModuleDefImpl.loadFromXML(oracle.jbo.server.xml.JboElementImpl xmlElement)
          Internal: Applications should not use this method.
protected static ApplicationModuleDefImpl ApplicationModuleDefImpl.loadFromXML(oracle.jbo.server.xml.JboElementImpl xmlElement, ApplicationModuleDefImpl aInfo)
          Internal: Applications should not use this method.
 

Methods in oracle.jbo.server with parameters of type ApplicationModuleDefImpl
protected static ApplicationModuleDefImpl ApplicationModuleDefImpl.loadFromXML(oracle.jbo.server.xml.JboElementImpl xmlElement, ApplicationModuleDefImpl aInfo)
          Internal: Applications should not use this method.
 


Business Components