Changeset 3834
- Timestamp:
- Oct 15, 2007, 1:55:48 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/webservices/src/plugins/core/net/sf/basedb/plugins/BioAssaySetExporter.java
r3827 r3834 270 270 } 271 271 272 p rivatevoid exportBaseFileMatrix(BioAssaySet bas, OutputStream os, Map<String, String> parameters,272 public void exportBaseFileMatrix(BioAssaySet bas, OutputStream os, Map<String, String> parameters, 273 273 List<String> reporterFields, List<String> spotFields, boolean mergeReporters) 274 274 throws IOException, SQLException … … 399 399 } 400 400 401 p rivatevoid exportBaseFileSerial(BioAssaySet bas, OutputStream os, Map<String, String> parameters,401 public void exportBaseFileSerial(BioAssaySet bas, OutputStream os, Map<String, String> parameters, 402 402 List<String> reporterFields, List<String> spotFields, boolean mergeReporters) 403 403 throws IOException, SQLException
Note: See TracChangeset
for help on using the changeset viewer.