Business Components

Uses of Class
oracle.jbo.common.ClientDocument

Packages that use ClientDocument
oracle.jbo Contains interfaces for client-side applications. 
oracle.jbo.server Contains the implementation of middle tier components. 
 

Uses of ClientDocument in oracle.jbo
 

Methods in oracle.jbo that return ClientDocument
 ClientDocument ApplicationModule.getStyles(java.lang.String name)
          Gets the Application Module's style definitions from the middle tier.
 

Methods in oracle.jbo with parameters of type ClientDocument
 void ApplicationModule.setStyles(java.lang.String name, ClientDocument clientDocument)
          Saves the Application Module's style definitions to the middle tier.
 

Uses of ClientDocument in oracle.jbo.server
 

Methods in oracle.jbo.server that return ClientDocument
 ClientDocument ApplicationModuleImpl.getStyles(java.lang.String name)
          Gets the Application Module's style definitions from the middle tier.
 

Methods in oracle.jbo.server with parameters of type ClientDocument
 void ApplicationModuleImpl.setStyles(java.lang.String name, ClientDocument clientDocument)
          Saves the Application Module's style definitions to the middle tier.
 


Business Components