Mercurial > dive4elements > river
comparison flys-client/ChangeLog @ 218:79fb4d900643
Added a model class that represents a distance information.
flys-client/trunk@1661 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Mon, 11 Apr 2011 14:29:54 +0000 |
parents | 907b61e4d702 |
children | 7523faf567e5 |
comparison
equal
deleted
inserted
replaced
217:907b61e4d702 | 218:79fb4d900643 |
---|---|
1 2011-04-11 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/client/shared/model/DistanceInfoObjectImpl.java, | |
4 src/main/java/de/intevation/flys/client/shared/model/DistanceInfoObject.java: | |
5 New. This model will be used by the LocationDistancePanel to bring up a | |
6 table with distances which supports the user while entering the start | |
7 and end point of the WINFO paramterization. A DistanceInfoObject | |
8 contains information about a specific distance (description, from, to | |
9 and riverside). | |
10 | |
1 2011-04-08 Ingo Weinzierl <ingo@intevation.de> | 11 2011-04-08 Ingo Weinzierl <ingo@intevation.de> |
2 | 12 |
3 * src/main/java/de/intevation/flys/client/server/UserServiceImpl.java, | 13 * src/main/java/de/intevation/flys/client/server/UserServiceImpl.java, |
4 src/main/java/de/intevation/flys/client/client/services/UserService.java: | 14 src/main/java/de/intevation/flys/client/client/services/UserService.java: |
5 This service now throws an AuthenticationException if an error occured | 15 This service now throws an AuthenticationException if an error occured |