comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/model/WstValueTableFactory.java @ 3269:b2ea89a665bc

Fix issues in 'documentation'. flys-artifacts/trunk@4911 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Tue, 10 Jul 2012 11:10:38 +0000
parents 5642a83420f2
children f4fd64a4d502
comparison
equal deleted inserted replaced
3268:38eb2b0d4f99 3269:b2ea89a665bc
226 } 226 }
227 227
228 228
229 /** 229 /**
230 * Load rows with a single columns result. 230 * Load rows with a single columns result.
231 *
231 * @param session session to use for querying db. 232 * @param session session to use for querying db.
232 * @param wst_id id of wst (in db). 233 * @param wstId id of wst (in db).
233 * @param column_pos the column_pos (within the db) of the wst_value_table 234 * @param column_pos the column_pos (within the db) of the wst_value_table
234 * of which the values shall be fetched. 235 * of which the values shall be fetched.
236 *
235 * @return resultant rows. 237 * @return resultant rows.
236 */ 238 */
237 protected static List<WstValueTable.Row> loadRowsOneColumn( 239 protected static List<WstValueTable.Row> loadRowsOneColumn(
238 Session session, 240 Session session,
239 int wstId, 241 int wstId,

http://dive4elements.wald.intevation.org