Uses of Class
org.exoplatform.application.gadget.Gadget

Packages that use Gadget
org.exoplatform.application.gadget   
org.exoplatform.application.gadget.jcr   
 

Uses of Gadget in org.exoplatform.application.gadget
 

Methods in org.exoplatform.application.gadget that return Gadget
 Gadget GadgetRegistryService.getGadget(java.lang.String name)
          Gets the gadget from database by name.
 

Methods in org.exoplatform.application.gadget that return types with arguments of type Gadget
 java.util.List<Gadget> GadgetRegistryService.getAllGadgets()
          Gets all of available gadgets from the database.
 java.util.List<Gadget> GadgetRegistryService.getAllGadgets(java.util.Comparator<Gadget> sortComparator)
          Gets all of available gadgets from the database.
The list of gadgets are sorted.
 

Methods in org.exoplatform.application.gadget with parameters of type Gadget
 void GadgetRegistryService.saveGadget(Gadget gadget)
          Adds the gadget to the database.
 

Method parameters in org.exoplatform.application.gadget with type arguments of type Gadget
 java.util.List<Gadget> GadgetRegistryService.getAllGadgets(java.util.Comparator<Gadget> sortComparator)
          Gets all of available gadgets from the database.
The list of gadgets are sorted.
 

Uses of Gadget in org.exoplatform.application.gadget.jcr
 

Methods in org.exoplatform.application.gadget.jcr that return Gadget
 Gadget GadgetRegistryServiceImpl.getGadget(java.lang.String name)
           
 Gadget DataMapper.toApplciation(org.w3c.dom.Document doc)
           
 

Methods in org.exoplatform.application.gadget.jcr that return types with arguments of type Gadget
 java.util.List<Gadget> GadgetRegistryServiceImpl.getAllGadgets()
           
 java.util.List<Gadget> GadgetRegistryServiceImpl.getAllGadgets(java.util.Comparator<Gadget> sortComparator)
           
 

Methods in org.exoplatform.application.gadget.jcr with parameters of type Gadget
 void DataMapper.map(org.w3c.dom.Document doc, Gadget app)
           
 void GadgetRegistryServiceImpl.saveGadget(Gadget gadget)
           
 

Method parameters in org.exoplatform.application.gadget.jcr with type arguments of type Gadget
 java.util.List<Gadget> GadgetRegistryServiceImpl.getAllGadgets(java.util.Comparator<Gadget> sortComparator)
           
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.