comparison geo-backend/src/main/java/de/intevation/gnv/geobackend/base/query/QueryExecutor.java @ 897:02cd2935b5fa

Removed trailing whitespace. geo-backend/trunk@1013 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Wed, 28 Apr 2010 07:04:19 +0000
parents eb777022b628
children ebeb56428409
comparison
equal deleted inserted replaced
896:c7756576044f 897:02cd2935b5fa
20 * @param queryID the ID of the Query which should be used. 20 * @param queryID the ID of the Query which should be used.
21 * @param filter the Filterarguments to limit the Data 21 * @param filter the Filterarguments to limit the Data
22 * @return the fetched Values 22 * @return the fetched Values
23 * @throws QueryException 23 * @throws QueryException
24 */ 24 */
25 Collection<Result> executeQuery(String queryID, 25 Collection<Result> executeQuery(String queryID,
26 String[] filter) 26 String[] filter)
27 throws QueryException; 27 throws QueryException;
28 28
29 /** 29 /**
30 * Returns the cached results to a given Query. 30 * Returns the cached results to a given Query.
31 * @param query the Query that should identify the Result 31 * @param query the Query that should identify the Result

http://dive4elements.wald.intevation.org