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

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

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

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

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

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

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

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