Salome HOME
Remove the scenario functionality is implemented
[tools/siman.git] / Workspace / Siman / src / org / splat / simer / UploadStudyAction.java
1 /*****************************************************************************
2  * Company         EURIWARE
3  * Application     SIMAN
4  * File            $Id$ 
5  * Creation date   24.10.2012
6  * @author         Author: Maria KRUCHININA
7  * @version        Revision: 
8  *****************************************************************************/
9
10 package org.splat.simer;
11
12 import org.splat.wapp.Constants;
13
14 /**
15  * Action class for uploading the study.
16  * 
17  * @author Maria KRUCHININA
18  * 
19  */
20 public class UploadStudyAction extends Action {
21
22         /**
23          * Serialization version id.
24          */
25         private static final long serialVersionUID = 6003880772275115924L;
26
27         public String doInitialize() {
28                 initializationScreenContext(Constants.STUDY_MENU);
29                 return SUCCESS;
30         }
31 }