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

Packages that use TreatmentData
gov.nih.nci.caarray.common.data.biomaterial   
gov.nih.nci.caarray.common.delegate   
gov.nih.nci.caarray.services.biomaterial   
gov.nih.nci.caarray.services.biomaterial.ejb   
gov.nih.nci.caarray.services.util.dataconverter.test   
gov.nih.nci.caarray.ui.biomaterial   
 

Uses of TreatmentData in gov.nih.nci.caarray.common.data.biomaterial
 

Methods in gov.nih.nci.caarray.common.data.biomaterial that return TreatmentData
 TreatmentData[] BioMaterialView.getTreatments()
           
 

Methods in gov.nih.nci.caarray.common.data.biomaterial with parameters of type TreatmentData
 void BioMaterialView.addToTreatments(TreatmentData treatment)
           
 void BioMaterialView.setTreatments(TreatmentData[] treatments)
           
 

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

Methods in gov.nih.nci.caarray.common.delegate that return TreatmentData
 TreatmentData BioMaterialManagerDelegate.getTreatment(long id)
           
 TreatmentData[] BioMaterialManagerDelegate.getTreatments(long bioMaterialId)
           
 

Methods in gov.nih.nci.caarray.common.delegate with parameters of type TreatmentData
 long BioMaterialManagerDelegate.addTreatmentToBioSample(long bioSampleId, TreatmentData treatmentData)
           
 long BioMaterialManagerDelegate.addTreatmentToLabeledExtract(long labeledExtractId, TreatmentData treatmentData)
           
 long BioMaterialManagerDelegate.labelBioSample(TreatmentData labelingTreatment, LabeledExtractData extractData)
           
 long BioMaterialManagerDelegate.poolBioSamples(TreatmentData poolingTreatment, BioSampleData outputBioSample)
           
 long[] BioMaterialManagerDelegate.splitBioSample(TreatmentData splittingTreatment, SplitBioSampleData[] outputBioSamples)
           
 long BioMaterialManagerDelegate.treatBioMaterial(TreatmentData[] treatmentData, BioMaterialData outputBioMaterialData)
           
 long BioMaterialManagerDelegate.treatBioMaterial(TreatmentData treatmentData, BioMaterialData outputBioMaterialData)
           
 void BioMaterialManagerDelegate.updateLabeledExtract(TreatmentData labelingTreatment, LabeledExtractData extractData)
           
 void BioMaterialManagerDelegate.updateTreatment(TreatmentData treatmentData)
           
 

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

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

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

Methods in gov.nih.nci.caarray.services.biomaterial.ejb that return TreatmentData
 TreatmentData BioMaterialManagerEJB.getTreatment(long id)
          Retrieves the TreatmentData object from the persistence store.
 TreatmentData[] BioMaterialManagerEJB.getTreatments(long bioMaterialId)
           
 

Methods in gov.nih.nci.caarray.services.biomaterial.ejb with parameters of type TreatmentData
 long BioMaterialManagerEJB.addTreatmentToBioSample(long bioSampleId, TreatmentData treatmentData)
           
 long BioMaterialManagerEJB.addTreatmentToLabeledExtract(long labeledExtractId, TreatmentData treatmentData)
           
 long BioMaterialManagerEJB.labelBioSample(TreatmentData labelingTreatment, LabeledExtractData extractData)
          Labels a BioMaterial to create a LabeledExtract.
 long BioMaterialManagerEJB.poolBioSamples(TreatmentData poolingTreatment, BioSampleData outputBioSample)
          Pools bioMaterials into a single biomaterial
 long[] BioMaterialManagerEJB.splitBioSample(TreatmentData splittingTreatment, SplitBioSampleData[] splitBioSamples)
          Splits a given bio sample to produce new bio samples represented by the specified output bio samples.
 long BioMaterialManagerEJB.treatBioMaterial(TreatmentData[] treatmentData, BioMaterialData outputBioMaterialData)
          Applies the specified series of treatments to produce the specified output biomaterial.
 long BioMaterialManagerEJB.treatBioMaterial(TreatmentData treatmentData, BioMaterialData outputBioMaterialData)
          Applies the specified treatment to produce the specified output biomaterial.
 void BioMaterialManagerEJB.updateLabeledExtract(TreatmentData labelingTreatment, LabeledExtractData extractData)
          Updates LabeledExtract
 void BioMaterialManagerEJB.updateTreatment(TreatmentData treatmentData)
          Updates Treatment
 

Uses of TreatmentData in gov.nih.nci.caarray.services.util.dataconverter.test
 

Methods in gov.nih.nci.caarray.services.util.dataconverter.test with parameters of type TreatmentData
 void TestTreatmentConversion.compare(Treatment treatment, TreatmentData treatmentData)
           
 

Uses of TreatmentData in gov.nih.nci.caarray.ui.biomaterial
 

Methods in gov.nih.nci.caarray.ui.biomaterial that return TreatmentData
 TreatmentData SampleDetailForm.getTreatmentEvent(int index)
          This function allows the passing of the TreatmentEvents from the request to the form.