Uses of Class
fr.cnes.sitools.dataset.model.DataSet

Packages that use DataSet
fr.cnes.sitools.collections   
fr.cnes.sitools.dataset   
fr.cnes.sitools.dataset.database   
fr.cnes.sitools.dataset.database.common   
fr.cnes.sitools.dataset.database.jdbc   
fr.cnes.sitools.dataset.database.mongodb   
fr.cnes.sitools.form.dataset   
fr.cnes.sitools.project   
fr.cnes.sitools.project.graph.model   
fr.cnes.sitools.resources.geojson   
fr.cnes.sitools.resources.geojson.representations   
fr.cnes.sitools.resources.order   
fr.cnes.sitools.security.model   
 

Uses of DataSet in fr.cnes.sitools.collections
 

Methods in fr.cnes.sitools.collections that return DataSet
 DataSet AbstractCollectionsResource.getDataset(java.lang.String id)
          Get DataSet object from its id
 

Uses of DataSet in fr.cnes.sitools.dataset
 

Methods in fr.cnes.sitools.dataset that return DataSet
 DataSet DataSetApplication.getDataSet()
          Gets the DataSet object model
 DataSet AbstractDataSetResource.getObject(org.restlet.representation.Representation representation)
          Gets DataSet object from Representation
 DataSet DataSetStoreXML.update(DataSet dataset)
           
 

Methods in fr.cnes.sitools.dataset that return types with arguments of type DataSet
 java.util.List<DataSet> DataSetStoreXML.getList(ResourceCollectionFilter filter)
           
 SitoolsStore<DataSet> AbstractDataSetApplication.getStore()
          Gets the store value
 java.util.List<DataSet> DataSetStoreXML.retrieveByParent(java.lang.String id)
           
 

Methods in fr.cnes.sitools.dataset with parameters of type DataSet
abstract  void AbstractDataSetApplication.attachDataSet(DataSet ds)
          Create and attach a new DataSetApplication
 void DataSetAdministration.attachDataSet(DataSet ds)
          Create and attach a DataSetApplication according to the given DataSet object
 void DataSetApplication.attachDataSet(DataSet ds)
           
abstract  void AbstractDataSetApplication.detachDataSet(DataSet ds)
          Detach the DataSetApplication corresponding with the DataSet given object
 void DataSetAdministration.detachDataSet(DataSet ds)
          Detach the DataSetApplication according to the given DataSet object
 void DataSetApplication.detachDataSet(DataSet ds)
           
abstract  void AbstractDataSetApplication.detachDataSetDefinitif(DataSet ds)
          Detach the DataSetApplication corresponding with the DataSet given object
 void DataSetAdministration.detachDataSetDefinitif(DataSet ds)
          Detach the DataSetApplication according to the given DataSet object
 void DataSetApplication.detachDataSetDefinitif(DataSet ds)
           
 java.util.List<java.lang.String> ActivationDataSetResource.getPrimaryKeys(DataSet ds)
          Get the list of primary key in the dataset
 void AbstractDataSetResource.registerObserver(DataSet input)
          Register an observer
 void AbstractDataSetResource.unregisterObserver(DataSet input)
          Unregister an observer
 DataSet DataSetStoreXML.update(DataSet dataset)
           
 

Method parameters in fr.cnes.sitools.dataset with type arguments of type DataSet
 void DataSetStoreXML.sort(java.util.List<DataSet> result, ResourceCollectionFilter filter)
          Sort the list (by default on the name)
 

Uses of DataSet in fr.cnes.sitools.dataset.database
 

Methods in fr.cnes.sitools.dataset.database that return DataSet
 DataSet DatabaseRequestParameters.getDataset()
          Gets the DataSet value
 

Methods in fr.cnes.sitools.dataset.database with parameters of type DataSet
 void DatabaseRequestParameters.setDataset(DataSet dataset)
          Sets the value of DataSet
 

Constructors in fr.cnes.sitools.dataset.database with parameters of type DataSet
DatabaseRequestParameters(SitoolsDataSource db, int startIndex, java.lang.Boolean distinct, boolean isCountDone, DataSet dataset, java.util.List<Predicat> predicats, java.util.List<Structure> structures, Multisort orderBy, Column columnFromDistinctQuery, java.util.List<Column> sqlVisibleColumns, int paginationExtend, java.lang.String baseRef, java.lang.String[] idList, java.util.List<Range> ranges, java.util.List<Column> allVisibleColumns)
          Create a new DatabaseRequestParameters
 

Uses of DataSet in fr.cnes.sitools.dataset.database.common
 

