Uses of Class
fr.cnes.sitools.dataset.database.Range

Packages that use Range
fr.cnes.sitools.dataset.database   
 

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

Methods in fr.cnes.sitools.dataset.database that return types with arguments of type Range
 java.util.List<Range> DatabaseRequestParameters.getRanges()
          Gets the ranges value
 

Methods in fr.cnes.sitools.dataset.database with parameters of type Range
 int Range.compareTo(Range o)
           
 

Method parameters in fr.cnes.sitools.dataset.database with type arguments of type Range
 void DatabaseRequestParameters.setRanges(java.util.List<Range> ranges)
          Sets the value of ranges
 

Constructor parameters in fr.cnes.sitools.dataset.database with type arguments of type Range
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
 



Copyright © 2010-2013 CNES. All Rights Reserved.