comparison gnv/src/main/java/de/intevation/gnv/action/sessionmodel/SessionModel.java @ 976:d1ed5c51c0de

Checkin of changes which are necessary for the checkin of Revision 1139. gnv/trunk@1146 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Tim Englich <tim.englich@intevation.de>
date Tue, 01 Jun 2010 17:46:03 +0000
parents a88fc6320cf8
children 28a0628b11b0
comparison
equal deleted inserted replaced
975:5779220ebb80 976:d1ed5c51c0de
6 6
7 import de.intevation.gnv.artifactdatabase.objects.ArtifactDescription; 7 import de.intevation.gnv.artifactdatabase.objects.ArtifactDescription;
8 import de.intevation.gnv.artifactdatabase.objects.ArtifactObject; 8 import de.intevation.gnv.artifactdatabase.objects.ArtifactObject;
9 import de.intevation.gnv.artifactdatabase.objects.ArtifactStatisticsSet; 9 import de.intevation.gnv.artifactdatabase.objects.ArtifactStatisticsSet;
10 import de.intevation.gnv.artifactdatabase.objects.OutputMode; 10 import de.intevation.gnv.artifactdatabase.objects.OutputMode;
11 import de.intevation.gnv.artifactdatabase.objects.map.MapService;
11 12
12 /** 13 /**
13 * This interface describe basic methods to store artifacts and diagram options. 14 * This interface describe basic methods to store artifacts and diagram options.
14 * The SessionModel is saved in the session, which keeps alive during the work. 15 * The SessionModel is saved in the session, which keeps alive during the work.
15 * 16 *
122 /** 123 /**
123 * Returns the currently used locale. 124 * Returns the currently used locale.
124 * @return the locale that is currently used. 125 * @return the locale that is currently used.
125 */ 126 */
126 Locale getCurrentLocale(); 127 Locale getCurrentLocale();
128
129 void setLocalMapService(MapService mapService);
130
131 MapService getLocalMapService();
127 } 132 }
128 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf-8 : 133 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf-8 :

http://dive4elements.wald.intevation.org