Ignore:
Timestamp:
Oct 17, 2011, 10:09:28 AM (12 years ago)
Author:
s.h.sikkema@…
Message:
  • removed default value for samples argument in AssayService?.collectAssayData to comply with default value for remoteUser. Made adjustments where necessary
  • updated user guide to new one by Janneke
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/services/dbnp/studycapturing/AssayService.groovy

    r2049 r2060  
    8282         * @param measurementTokens     selection of measurementTokens
    8383         * @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.
    8586         * @return                              The assay data structure as described above.
    8687         */
    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 {
    8889
    8990                def collectFieldValuesForTemplateEntities = { headerFields, templateEntities ->
Note: See TracChangeset for help on using the changeset viewer.