Uses of Class
ubic.gemma.web.controller.util.ListBatchCommand
Packages that use ListBatchCommand
Package
Description
-
Uses of ListBatchCommand in ubic.gemma.web.controller.common.description
Methods in ubic.gemma.web.controller.common.description with parameters of type ListBatchCommandModifier and TypeMethodDescriptionJsonReaderResponse<ubic.gemma.model.common.description.AnnotationValueObject> CharacteristicBrowserController.browse(ListBatchCommand batch) -
Uses of ListBatchCommand in ubic.gemma.web.controller.common.description.bibref
Methods in ubic.gemma.web.controller.common.description.bibref with parameters of type ListBatchCommandModifier and TypeMethodDescriptionJsonReaderResponse<ubic.gemma.model.common.description.BibliographicReferenceValueObject> BibliographicReferenceController.browse(ListBatchCommand batch) -
Uses of ListBatchCommand in ubic.gemma.web.controller.expression.arrayDesign
Methods in ubic.gemma.web.controller.expression.arrayDesign with parameters of type ListBatchCommandModifier and TypeMethodDescriptionJsonReaderResponse<ubic.gemma.model.expression.arrayDesign.ArrayDesignValueObject> ArrayDesignController.browse(ListBatchCommand batch, Long[] ids, boolean showMerged, boolean showOrphans) -
Uses of ListBatchCommand in ubic.gemma.web.controller.expression.experiment
Methods in ubic.gemma.web.controller.expression.experiment with parameters of type ListBatchCommandModifier and TypeMethodDescriptionJsonReaderResponse<ubic.gemma.model.expression.experiment.ExpressionExperimentDetailsValueObject> ExpressionExperimentController.browse(ListBatchCommand batch) AJAX call for remote paging store security isn't incorporated in db query, so paging needs to occur at higher level.JsonReaderResponse<ubic.gemma.model.expression.experiment.ExpressionExperimentDetailsValueObject> ExpressionExperimentController.browseByTaxon(ListBatchCommand batch, Long taxonId) AJAXJsonReaderResponse<ubic.gemma.model.expression.experiment.ExpressionExperimentDetailsValueObject> ExpressionExperimentController.browseSpecificIds(ListBatchCommand batch, Collection<Long> ids) AJAX call for remote paging store