Uses of Class
org.biomage.BioMaterial.LabeledExtract

Packages that use LabeledExtract
gov.nih.nci.caarray.services.biomaterial   
gov.nih.nci.caarray.services.fileupload2 This package provides supporting persistable beans for managing hybridization and array design file upload and parsing processes... 
org.biomage.Experiment   
 

Uses of LabeledExtract in gov.nih.nci.caarray.services.biomaterial
 

Methods in gov.nih.nci.caarray.services.biomaterial that return LabeledExtract
 LabeledExtract BioMaterialManagerDB.getLabeledExtract(long id)
          Retrieve a LabeledExtract Object
 LabeledExtract[] BioMaterialManagerDB.getLabeledExtracts(BioMaterialSearchCriteria criteria)
           
 

Methods in gov.nih.nci.caarray.services.biomaterial with parameters of type LabeledExtract
 long BioMaterialManagerDB.addLabeledExtract(LabeledExtract extract)
           
static void BioMaterialUtils.copy(LabeledExtractData source, LabeledExtract target)
           
static void BioMaterialUtils.copy(LabeledExtract source, LabeledExtractData target)
           
static void BioMaterialUtils.copy(LabeledExtract source, LabeledExtractDesc target)
           
static void BioMaterialUtils.copy(LabeledExtract source, LabeledExtractView target)
           
 void BioMaterialManagerDB.updateLabeledExtract(LabeledExtract extract)
           
 

Uses of LabeledExtract in gov.nih.nci.caarray.services.fileupload2
 

Methods in gov.nih.nci.caarray.services.fileupload2 that return LabeledExtract
 LabeledExtract HybridizationFileUploadEntry.getChannelOneExtract()
           
 LabeledExtract HybridizationFileUploadEntry.getChannelOneSpikedControl()
           
 LabeledExtract HybridizationFileUploadEntry.getChannelTwoExtract()
           
 LabeledExtract HybridizationFileUploadEntry.getChannelTwoSpikedControl()
           
 

Methods in gov.nih.nci.caarray.services.fileupload2 with parameters of type LabeledExtract
 void HybridizationFileUploadEntry.setChannelOneExtract(LabeledExtract channelOneExtract)
           
 void HybridizationFileUploadEntry.setChannelOneSpikedControl(LabeledExtract channelOneSpikedControl)
           
 void HybridizationFileUploadEntry.setChannelTwoExtract(LabeledExtract channelTwoExtract)
           
 void HybridizationFileUploadEntry.setChannelTwoSpikedControl(LabeledExtract channelTwoSpikedControl)
           
 

Uses of LabeledExtract in org.biomage.Experiment
 

Methods in org.biomage.Experiment that return LabeledExtract
 LabeledExtract HybridizationFileUpload.getChannelTwoExtract()
          Deprecated.  
 LabeledExtract HybridizationFileUpload.getChannelTwoSpikedControl()
          Deprecated.  
 LabeledExtract HybridizationFileUpload.getExtract()
          Deprecated.  
 LabeledExtract HybridizationFileUpload.getSpikedControl()
          Deprecated.  
 

Methods in org.biomage.Experiment with parameters of type LabeledExtract
 void HybridizationFileUpload.setChannelTwoExtract(LabeledExtract extract)
          Deprecated.  
 void HybridizationFileUpload.setChannelTwoSpikedControl(LabeledExtract extract)
          Deprecated.  
 void HybridizationFileUpload.setExtract(LabeledExtract extract)
          Deprecated.  
 void HybridizationFileUpload.setSpikedControl(LabeledExtract extract)
          Deprecated.