Uses of Interface
fr.cnes.sitools.common.store.SitoolsStore

Packages that use SitoolsStore
fr.cnes.sitools.applications Copyright 2010-2014 CNES - CENTRE NATIONAL d'ETUDES SPATIALES This file is part of SITools2. 
fr.cnes.sitools.collections   
fr.cnes.sitools.common.application   
fr.cnes.sitools.common.store   
fr.cnes.sitools.dataset   
fr.cnes.sitools.dataset.converter   
fr.cnes.sitools.dataset.filter   
fr.cnes.sitools.dataset.opensearch   
fr.cnes.sitools.dataset.opensearch.runnables   
fr.cnes.sitools.dataset.services   
fr.cnes.sitools.dataset.view   
fr.cnes.sitools.datasource.jdbc   
fr.cnes.sitools.datasource.mongodb   
fr.cnes.sitools.dictionary   
fr.cnes.sitools.feeds   
fr.cnes.sitools.form.components   
fr.cnes.sitools.form.dataset   
fr.cnes.sitools.form.project   
fr.cnes.sitools.inscription   
fr.cnes.sitools.order Copyright 2010-2014 CNES - CENTRE NATIONAL d'ETUDES SPATIALES This file is part of SITools2. 
fr.cnes.sitools.plugins.filters   
fr.cnes.sitools.plugins.guiservices.declare   
fr.cnes.sitools.plugins.guiservices.implement   
fr.cnes.sitools.plugins.resources   
fr.cnes.sitools.project   
fr.cnes.sitools.project.graph   
fr.cnes.sitools.project.modules   
fr.cnes.sitools.registry   
fr.cnes.sitools.role   
fr.cnes.sitools.security.authentication   
fr.cnes.sitools.security.userblacklist   
fr.cnes.sitools.tasks   
fr.cnes.sitools.units.dimension   
 

Uses of SitoolsStore in fr.cnes.sitools.applications
 

Methods in fr.cnes.sitools.applications that return SitoolsStore
 SitoolsStore<Project> ClientUserApplication.getStore()
          Gets the store value.
 

Methods in fr.cnes.sitools.applications with parameters of type SitoolsStore
 void ClientUserApplication.setStore(SitoolsStore<Project> stor)
          Sets the value of store.
 

Uses of SitoolsStore in fr.cnes.sitools.collections
 

Classes in fr.cnes.sitools.collections that implement SitoolsStore
 class CollectionsStoreXML
          Implementation of CollectionStore with XStream FilePersistenceStrategy
 

Methods in fr.cnes.sitools.collections that return SitoolsStore
 SitoolsStore<Collection> CollectionsApplication.getStore()
          Gets the store value
 SitoolsStore<Collection> AbstractCollectionsResource.getStore()
          Gets the store value
 

Methods in fr.cnes.sitools.collections with parameters of type SitoolsStore
 void AbstractCollectionsResource.setStore(SitoolsStore<Collection> store)
          Sets the value of store
 

Uses of SitoolsStore in fr.cnes.sitools.common.application
 

Methods in fr.cnes.sitools.common.application that return SitoolsStore
 SitoolsStore<ResourceModel> SitoolsParameterizedApplication.getPluginStore()
          Gets the pluginStore value
 

Uses of SitoolsStore in fr.cnes.sitools.common.store
 

Classes in fr.cnes.sitools.common.store that implement SitoolsStore
 class SitoolsStoreXML<T extends IResource>
          Base class for XML stores
 class SitoolsSynchronizedStoreXML<T extends IResource>
          Base class for XML stores
 

Uses of SitoolsStore in fr.cnes.sitools.dataset
 

Classes in fr.cnes.sitools.dataset that implement SitoolsStore
 class DataSetStoreXML
          Class for managing DataSet objects persistence with XStream FilePersistenceStrategy
 

Methods in fr.cnes.sitools.dataset that return SitoolsStore
 SitoolsStore<DataSet> AbstractDataSetApplication.getStore()
          Gets the store value
 

Uses of SitoolsStore in fr.cnes.sitools.dataset.converter
 

Classes in fr.cnes.sitools.dataset.converter that implement SitoolsStore
 class ConverterStoreXML
          Implementation of converterStore with XStream FilePersistenceStrategy
 

