Uses of Class
fr.cnes.sitools.dataset.services.model.ServiceCollectionModel

Packages that use ServiceCollectionModel
fr.cnes.sitools.dataset.services   
 

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

Methods in fr.cnes.sitools.dataset.services that return ServiceCollectionModel
 ServiceCollectionModel AbstractServiceResource.getObject(org.restlet.representation.Representation representation)
          Get the object from representation
 ServiceCollectionModel ServiceStoreXML.update(ServiceCollectionModel services)
           
 

Methods in fr.cnes.sitools.dataset.services that return types with arguments of type ServiceCollectionModel
 SitoolsStore<ServiceCollectionModel> AbstractServiceResource.getStore()
          Gets the store value
 SitoolsStore<ServiceCollectionModel> ServiceApplication.getStore()
          Gets the store value
 java.util.List<ServiceCollectionModel> ServiceStoreXML.retrieveByParent(java.lang.String id)
           
 

Methods in fr.cnes.sitools.dataset.services with parameters of type ServiceCollectionModel
 ServiceModel AbstractServiceResource.getServiceModel(ServiceCollectionModel serviceCollection, java.lang.String idService)
          Get a service by its name in the given ServiceCollectionModel
 void AbstractServiceResource.registerObserver(ServiceCollectionModel input)
          Register as observer
 boolean AbstractServiceResource.serviceExists(ServiceCollectionModel serviceCollection, java.lang.String idService)
          Check if the service exists in the given ServiceCollectionModel
 void AbstractServiceResource.unregisterObserver(ServiceCollectionModel input)
          Unregister as Observer
 ServiceCollectionModel ServiceStoreXML.update(ServiceCollectionModel services)
           
 

Method parameters in fr.cnes.sitools.dataset.services with type arguments of type ServiceCollectionModel
 void AbstractServiceResource.setStore(SitoolsStore<ServiceCollectionModel> store)
          Sets the value of store
 



Copyright © 2010-2013 CNES. All Rights Reserved.