Uses of Class
ubic.gemma.model.expression.experiment.ExpressionExperimentDetailsValueObject
Packages that use ExpressionExperimentDetailsValueObject
Package
Description
-
Uses of ExpressionExperimentDetailsValueObject in ubic.gemma.core.analysis.report
Methods in ubic.gemma.core.analysis.report that return ExpressionExperimentDetailsValueObjectModifier and TypeMethodDescriptionExpressionExperimentReportService.generateSummary(Long id) Generate a value object that contain summary information about links, biomaterials, and datavectorsExpressionExperimentReportServiceImpl.generateSummary(Long id) Methods in ubic.gemma.core.analysis.report that return types with arguments of type ExpressionExperimentDetailsValueObjectModifier and TypeMethodDescriptionExpressionExperimentReportService.generateSummaryObjects()Generates reports on ALL experiments, including 'private' ones.ExpressionExperimentReportServiceImpl.generateSummaryObjects()ExpressionExperimentReportService.retrieveSummaryObjects(Collection<Long> ids) retrieves a collection of cached value objects containing summary informationExpressionExperimentReportServiceImpl.retrieveSummaryObjects(Collection<Long> ids) Method parameters in ubic.gemma.core.analysis.report with type arguments of type ExpressionExperimentDetailsValueObjectModifier and TypeMethodDescriptionvoidExpressionExperimentReportService.getAnnotationInformation(Collection<ExpressionExperimentDetailsValueObject> vos) voidExpressionExperimentReportServiceImpl.getAnnotationInformation(Collection<ExpressionExperimentDetailsValueObject> vos) Populate information about how many annotations there are, and how many factor values there are.voidExpressionExperimentReportService.populateEventInformation(Collection<ExpressionExperimentDetailsValueObject> vos) voidExpressionExperimentReportServiceImpl.populateEventInformation(Collection<ExpressionExperimentDetailsValueObject> vos) Fills in event and security information from the database.voidExpressionExperimentReportService.populateReportInformation(Collection<ExpressionExperimentDetailsValueObject> vos) Fills in link analysis and differential expression analysis summaries, and other info from the report.voidExpressionExperimentReportServiceImpl.populateReportInformation(Collection<ExpressionExperimentDetailsValueObject> vos) -
Uses of ExpressionExperimentDetailsValueObject in ubic.gemma.core.tasks.visualization
Methods in ubic.gemma.core.tasks.visualization that return types with arguments of type ExpressionExperimentDetailsValueObject -
Uses of ExpressionExperimentDetailsValueObject in ubic.gemma.persistence.service.analysis.expression
Methods in ubic.gemma.persistence.service.analysis.expression that return types with arguments of type ExpressionExperimentDetailsValueObjectModifier and TypeMethodDescriptionExpressionExperimentSetDao.getExperimentValueObjectsInSet(Long id) ExpressionExperimentSetDaoImpl.getExperimentValueObjectsInSet(Long id) -
Uses of ExpressionExperimentDetailsValueObject in ubic.gemma.persistence.service.analysis.expression.diff
Methods in ubic.gemma.persistence.service.analysis.expression.diff that return types with arguments of type ExpressionExperimentDetailsValueObjectModifier and TypeMethodDescriptionDifferentialExpressionAnalysisService.getAnalysesByExperiment(Collection<Long> ids) Given a set of ids, find experiments or experimentsubsets that have differential expression analyses.DifferentialExpressionAnalysisService.getAnalysesByExperiment(Collection<Long> ids, int offset, int limit) DifferentialExpressionAnalysisServiceImpl.getAnalysesByExperiment(Collection<Long> ids) DifferentialExpressionAnalysisServiceImpl.getAnalysesByExperiment(Collection<Long> ids, int offset, int limit) -
Uses of ExpressionExperimentDetailsValueObject in ubic.gemma.persistence.service.expression.experiment
Methods in ubic.gemma.persistence.service.expression.experiment that return types with arguments of type ExpressionExperimentDetailsValueObjectModifier and TypeMethodDescriptionExpressionExperimentSetService.getExperimentValueObjectsInSet(Long id) Get the member experiment value objects for the set id; security filtered.ExpressionExperimentSetServiceImpl.getExperimentValueObjectsInSet(Long id) ExpressionExperimentDao.loadDetailsValueObjects(Collection<Long> ids, Taxon taxon, Sort sort, int offset, int limit) Special method for front-end access.ExpressionExperimentDaoImpl.loadDetailsValueObjects(Collection<Long> ids, Taxon taxon, Sort sort, int offset, int limit) ExpressionExperimentService.loadDetailsValueObjects(Collection<Long> ids, Taxon taxon, Sort sort, int offset, int limit) ExpressionExperimentServiceImpl.loadDetailsValueObjects(Collection<Long> ids, Taxon taxon, Sort sort, int offset, int limit) ExpressionExperimentDao.loadDetailsValueObjectsByIds(Collection<Long> ids) LikeExpressionExperimentDao.loadDetailsValueObjects(Collection, Taxon, Sort, int, int), but returning a list.ExpressionExperimentDaoImpl.loadDetailsValueObjectsByIds(Collection<Long> ids) ExpressionExperimentService.loadDetailsValueObjectsByIds(Collection<Long> ids) ExpressionExperimentServiceImpl.loadDetailsValueObjectsByIds(Collection<Long> ids) ExpressionExperimentDao.loadDetailsValueObjectsByIdsWithCache(Collection<Long> ids) Flavour ofExpressionExperimentDao.loadDetailsValueObjectsByIds(Collection), but using the query cache.ExpressionExperimentDao.loadDetailsValueObjectsByIdsWithCache(Collection<Long> ids, Taxon taxon, Sort sort, int offset, int limit) Flavour ofExpressionExperimentDao.loadDetailsValueObjectsByIds(Collection), but using the query cache.ExpressionExperimentDaoImpl.loadDetailsValueObjectsByIdsWithCache(Collection<Long> ids) ExpressionExperimentDaoImpl.loadDetailsValueObjectsByIdsWithCache(Collection<Long> ids, Taxon taxon, Sort sort, int offset, int limit) ExpressionExperimentService.loadDetailsValueObjectsByIdsWithCache(Collection<Long> ids) ExpressionExperimentServiceImpl.loadDetailsValueObjectsByIdsWithCache(Collection<Long> ids) ExpressionExperimentService.loadDetailsValueObjectsWithCache(Collection<Long> ids, Taxon taxon, Sort sort, int offset, int limit) ExpressionExperimentServiceImpl.loadDetailsValueObjectsWithCache(Collection<Long> ids, Taxon taxon, Sort sort, int offset, int limit) -
Uses of ExpressionExperimentDetailsValueObject in ubic.gemma.web.controller.expression.experiment
Subclasses of ExpressionExperimentDetailsValueObject in ubic.gemma.web.controller.expression.experimentMethods in ubic.gemma.web.controller.expression.experiment that return ExpressionExperimentDetailsValueObjectModifier and TypeMethodDescriptionExpressionExperimentController.loadExpressionExperimentDetails(Long id) AJAX; Populate all the details.ExpressionExperimentController.updateBasics(UpdateEEDetailsCommand command) Methods in ubic.gemma.web.controller.expression.experiment that return types with arguments of type ExpressionExperimentDetailsValueObjectModifier and TypeMethodDescriptionExpressionExperimentController.browse(ListBatchCommand batch) AJAX call for remote paging store security isn't incorporated in db query, so paging needs to occur at higher level.ExpressionExperimentController.browseByTaxon(ListBatchCommand batch, Long taxonId) AJAXExpressionExperimentController.browseSpecificIds(ListBatchCommand batch, Collection<Long> ids) AJAX call for remote paging storeExpressionExperimentSetController.getExperimentsInSet(Long groupId, Integer limit) ExpressionExperimentController.loadDetailedExpressionExperiments(Collection<Long> ids) AJAX - for display in tables.ExpressionExperimentController.loadExperimentsForPlatform(Long id) AJAX get experiments that used a given platform.ExpressionExperimentController.loadExpressionExperiments(List<Long> ids) AJAX - for display in tables.ExpressionExperimentController.loadStatusSummaries(Long taxonId, List<Long> ids, Integer limit, Integer filter, Boolean showPublic) AJAX. -
Uses of ExpressionExperimentDetailsValueObject in ubic.gemma.web.controller.persistence
Methods in ubic.gemma.web.controller.persistence that return types with arguments of type ExpressionExperimentDetailsValueObjectModifier and TypeMethodDescriptionSessionListManager.getExperimentsInSet(Long id) SessionListManagerImpl.getExperimentsInSet(Long id) -
Uses of ExpressionExperimentDetailsValueObject in ubic.gemma.web.service
Methods in ubic.gemma.web.service that return ExpressionExperimentDetailsValueObjectModifier and TypeMethodDescription