Methods in fr.cnes.sitools.dataset.converter that return SitoolsStore
 SitoolsStore<ConverterChainedModel> ConverterNotificationResource.getStore()
          Gets the store value
 SitoolsStore<ConverterChainedModel> ConverterApplication.getStore()
          Gets the store value
 SitoolsStore<ConverterChainedModel> ConverterActivationResource.getStore()
          Gets the store value
 SitoolsStore<ConverterChainedModel> ConverterChainedResource.getStore()
          Gets the store value
 SitoolsStore<ConverterChainedModel> ConverterResource.getStore()
          Gets the store value
 

Uses of SitoolsStore in fr.cnes.sitools.dataset.filter
 

Classes in fr.cnes.sitools.dataset.filter that implement SitoolsStore
 class FilterStoreXML
          Implementation of filterStore with XStream FilePersistenceStrategy
 

Methods in fr.cnes.sitools.dataset.filter that return SitoolsStore
 SitoolsStore<FilterChainedModel> FilterResource.getStore()
          Gets the store value
 SitoolsStore<FilterChainedModel> FilterApplication.getStore()
          Gets the store value
 SitoolsStore<FilterChainedModel> FilterActivationResource.getStore()
          Gets the store value
 SitoolsStore<FilterChainedModel> FilterNotificationResource.getStore()
          Gets the store value
 SitoolsStore<FilterChainedModel> FilterChainResource.getStore()
          Gets the store value
 

Uses of SitoolsStore in fr.cnes.sitools.dataset.opensearch
 

Classes in fr.cnes.sitools.dataset.opensearch that implement SitoolsStore
 class OpenSearchStoreXML
          Implementation of OpenSearchStore with XStream FilePersistenceStrategy
 

Methods in fr.cnes.sitools.dataset.opensearch that return SitoolsStore
 SitoolsStore<Opensearch> OpenSearchApplication.getStore()
          Gets the store value
 SitoolsStore<Opensearch> AbstractSearchResource.getStore()
          Gets the store value
 SitoolsStore<FeedModel> AbstractSearchResource.getStoreFeed()
          Gets the storeFeed value
 

Uses of SitoolsStore in fr.cnes.sitools.dataset.opensearch.runnables
 

Constructors in fr.cnes.sitools.dataset.opensearch.runnables with parameters of type SitoolsStore
OpensearchRefreshRunnable(Opensearch os, SitoolsStore<Opensearch> store, java.lang.String solrUrl, org.restlet.Context context, OpenSearchApplication application)
          Default constructor
 

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

Classes in fr.cnes.sitools.dataset.services that implement SitoolsStore
 class ServiceStoreXML
          Store to store GuiServicesModel
 

Methods in fr.cnes.sitools.dataset.services that return SitoolsStore
 SitoolsStore<ServiceCollectionModel> AbstractServiceResource.getStore()
          Gets the store value
 SitoolsStore<ServiceCollectionModel> ServiceApplication.getStore()
          Gets the store value
 

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

Uses of SitoolsStore in fr.cnes.sitools.dataset.view
 

Classes in fr.cnes.sitools.dataset.view that implement SitoolsStore
 class DatasetViewStoreXML
          Implementation of DatasetViewStore with XStream FilePersistenceStrategy
 

Methods in fr.cnes.sitools.dataset.view that return SitoolsStore
 SitoolsStore<DatasetView> DatasetViewApplication.getStore()
          Gets the store value
 SitoolsStore<DatasetView> AbstractDatasetViewResource.getStore()
          Gets the store value
 

Methods in fr.cnes.sitools.dataset.view with parameters of type SitoolsStore
 void AbstractDatasetViewResource.setStore(SitoolsStore<DatasetView> store)
          Sets the value of store
 

Uses of SitoolsStore in fr.cnes.sitools.datasource.jdbc
 

Classes in fr.cnes.sitools.datasource.jdbc that implement SitoolsStore
 class JDBCDataSourceStoreXML
          TODO Voir comment faire un store AbstractDataSource et un store de JDBCDataSource
 

Methods in fr.cnes.sitools.datasource.jdbc that return SitoolsStore
 SitoolsStore<JDBCDataSource> JDBCDataSourceAdministration.getStore()
          Gets the store value
 SitoolsStore<JDBCDataSource> AbstractDataSourceResource.getStore()
          Gets the store value
 

Uses of SitoolsStore in fr.cnes.sitools.datasource.mongodb
 

