Uses of Class
org.ow2.kerneos.common.config.generated.Module

Packages that use Module
org.ow2.kerneos.common.config   
org.ow2.kerneos.common.config.generated   
org.ow2.kerneos.common.service   
 

Uses of Module in org.ow2.kerneos.common.config
 

Methods in org.ow2.kerneos.common.config that return Module
 Module ServiceBase.getModule()
           
 Module ModuleEvent.getModule()
          Get the instance of module associated with the event.
 

Methods in org.ow2.kerneos.common.config with parameters of type Module
 void ModuleEvent.setModule(Module module)
          Set the instance of module associated with the event.
 

Constructors in org.ow2.kerneos.common.config with parameters of type Module
ModuleEvent(Module module, String eventType)
          Create a module event.
 

Uses of Module in org.ow2.kerneos.common.config.generated
 

Subclasses of Module in org.ow2.kerneos.common.config.generated
 class Folder
          Java class for anonymous complex type.
 class IframeModule
          Java class for anonymous complex type.
 class Link
          Java class for anonymous complex type.
 class ModuleWithWindow
          Java class for module-with-window complex type.
 class SwfModule
          Java class for anonymous complex type.
 

Fields in org.ow2.kerneos.common.config.generated with type parameters of type Module
protected  List<Module> Folder.modules
           
 

Methods in org.ow2.kerneos.common.config.generated that return Module
 Module ObjectFactory.createModule()
          Create an instance of Module
 

Methods in org.ow2.kerneos.common.config.generated that return types with arguments of type Module
 JAXBElement<Module> ObjectFactory.createModule(Module value)
          Create an instance of JAXBElement<Module>}
 List<Module> Folder.getModules()
           
 

Methods in org.ow2.kerneos.common.config.generated with parameters of type Module
 JAXBElement<Module> ObjectFactory.createModule(Module value)
          Create an instance of JAXBElement<Module>}
 

Method parameters in org.ow2.kerneos.common.config.generated with type arguments of type Module
 void Folder.setModules(List<Module> modules)
           
 

Uses of Module in org.ow2.kerneos.common.service
 

Methods in org.ow2.kerneos.common.service that return Module
 Module KerneosModule.getConfiguration()
           
 



Copyright © 2013 OW2 Consortium. All Rights Reserved.