Changeset 3834


Ignore:
Timestamp:
Oct 15, 2007, 1:55:48 PM (16 years ago)
Author:
Martin Svensson
Message:

Export methods that take an OutputStream? as a parameter are now public for
serial and matrix basefile export.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/webservices/src/plugins/core/net/sf/basedb/plugins/BioAssaySetExporter.java

    r3827 r3834  
    270270  }
    271271 
    272   private void exportBaseFileMatrix(BioAssaySet bas, OutputStream os, Map<String, String> parameters,
     272  public void exportBaseFileMatrix(BioAssaySet bas, OutputStream os, Map<String, String> parameters,
    273273    List<String> reporterFields, List<String> spotFields, boolean mergeReporters)
    274274    throws IOException, SQLException
     
    399399  }
    400400 
    401   private void exportBaseFileSerial(BioAssaySet bas, OutputStream os, Map<String, String> parameters,
     401  public void exportBaseFileSerial(BioAssaySet bas, OutputStream os, Map<String, String> parameters,
    402402    List<String> reporterFields, List<String> spotFields, boolean mergeReporters)
    403403    throws IOException, SQLException
Note: See TracChangeset for help on using the changeset viewer.