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

Packages that use BioSourceView
gov.nih.nci.caarray.common.delegate   
gov.nih.nci.caarray.services.biomaterial   
gov.nih.nci.caarray.services.biomaterial.ejb   
 

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

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

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

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

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

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