Uses of Class
ubic.gemma.rest.util.CursorPaginatedResponseDataObject
Packages that use CursorPaginatedResponseDataObject
-
Uses of CursorPaginatedResponseDataObject in ubic.gemma.rest
Subclasses of CursorPaginatedResponseDataObject in ubic.gemma.restModifier and TypeClassDescriptionstatic classCursor full-fidelity shape forDatasetsWebService.getDatasetAuditEvents(DatasetArg, CursorArg, LimitArg, boolean, boolean)(compact=false).static classCursor-mode response shape forDatasetsWebService.getDatasetSamples(DatasetArg, QuantitationTypeArg, boolean, CursorArg, LimitArg, ExcludeArg, boolean).static classCursor collapsed shape forDatasetsWebService.getDatasetAuditEvents(DatasetArg, CursorArg, LimitArg, boolean, boolean)(compact=true).static classCursor shape forDatasetsWebService.getDatasetTickets(DatasetArg, CursorArg, LimitArg).static classCursor-mode counterpart toDatasetsWebService.FilteredAndInferredAndPaginatedResponseDataObject.static classstatic classCursor-mode counterpart toDatasetsWebService.QueriedAndFilteredAndInferredAndPaginatedResponseDataObject.static classCursor shape forDatasetsWebService.getDatasetsExpressionLevelsForGene(GeneArg, QueryArg, FilterArg, OffsetArg, LimitArg, Boolean, ExpLevelConsolidationArg, CursorArg, Boolean)/DatasetsWebService.getDatasetsExpressionLevelsForGeneInTaxon(TaxonArg, GeneArg, QueryArg, FilterArg, OffsetArg, LimitArg, Boolean, ExpLevelConsolidationArg, CursorArg, Boolean). -
Uses of CursorPaginatedResponseDataObject in ubic.gemma.rest.util
Subclasses of CursorPaginatedResponseDataObject in ubic.gemma.rest.utilModifier and TypeClassDescriptionclassCursor-mode counterpart toFilteredAndPaginatedResponseDataObject.classCursor-mode counterpart toQueriedAndFilteredAndPaginatedResponseDataObject.Methods in ubic.gemma.rest.util that return CursorPaginatedResponseDataObjectModifier and TypeMethodDescriptionstatic <T> CursorPaginatedResponseDataObject<T> Responders.paginateByCursor(CursorPage<T> payload, String[] groupBy) Paginate aCursorPageinto the cursor-mode response wrapper.