Methods in fr.cnes.sitools.dataset.database.common that return DataSet
 DataSet DataSetExplorerUtil.getDataSet()
          Get the DataSet associated to that resource
 

Uses of DataSet in fr.cnes.sitools.dataset.database.jdbc
 

Methods in fr.cnes.sitools.dataset.database.jdbc with parameters of type DataSet
 java.lang.String RequestSql.getOrderBy(DataSet ds)
          Get the order by defined
 java.lang.String RequestMysql.getOrderBy(DataSet ds)
           
 java.lang.String RequestPostgres.getOrderBy(DataSet ds)
           
 

Uses of DataSet in fr.cnes.sitools.dataset.database.mongodb
 

Methods in fr.cnes.sitools.dataset.database.mongodb with parameters of type DataSet
 java.lang.String RequestMongoDB.getOrderBy(DataSet ds)
           
 java.lang.String RequestNoSQL.getOrderBy(DataSet ds)
          Get the order by defined
 

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

Methods in fr.cnes.sitools.form.dataset that return DataSet
 DataSet AbstractFormResource.getDataset(java.lang.String id)
          Get the dataset object with the given id
 

Uses of DataSet in fr.cnes.sitools.project
 

Methods in fr.cnes.sitools.project that return DataSet
 DataSet AbstractProjectResource.getDataset(java.lang.String id)
          Get the dataset object with the given id
 

Uses of DataSet in fr.cnes.sitools.project.graph.model
 

Methods in fr.cnes.sitools.project.graph.model with parameters of type DataSet
 java.util.List<GraphNodeComplete> Graph.updateDatasetChildren(java.util.List<GraphNodeComplete> nodes, DataSet ds)
          Updates all children corresponding to the dataset param
 

Uses of DataSet in fr.cnes.sitools.resources.geojson
 

Methods in fr.cnes.sitools.resources.geojson with parameters of type DataSet
abstract  org.restlet.representation.Representation AbstractJeoSearchResource.getRepresentation(DatabaseRequestParameters params, java.lang.String geometryColName, ConverterChained converterChained, DataSet dataset, org.restlet.Context context)
          Get a representation
 org.restlet.representation.Representation JeoSearchResourceMongoDB.getRepresentation(DatabaseRequestParameters params, java.lang.String geometryColName, ConverterChained converterChained, DataSet dataset, org.restlet.Context context)
           
 org.restlet.representation.Representation JeoSearchResourcePostGis.getRepresentation(DatabaseRequestParameters params, java.lang.String geometryColName, ConverterChained converterChained, DataSet dataset, org.restlet.Context context)
           
 

Uses of DataSet in fr.cnes.sitools.resources.geojson.representations
 

Constructors in fr.cnes.sitools.resources.geojson.representations with parameters of type DataSet
GeoJsonMongoDBRepresentation(DatabaseRequestParameters params, java.lang.String geometryColName, java.lang.String geometryTypeColName, ConverterChained converterChained, DataSet dataset, org.restlet.Context context)
          Constructor with a DatabaseRequestParameters, a geometryColName and a converterChained
GeoJsonRepresentation(DatabaseRequestParameters params, java.lang.String geometryColName, ConverterChained converterChained, DataSet dataset, org.restlet.Context context)
          Constructor with a DatabaseRequestParameters, a geometryColName and a converterChained
GeoJsonSpecificRepresentation(DatabaseRequestParameters params, java.lang.String geometryColName, ConverterChained converterChained, DataSet dsEntry, org.restlet.Context context, java.lang.String colUrlName, java.lang.String colTypeName, java.lang.String colIdentifierName, java.lang.String colNameName)
          Constructor with a DatabaseRequestParameters, a geometryColName and a converterChained
 

Uses of DataSet in fr.cnes.sitools.resources.order
 

Methods in fr.cnes.sitools.resources.order with parameters of type DataSet
 int AbstractDatasetOrderResource.getCountOnDataset(DataSet ds, java.lang.String requestQuery, org.restlet.data.Form form)
          Get the number of records in result of a search on the specified dataset with the specified requestQuery or a Form containing the url of a file on the server
 

Uses of DataSet in fr.cnes.sitools.security.model
 

Methods in fr.cnes.sitools.security.model that return DataSet
 DataSet DataSetPrivilege.getDataSet()
          Gets the dataSet value
 

Methods in fr.cnes.sitools.security.model with parameters of type DataSet
 void DataSetPrivilege.setDataSet(DataSet dataSet)
          Sets the value of dataSet
 



Copyright © 2010-2013 CNES. All Rights Reserved.