Uses of Class
gov.nih.nci.caarray.common.data.experiment.ExperimentView

Packages that use ExperimentView
gov.nih.nci.caarray.common.delegate   
gov.nih.nci.caarray.services.experiment   
gov.nih.nci.caarray.services.experiment.ejb   
gov.nih.nci.caarray.services.util.dataconverter.test   
 

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

Methods in gov.nih.nci.caarray.common.delegate that return ExperimentView
 ExperimentView ExperimentManagerDelegate.getExperimentView(long expId)
           
 

Uses of ExperimentView in gov.nih.nci.caarray.services.experiment
 

Methods in gov.nih.nci.caarray.services.experiment with parameters of type ExperimentView
static void ExperimentUtils.copy(Experiment source, ExperimentView target)
           
 

Uses of ExperimentView in gov.nih.nci.caarray.services.experiment.ejb
 

Methods in gov.nih.nci.caarray.services.experiment.ejb that return ExperimentView
 ExperimentView ExperimentManagerEJB.getExperimentView(long id)
          Retrieves the Experiment object from the persistence store.
 

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

Methods in gov.nih.nci.caarray.services.util.dataconverter.test with parameters of type ExperimentView
static void TestExperimentConversion.compare(Experiment exp, ExperimentView expView)