Classes in fr.cnes.sitools.datasource.mongodb that implement SitoolsStore
 class MongoDBDataSourceStoreXML
          TODO Voir comment faire un store AbstractDataSource et un store de JDBCDataSource
 

Methods in fr.cnes.sitools.datasource.mongodb that return SitoolsStore
 SitoolsStore<MongoDBDataSource> MongoDBDataSourceAdministration.getStore()
          Gets the store value
 SitoolsStore<MongoDBDataSource> AbstractDataSourceResource.getStore()
          Gets the store value
 

Uses of SitoolsStore in fr.cnes.sitools.dictionary
 

Classes in fr.cnes.sitools.dictionary that implement SitoolsStore
 class ConceptTemplateStoreXML
          Implementation of ConceptTemplateStore with XStream FilePersistenceStrategy
 class DictionaryStoreXML
          Implementation of DictionaryStore with XStream FilePersistenceStrategy
 

Methods in fr.cnes.sitools.dictionary that return SitoolsStore
 SitoolsStore<Dictionary> AbstractDictionaryResource.getStore()
          Gets the store value
 SitoolsStore<ConceptTemplate> AbstractConceptTemplateResource.getStore()
          Gets the store value
 SitoolsStore<ConceptTemplate> ConceptTemplateAdministration.getStore()
          Gets the store value
 SitoolsStore<Dictionary> DictionaryAdministration.getStore()
          Gets the store value
 

Uses of SitoolsStore in fr.cnes.sitools.feeds
 

Classes in fr.cnes.sitools.feeds that implement SitoolsStore
 class FeedsStoreXML
          Implementation of FeedsModelStore with XStream FilePersistenceStrategy
 

Methods in fr.cnes.sitools.feeds that return SitoolsStore
 SitoolsStore<FeedModel> AbstractFeedsResource.getStore()
          Gets the store value
 SitoolsStore<FeedModel> FeedsApplication.getStore()
          Gets the store value
 

Methods in fr.cnes.sitools.feeds with parameters of type SitoolsStore
 void FeedsApplication.setStore(SitoolsStore<FeedModel> store)
          Sets the value of store
 

Constructors in fr.cnes.sitools.feeds with parameters of type SitoolsStore
FeedsApplication(org.restlet.Context context, SitoolsStore<FeedModel> store)
          Constructor
 

Uses of SitoolsStore in fr.cnes.sitools.form.components
 

Classes in fr.cnes.sitools.form.components that implement SitoolsStore
 class FormComponentsStoreXML
          Implementation of FormComponentStore with XStream FilePersistenceStrategy
 

Methods in fr.cnes.sitools.form.components that return SitoolsStore
 SitoolsStore<FormComponent> AbstractFormComponentsResource.getStore()
          Gets the store value
 SitoolsStore<FormComponent> FormComponentsApplication.getStore()
          Gets the store value
 

Methods in fr.cnes.sitools.form.components with parameters of type SitoolsStore
 void AbstractFormComponentsResource.setStore(SitoolsStore<FormComponent> store)
          Sets the value of store
 

Uses of SitoolsStore in fr.cnes.sitools.form.dataset
 

Classes in fr.cnes.sitools.form.dataset that implement SitoolsStore
 class FormStoreXML
          Implementation of formStore with XStream FilePersistenceStrategy
 

Methods in fr.cnes.sitools.form.dataset that return SitoolsStore
 SitoolsStore<Form> AbstractFormResource.getStore()
          Gets the store value
 SitoolsStore<Form> FormApplication.getStore()
          Get the store associated to the application
 

Uses of SitoolsStore in fr.cnes.sitools.form.project
 

Classes in fr.cnes.sitools.form.project that implement SitoolsStore
 class FormProjectStoreXML
          Implementation of CollectionStore with XStream FilePersistenceStrategy
 

Methods in fr.cnes.sitools.form.project that return SitoolsStore
 SitoolsStore<FormProject> AbstractFormProjectResource.getStore()
          Gets the store value
 SitoolsStore<FormProject> FormProjectApplication.getStore()
          Gets the store value
 

Methods in fr.cnes.sitools.form.project with parameters of type SitoolsStore
 void AbstractFormProjectResource.setStore(SitoolsStore<FormProject> store)
          Sets the value of store
 

Uses of SitoolsStore in fr.cnes.sitools.inscription
 

