Nuxeo Enterprise Platform 5.4

Uses of Interface
org.nuxeo.opensocial.gadgets.service.api.GadgetDeclaration

Packages that use GadgetDeclaration
org.nuxeo.opensocial.dashboard.theme   
org.nuxeo.opensocial.gadgets.service   
org.nuxeo.opensocial.gadgets.service.api   
org.nuxeo.opensocial.webengine.gadgets   
 

Uses of GadgetDeclaration in org.nuxeo.opensocial.dashboard.theme
 

Methods in org.nuxeo.opensocial.dashboard.theme that return types with arguments of type GadgetDeclaration
 java.util.List<GadgetDeclaration> GadgetManagerModel.getGadgets()
           
 

Constructor parameters in org.nuxeo.opensocial.dashboard.theme with type arguments of type GadgetDeclaration
GadgetManagerModel(java.util.List<java.lang.String> categories, java.util.List<GadgetDeclaration> gadgets)
           
 

Uses of GadgetDeclaration in org.nuxeo.opensocial.gadgets.service
 

Classes in org.nuxeo.opensocial.gadgets.service that implement GadgetDeclaration
 class ExternalGadgetDescriptor
           
 class InternalGadgetDescriptor
           
 

Methods in org.nuxeo.opensocial.gadgets.service that return GadgetDeclaration
 GadgetDeclaration GadgetServiceImpl.getGadget(java.lang.String name)
           
 

Methods in org.nuxeo.opensocial.gadgets.service that return types with arguments of type GadgetDeclaration
 java.util.List<GadgetDeclaration> GadgetServiceImpl.getGadgetList()
           
 java.util.List<GadgetDeclaration> GadgetServiceImpl.getGadgetList(java.lang.String category)
           
 

Methods in org.nuxeo.opensocial.gadgets.service with parameters of type GadgetDeclaration
 void GadgetServiceImpl.registerNewGadget(GadgetDeclaration gadget)
           
 

Uses of GadgetDeclaration in org.nuxeo.opensocial.gadgets.service.api
 

Methods in org.nuxeo.opensocial.gadgets.service.api that return GadgetDeclaration
 GadgetDeclaration GadgetService.getGadget(java.lang.String gadgetSymbolicName)
          Return a gadget declaration
 

Methods in org.nuxeo.opensocial.gadgets.service.api that return types with arguments of type GadgetDeclaration
 java.util.List<GadgetDeclaration> GadgetService.getGadgetList()
          Returns the list of all registered gadgets declarations
 java.util.List<GadgetDeclaration> GadgetService.getGadgetList(java.lang.String category)
          Returns the list of the registered gadgets for a given category
 

Uses of GadgetDeclaration in org.nuxeo.opensocial.webengine.gadgets
 

Constructors in org.nuxeo.opensocial.webengine.gadgets with parameters of type GadgetDeclaration
GadgetResource(GadgetDeclaration gadget)
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.