Salome HOME
Id now is Long instead of Integer. First unit test is created. hibernate-3.5.jar...
[tools/siman.git] / Workspace / Siman-Common / src / org / splat / service / StudyService.java
index ad509b380bfc92edf588313aaeb86248d0580b83..1c00bf7ec84516249d912178d90ae25884f96324 100644 (file)
@@ -38,7 +38,7 @@ public interface StudyService {
        
        public int generateLocalIndex(Study aStudy);
 
-       public Study selectStudy(int index);
+       public Study selectStudy(long index);
 
        public Study createStudy(Study.Properties sprop)
                        throws MissedPropertyException, InvalidPropertyException,