Business Components

Uses of Class
oracle.jbo.server.ApplicationModuleDefImpl

Packages that use.*
PackageDescription
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
TypeName
protected  ApplicationModuleDefImpl ApplicationModuleImpl.getApplicationModuleDef()
          Returns the Def (definition) associated with this Application Module.
static ApplicationModuleDefImpl ApplicationModuleDefImpl.findDefObjectNoSub(java.lang.String name)
          Finds the named Application Module definition.
static ApplicationModuleDefImpl ApplicationModuleDefImpl.findDefObject(java.lang.String name)
          Finds an ApplicationModuleDefImpl instance, by name, from the statically maintained list of metaobjects.
protected static ApplicationModuleDefImpl ApplicationModuleDefImpl.loadFromXML(oracle.jbo.mom.xml.DefElementImpl xmlElement)
          Internal: Applications should not use this method.
protected static ApplicationModuleDefImpl ApplicationModuleDefImpl.loadFromXML(oracle.jbo.mom.xml.DefElementImpl xmlElement, ApplicationModuleDefImpl aInfo)
          Internal: Applications should not use this method.
 

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


Business Components