comparison geo-backend/src/main/java/de/intevation/gnv/geobackend/base/query/container/QueryContainer.java @ 274:ff1b7967e6b9

General CodecCleanup: Remove deprecated TODOS. Replaced Tabs against whitespaces Organize some Imports geo-backend/trunk@280 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Tim Englich <tim.englich@intevation.de>
date Mon, 02 Nov 2009 10:53:06 +0000
parents 5a583cff97ea
children 4a874c664123
comparison
equal deleted inserted replaced
273:69ddef25e822 274:ff1b7967e6b9
22 * @throws QueryContainerException 22 * @throws QueryContainerException
23 */ 23 */
24 public String getQuery(String queryID) throws QueryContainerException; 24 public String getQuery(String queryID) throws QueryContainerException;
25 25
26 /** 26 /**
27 * Returns all QueryIDs provided by the Querycontainer
28 * @return ll QueryIDs provided by the Querycontainer
29 * @throws QueryContainerException
30 */
31 public Collection<String> gerQueryIDs() throws QueryContainerException;;
32
33 /**
34 * Initializes the QueryContainer 27 * Initializes the QueryContainer
35 * @param properties The Properties which should be used for initializing QueryContainer 28 * @param properties The Properties which should be used for initializing QueryContainer
36 * @throws QueryContainerException 29 * @throws QueryContainerException
37 */ 30 */
38 public void initialize(Properties properties) throws QueryContainerException; 31 public void initialize(Properties properties) throws QueryContainerException;

http://dive4elements.wald.intevation.org