Changeset 2060 for trunk/grails-app/services/dbnp
- Timestamp:
- Oct 17, 2011, 10:09:28 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/services/dbnp/studycapturing/AssayService.groovy
r2049 r2060 82 82 * @param measurementTokens selection of measurementTokens 83 83 * @param samples list of samples for which the data should be retrieved. 84 * Defaults to all samples from this assay. 84 * Defaults to all samples from this assay. Supply [] or 85 * null to include all samples. 85 86 * @return The assay data structure as described above. 86 87 */ 87 def collectAssayData(assay, fieldMap, measurementTokens, samples = null, SecUser remoteUser = null) throws Exception {88 def collectAssayData(assay, fieldMap, measurementTokens, samples, SecUser remoteUser = null) throws Exception { 88 89 89 90 def collectFieldValuesForTemplateEntities = { headerFields, templateEntities ->
Note: See TracChangeset
for help on using the changeset viewer.