comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/states/DefaultState.java @ 660:627be3ca1ab6

code clean up in states flys-artifacts/trunk@2068 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Tue, 07 Jun 2011 14:28:44 +0000
parents acf3b49ec31f
children 23fced04ffdb
comparison
equal deleted inserted replaced
659:ab43f36f4af6 660:627be3ca1ab6
211 * @param cr The ElementCreator. 211 * @param cr The ElementCreator.
212 * @param name The name of the amount of data. 212 * @param name The name of the amount of data.
213 * 213 *
214 * @return a list of items. 214 * @return a list of items.
215 */ 215 */
216 protected abstract Element[] createItems( 216 protected Element[] createItems(
217 XMLUtils.ElementCreator cr, 217 XMLUtils.ElementCreator cr,
218 Artifact artifact, 218 Artifact artifact,
219 String name, 219 String name,
220 CallContext context); 220 CallContext context
221 ) {
222 return null;
223 }
221 224
222 225
223 /** 226 /**
224 * This method validates the inserted data and returns true, if everything 227 * This method validates the inserted data and returns true, if everything
225 * was correct, otherwise an exception is thrown. 228 * was correct, otherwise an exception is thrown.

http://dive4elements.wald.intevation.org