Classes in fr.cnes.sitools.inscription that implement SitoolsStore
 class InscriptionStoreXML
          Class for managing Inscription objects persistence
 

Methods in fr.cnes.sitools.inscription that return SitoolsStore
 SitoolsStore<Inscription> AbstractInscriptionApplication.getStore()
          Gets the store
 SitoolsStore<Inscription> InscriptionResource.getStore()
          Gets the store value
 

Uses of SitoolsStore in fr.cnes.sitools.order
 

Classes in fr.cnes.sitools.order that implement SitoolsStore
 class OrderStoreXML
          Implementation of OrderStore with XStream FilePersistenceStrategy
 

Methods in fr.cnes.sitools.order that return SitoolsStore
 SitoolsStore<Order> AbstractOrderResource.getStore()
          Get the store attached to the application
 SitoolsStore<Order> AbstractOrderApplication.getStore()
          Gets the store value
 

Methods in fr.cnes.sitools.order with parameters of type SitoolsStore
 void AbstractOrderApplication.setStore(SitoolsStore<Order> store)
          Sets the value of store
 

Uses of SitoolsStore in fr.cnes.sitools.plugins.filters
 

Classes in fr.cnes.sitools.plugins.filters that implement SitoolsStore
 class FilterPluginStoreXML
          Storage for filter plugins
 

Methods in fr.cnes.sitools.plugins.filters that return SitoolsStore
 SitoolsStore<FilterModel> FilterPluginResource.getStore()
          Gets the store value
 SitoolsStore<FilterModel> FilterPluginApplication.getStore()
          Gets the store value
 

Uses of SitoolsStore in fr.cnes.sitools.plugins.guiservices.declare
 

Classes in fr.cnes.sitools.plugins.guiservices.declare that implement SitoolsStore
 class GuiServiceStoreXML
          Store to store GuiServicesModel
 

Methods in fr.cnes.sitools.plugins.guiservices.declare that return SitoolsStore
 SitoolsStore<GuiServiceModel> GuiServiceApplication.getStore()
          Gets the store value
 SitoolsStore<GuiServiceModel> AbstractGuiServiceResource.getStore()
          Gets the store value
 

Methods in fr.cnes.sitools.plugins.guiservices.declare with parameters of type SitoolsStore
 void AbstractGuiServiceResource.setStore(SitoolsStore<GuiServiceModel> store)
          Sets the value of store
 

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

Classes in fr.cnes.sitools.plugins.guiservices.implement that implement SitoolsStore
 class GuiServicePluginStoreXML
          Store to store GuiServicesModel
 

Methods in fr.cnes.sitools.plugins.guiservices.implement that return SitoolsStore
 SitoolsStore<GuiServicePluginModel> AbstractGuiServicePluginResource.getStore()
          Gets the store value
 SitoolsStore<GuiServicePluginModel> GuiServicePluginApplication.getStore()
          Gets the store value
 

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

Uses of SitoolsStore in fr.cnes.sitools.plugins.resources
 

Classes in fr.cnes.sitools.plugins.resources that implement SitoolsStore
 class ResourcePluginStoreXML
          Storage for resource plugins
 

Methods in fr.cnes.sitools.plugins.resources that return SitoolsStore
 SitoolsStore<ResourceModel> ResourcePluginResource.getStore()
          Gets the store value
 SitoolsStore<ResourceModel> ResourcePluginApplication.getStore()
          Gets the store value
 

Uses of SitoolsStore in fr.cnes.sitools.project
 

Classes in fr.cnes.sitools.project that implement SitoolsStore
 class ProjectStoreXML
          Implementation of ProjectStore with XStream FilePersistenceStrategy
 

Methods in fr.cnes.sitools.project that return SitoolsStore
 SitoolsStore<Graph> AbstractProjectApplication.getGraphStore()
          Gets the graphStore value
 SitoolsStore<Project> AbstractProjectResource.getStore()
          Get the store associated to the application
 SitoolsStore<Project> AbstractProjectApplication.getStore()
          Gets the project store value
 

Methods in fr.cnes.sitools.project with parameters of type SitoolsStore
 void AbstractProjectApplication.setGraphStore(SitoolsStore<Graph> graphStore)
          Sets the value of graphStore
 

Uses of SitoolsStore in fr.cnes.sitools.project.graph
 

