Uses of Class
gov.nih.nci.caarray.common.data.biomaterial.LabeledExtractDesc

Packages that use LabeledExtractDesc
gov.nih.nci.caarray.common.data.experiment   
gov.nih.nci.caarray.common.data.fileupload2   
gov.nih.nci.caarray.common.delegate   
gov.nih.nci.caarray.services.biomaterial   
gov.nih.nci.caarray.services.biomaterial.ejb   
gov.nih.nci.caarray.ui.experiment   
 

Uses of LabeledExtractDesc in gov.nih.nci.caarray.common.data.experiment
 

Methods in gov.nih.nci.caarray.common.data.experiment that return LabeledExtractDesc
 LabeledExtractDesc HybridizationFileUploadData.getChannelTwoExtract()
          Deprecated.  
 LabeledExtractDesc HybridizationFileUploadData.getChannelTwoSpikedControl()
          Deprecated.  
 LabeledExtractDesc HybridizationFileUploadData.getExtract()
          Deprecated.  
 LabeledExtractDesc HybridizationFileUploadData.getSpikedControl()
          Deprecated.  
 

Methods in gov.nih.nci.caarray.common.data.experiment with parameters of type LabeledExtractDesc
 void HybridizationFileUploadData.setChannelTwoExtract(LabeledExtractDesc desc)
          Deprecated.  
 void HybridizationFileUploadData.setChannelTwoSpikedControl(LabeledExtractDesc desc)
          Deprecated.  
 void HybridizationFileUploadData.setExtract(LabeledExtractDesc desc)
          Deprecated.  
 void HybridizationFileUploadData.setSpikedControl(LabeledExtractDesc desc)
          Deprecated.  
 

Uses of LabeledExtractDesc in gov.nih.nci.caarray.common.data.fileupload2
 

Methods in gov.nih.nci.caarray.common.data.fileupload2 that return LabeledExtractDesc
 LabeledExtractDesc HybridizationFileUploadGroupData.getChannelOneExtract()
           
 LabeledExtractDesc HybridizationFileUploadEntryData.getChannelOneExtract()
           
 LabeledExtractDesc HybridizationFileUploadGroupData.getChannelOneSpikedControl()
           
 LabeledExtractDesc HybridizationFileUploadEntryData.getChannelOneSpikedControl()
           
 LabeledExtractDesc HybridizationFileUploadGroupData.getChannelTwoExtract()
           
 LabeledExtractDesc HybridizationFileUploadEntryData.getChannelTwoExtract()
           
 LabeledExtractDesc HybridizationFileUploadGroupData.getChannelTwoSpikedControl()
           
 LabeledExtractDesc HybridizationFileUploadEntryData.getChannelTwoSpikedControl()
           
 

Methods in gov.nih.nci.caarray.common.data.fileupload2 with parameters of type LabeledExtractDesc
 void HybridizationFileUploadGroupData.setChannelOneExtract(LabeledExtractDesc channelOneExtract)
           
 void HybridizationFileUploadEntryData.setChannelOneExtract(LabeledExtractDesc channelOneExtract)
           
 void HybridizationFileUploadGroupData.setChannelOneSpikedControl(LabeledExtractDesc channelOneSpikedControl)
           
 void HybridizationFileUploadEntryData.setChannelOneSpikedControl(LabeledExtractDesc channelOneSpikedControl)
           
 void HybridizationFileUploadGroupData.setChannelTwoExtract(LabeledExtractDesc channelTwoExtract)
           
 void HybridizationFileUploadEntryData.setChannelTwoExtract(LabeledExtractDesc channelTwoExtract)
           
 void HybridizationFileUploadGroupData.setChannelTwoSpikedControl(LabeledExtractDesc channelTwoSpikedControl)
           
 void HybridizationFileUploadEntryData.setChannelTwoSpikedControl(LabeledExtractDesc channelTwoSpikedControl)
           
 

Uses of LabeledExtractDesc in gov.nih.nci.caarray.common.delegate
 

Methods in gov.nih.nci.caarray.common.delegate that return LabeledExtractDesc
 LabeledExtractDesc[] BioMaterialManagerDelegate.searchLabeledExtracts(BioMaterialSearchCriteria criteria)
           
 LabeledExtractDesc[] BioMaterialManagerDelegate.searchLabeledExtracts(BioMaterialSearchCriteria criteria, int pageSize, int pageNum)
           
 LabeledExtractDesc[] BioMaterialManagerDelegate.searchLabeledExtractsShallow(BioMaterialSearchCriteria criteria)
           
 

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

Methods in gov.nih.nci.caarray.services.biomaterial with parameters of type LabeledExtractDesc
static void BioMaterialUtils.copy(LabeledExtract source, LabeledExtractDesc target)
           
 

Uses of LabeledExtractDesc in gov.nih.nci.caarray.services.biomaterial.ejb
 

Methods in gov.nih.nci.caarray.services.biomaterial.ejb that return LabeledExtractDesc
 LabeledExtractDesc[] BioMaterialManagerEJB.searchLabeledExtracts(BioMaterialSearchCriteria criteria)
          Search Label Extract
 LabeledExtractDesc[] BioMaterialManagerEJB.searchLabeledExtracts(BioMaterialSearchCriteria criteria, int pageSize, int pageNum)
          Search Label Extract
 LabeledExtractDesc[] BioMaterialManagerEJB.searchLabeledExtractsShallow(BioMaterialSearchCriteria criteria)
          Shallow search for Label Extract
 

Uses of LabeledExtractDesc in gov.nih.nci.caarray.ui.experiment
 

Methods in gov.nih.nci.caarray.ui.experiment that return LabeledExtractDesc
 LabeledExtractDesc HybridizationAnnotationForm.getChannelOne()
           
 LabeledExtractDesc HybridizationAnnotationForm.getChannelOneSpike()
           
 LabeledExtractDesc HybridizationAnnotationForm.getChannelTwo()
           
 LabeledExtractDesc HybridizationAnnotationForm.getChannelTwoSpike()
           
 

Methods in gov.nih.nci.caarray.ui.experiment with parameters of type LabeledExtractDesc
 void HybridizationAnnotationForm.setChannelOne(LabeledExtractDesc channelOne)
           
 void HybridizationAnnotationForm.setChannelOneSpike(LabeledExtractDesc channelOneSpike)
           
 void HybridizationAnnotationForm.setChannelTwo(LabeledExtractDesc channelTwo)
           
 void HybridizationAnnotationForm.setChannelTwoSpike(LabeledExtractDesc channelTwoSpike)