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

Packages that use BioSourceData
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   
 

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

Methods in gov.nih.nci.caarray.common.delegate that return BioSourceData
 BioSourceData BioMaterialManagerDelegate.getBioSource(long id)
           
 

Methods in gov.nih.nci.caarray.common.delegate with parameters of type BioSourceData
 long BioMaterialManagerDelegate.addBioSource(BioSourceData bioSourceData, VocabData[] characteristics)
           
 void BioMaterialManagerDelegate.updateBioSource(BioSourceData bioSourceData)
           
 

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

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

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

Methods in gov.nih.nci.caarray.services.biomaterial.ejb that return BioSourceData
 BioSourceData BioMaterialManagerEJB.getBioSource(long id)
          Retrieves the BioSourceData object from the persistence store.
 

Methods in gov.nih.nci.caarray.services.biomaterial.ejb with parameters of type BioSourceData
 long BioMaterialManagerEJB.addBioSource(BioSourceData bioSourceData, VocabData[] characteristics)
          Adds the specified BioSource to the persistence store
 void BioMaterialManagerEJB.updateBioSource(BioSourceData bioSourceData)
          Updates BioSource
 

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

Fields in gov.nih.nci.caarray.services.util.dataconverter.test declared as BioSourceData
 BioSourceData TestBioMaterialConversion.bioSourceData