Uses of Class
fr.cnes.sitools.plugins.guiservices.implement.model.GuiServicePluginModel

Packages that use GuiServicePluginModel
fr.cnes.sitools.dataset.services   
fr.cnes.sitools.plugins.guiservices.implement   
 

Uses of GuiServicePluginModel in fr.cnes.sitools.dataset.services
 

Methods in fr.cnes.sitools.dataset.services that return GuiServicePluginModel
 GuiServicePluginModel AbstractGuiServiceResource.getObjectGuiServicePluginModel(org.restlet.representation.Representation representation)
          Get the object from representation
 

Uses of GuiServicePluginModel in fr.cnes.sitools.plugins.guiservices.implement
 

Methods in fr.cnes.sitools.plugins.guiservices.implement that return GuiServicePluginModel
 GuiServicePluginModel AbstractGuiServicePluginResource.getObject(org.restlet.representation.Representation representation)
          Get the object from representation
 GuiServicePluginModel GuiServicePluginStoreXML.update(GuiServicePluginModel guiService)
           
 

Methods in fr.cnes.sitools.plugins.guiservices.implement that return types with arguments of type GuiServicePluginModel
 SitoolsStore<GuiServicePluginModel> AbstractGuiServicePluginResource.getStore()
          Gets the store value
 SitoolsStore<GuiServicePluginModel> GuiServicePluginApplication.getStore()
          Gets the store value
 java.util.List<GuiServicePluginModel> GuiServicePluginStoreXML.retrieveByParent(java.lang.String id)
           
 

Methods in fr.cnes.sitools.plugins.guiservices.implement with parameters of type GuiServicePluginModel
 void AbstractGuiServicePluginResource.registerObserver(GuiServicePluginModel input)
          Register as observer
 void AbstractGuiServicePluginResource.unregisterObserver(GuiServicePluginModel input)
          Unregister as Observer
 GuiServicePluginModel GuiServicePluginStoreXML.update(GuiServicePluginModel guiService)
           
 

Method parameters in fr.cnes.sitools.plugins.guiservices.implement with type arguments of type GuiServicePluginModel
 void AbstractGuiServicePluginResource.setStore(SitoolsStore<GuiServicePluginModel> store)
          Sets the value of store
 



Copyright © 2010-2013 CNES. All Rights Reserved.