Salome HOME
ProjectSettings are now configured when the bean is created (without call to a struts...
[tools/siman.git] / Workspace / Siman-Common / src / org / splat / service / technical / ProjectSettingsService.java
index 16a446c1579e72bebfc7fe26f5623e65df8bd9c4..da1f48a7e1d0bb3f481b50a3ad722c424060adce 100644 (file)
@@ -245,16 +245,6 @@ public interface ProjectSettingsService {
         */
        void configure(String filename) throws IOException, SQLException;
 
-       /**
-        * Get steps of the given project element (study or scenario).
-        * 
-        * @param level
-        *            the project element (study or scenario)
-        * @return the list of steps
-        */
-       List<ProjectSettingsService.Step> getStepsOf(
-                       Class<? extends ProjectElement> level);
-
        /**
         * Check if a file of the given format should be imported during check-in of a document of the given type.
         *