Uses of Class
ubic.gemma.web.remote.ListBatchCommand
-
-
Uses of ListBatchCommand in ubic.gemma.web.controller.common
Methods in ubic.gemma.web.controller.common with parameters of type ListBatchCommand Modifier and Type Method Description JsonReaderResponse<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 ListBatchCommand Modifier and Type Method Description JsonReaderResponse<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 ListBatchCommand Modifier and Type Method Description JsonReaderResponse<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 ListBatchCommand Modifier and Type Method Description JsonReaderResponse<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<ExpressionExperimentDetailsValueObject>
ExpressionExperimentController. browseByTaxon(ListBatchCommand batch, Long taxonId)
JsonReaderResponse<ExpressionExperimentDetailsValueObject>
ExpressionExperimentController. browseSpecificIds(ListBatchCommand batch, Collection<Long> ids)
AJAX call for remote paging store
-