Changeset 480
- Timestamp:
- May 26, 2010, 5:40:41 PM (11 years ago)
- Location:
- trunk
- Files:
-
- 4 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/controllers/dbnp/query/QueryController.groovy
r359 r480 2 2 3 3 import org.compass.core.engine.SearchEngineQueryParseException 4 5 import mytest.MyManager 4 6 5 7 /* … … 135 137 } 136 138 139 140 def testo = { 141 render "Hello testo" 142 render MyManager.hello() 143 } 144 145 137 146 } -
trunk/src/java/dbnp/data/CleanDataLayer.java
r187 r480 7 7 */ 8 8 public interface CleanDataLayer { 9 10 11 /* Methods for retrieving data from a module */ 9 12 10 13 /** … … 24 27 public Map getDataQuantitative(String feature, long assayID, String[] sampleIDs); 25 28 29 30 /* Methods to store data in a module */ 26 31 }
Note: See TracChangeset
for help on using the changeset viewer.