Classes in fr.cnes.sitools.project.graph that implement SitoolsStore
 class GraphStoreXML
          Implementation of GraphStore with XStream FilePersistenceStrategy
 

Methods in fr.cnes.sitools.project.graph that return SitoolsStore
 SitoolsStore<Graph> AbstractGraphResource.getStore()
          Gets the store value
 

Uses of SitoolsStore in fr.cnes.sitools.project.modules
 

Classes in fr.cnes.sitools.project.modules that implement SitoolsStore
 class ProjectModuleStoreXML
          Implementation of ProjectModuleStore with XStream FilePersistenceStrategy
 

Methods in fr.cnes.sitools.project.modules that return SitoolsStore
 SitoolsStore<ProjectModuleModel> AbstractProjectModuleResource.getStore()
          Gets the store value
 SitoolsStore<ProjectModuleModel> ProjectModuleApplication.getStore()
          Gets the store value
 

Methods in fr.cnes.sitools.project.modules with parameters of type SitoolsStore
 void AbstractProjectModuleResource.setStore(SitoolsStore<ProjectModuleModel> store)
          Sets the value of store
 

Uses of SitoolsStore in fr.cnes.sitools.registry
 

Classes in fr.cnes.sitools.registry that implement SitoolsStore
 class AppRegistryStoreXML
          Implementation of ResourceManagerStore with XStream FilePersistenceStrategy
 

Methods in fr.cnes.sitools.registry that return SitoolsStore
 SitoolsStore<AppRegistry> AppRegistryAbstractResource.getStore()
          Get the store associated to the Application registry application
 SitoolsStore<AppRegistry> AppRegistryApplication.getStore()
          Gets the store value
 

Uses of SitoolsStore in fr.cnes.sitools.role
 

Classes in fr.cnes.sitools.role that implement SitoolsStore
 class RoleStoreXML
          RoleStore implementation with XStream FilePersistenceStrategy
 

Methods in fr.cnes.sitools.role that return SitoolsStore
 SitoolsStore<Role> RoleApplication.getStore()
          Gets the store value
 SitoolsStore<Role> AbstractRoleResource.getStore()
          Get the store associated to the role application
 

Uses of SitoolsStore in fr.cnes.sitools.security.authentication
 

Methods in fr.cnes.sitools.security.authentication that return SitoolsStore
 SitoolsStore<Role> SitoolsRealm.getStoreRoles()
          Gets the role store
 

Constructors in fr.cnes.sitools.security.authentication with parameters of type SitoolsStore
SitoolsMemoryRealm(UsersAndGroupsStore storeUsersAndGroups, SitoolsStore<Role> storeRoles, SitoolsSettings settings)
          Constructor
SitoolsRealm(SitoolsStore<Role> storeRoles, SitoolsSettings settings)
          Constructor
 

Uses of SitoolsStore in fr.cnes.sitools.security.userblacklist
 

Classes in fr.cnes.sitools.security.userblacklist that implement SitoolsStore
 class UserBlackListStoreXML
          The Class UserBlackListStoreXML.
 

Methods in fr.cnes.sitools.security.userblacklist that return SitoolsStore
 SitoolsStore<UserBlackListModel> AbstractUserBlackListResource.getStore()
          Gets the store value
 SitoolsStore<UserBlackListModel> UserBlackListApplication.getStore()
          Gets the store value
 

Uses of SitoolsStore in fr.cnes.sitools.tasks
 

Classes in fr.cnes.sitools.tasks that implement SitoolsStore
 class TaskStoreXML
          Implementation of TaskModelStore with XStream FilePersistenceStrategy
 

Uses of SitoolsStore in fr.cnes.sitools.units.dimension
 

Classes in fr.cnes.sitools.units.dimension that implement SitoolsStore
 class DimensionStoreXML
          Storage of dimensions
 

Methods in fr.cnes.sitools.units.dimension that return SitoolsStore
 SitoolsStore<SitoolsDimension> AbstractDimensionResource.getStore()
          Gets the store value
 SitoolsStore<SitoolsDimension> AbstractDimensionApplication.getStore()
          Gets the store value
 

Methods in fr.cnes.sitools.units.dimension with parameters of type SitoolsStore
 void AbstractDimensionApplication.setStore(SitoolsStore<SitoolsDimension> store)
          Sets the value of store
 



Copyright © 2010-2013 CNES. All Rights Reserved.