Salome HOME
Refactoring of Database, replacing SQL by DAOs calls. Methods for search by criteria...
[tools/siman.git] / Workspace / Siman / src / org / splat / simer / SearchDocumentAction.java
1 package org.splat.simer;
2
3
4 public class SearchDocumentAction extends Action {
5
6         /**
7          * Serial version ID.
8          */
9         private static final long serialVersionUID = 4347921635793712836L;
10
11 //  ==============================================================================================================================
12 //  Action methods
13 //  ==============================================================================================================================
14
15         public String doInitialize () {
16 //  -----------------------------
17       return SUCCESS;
18         }
19 }