Uses of Class
ubic.gemma.persistence.util.Sort
Packages that use Sort
Package
Description
-
Uses of Sort in ubic.gemma.persistence.service
Methods in ubic.gemma.persistence.service that return SortModifier and TypeMethodDescriptionfinal SortAbstractFilteringVoEnabledDao.getSort(String property, Sort.Direction direction, Sort.NullMode nullMode) AbstractFilteringVoEnabledService.getSort(String property, Sort.Direction direction, Sort.NullMode nullMode) final SortAbstractNoopFilteringVoEnabledDao.getSort(String property, Sort.Direction direction, Sort.NullMode nullMode) FilteringDao.getSort(String property, Sort.Direction direction, Sort.NullMode nullMode) Obtain aSortobject for a property of theFilteringDao.FilteringService.getSort(String property, Sort.Direction direction, Sort.NullMode last) Methods in ubic.gemma.persistence.service with parameters of type SortModifier and TypeMethodDescriptionprotected QueryAbstractQueryFilteringVoEnabledDao.getFilteringIdQuery(Filters filters, Sort sort) Produce a query that will be used to retrieve IDs ofAbstractQueryFilteringVoEnabledDao.getFilteringQuery(Filters, Sort).protected abstract QueryAbstractQueryFilteringVoEnabledDao.getFilteringQuery(Filters filters, Sort sort) Produce a query for retrieving value objects after applying a set of filters and a given ordering.Load entities matching the given filters.Load a slice of entities matching the given filters.Load IDs of entities matching the given filters.AbstractQueryFilteringVoEnabledDao.loadIdsWithCache(Filters filters, Sort sort) CachedFilteringDao.loadIdsWithCache(Filters filters, Sort sort) AbstractCriteriaFilteringVoEnabledDao.loadValueObjects(Filters filters, Sort sort) AbstractCriteriaFilteringVoEnabledDao.loadValueObjects(Filters filters, Sort sort, int offset, int limit) AbstractFilteringVoEnabledService.loadValueObjects(Filters filters, Sort sort) AbstractFilteringVoEnabledService.loadValueObjects(Filters filters, Sort sort, int offset, int limit) AbstractNoopFilteringVoEnabledDao.loadValueObjects(Filters filters, Sort sort) AbstractNoopFilteringVoEnabledDao.loadValueObjects(Filters filters, Sort sort, int offset, int limit) AbstractQueryFilteringVoEnabledDao.loadValueObjects(Filters filters, Sort sort) AbstractQueryFilteringVoEnabledDao.loadValueObjects(Filters filters, Sort sort, int offset, int limit) FilteringVoEnabledDao.loadValueObjects(Filters filters, Sort sort) Load VOs with minimal ordering and filtering.FilteringVoEnabledDao.loadValueObjects(Filters filters, Sort sort, int offset, int limit) Load VOs with ordering, filtering and offset/limit.FilteringVoEnabledService.loadValueObjects(Filters filters, Sort sort) FilteringVoEnabledService.loadValueObjects(Filters filters, Sort sort, int offset, int limit) AbstractQueryFilteringVoEnabledDao.loadValueObjectsWithCache(Filters filters, Sort sort) AbstractQueryFilteringVoEnabledDao.loadValueObjectsWithCache(Filters filters, Sort sort, int offset, int limit) CachedFilteringVoEnabledDao.loadValueObjectsWithCache(Filters filters, Sort sort) CachedFilteringVoEnabledDao.loadValueObjectsWithCache(Filters filters, Sort sort, int offset, int limit) AbstractQueryFilteringVoEnabledDao.loadWithCache(Filters filters, Sort sort) AbstractQueryFilteringVoEnabledDao.loadWithCache(Filters filters, Sort sort, int offset, int limit) CachedFilteringDao.loadWithCache(Filters filters, Sort sort) CachedFilteringDao.loadWithCache(Filters filters, Sort sort, int offset, int limit) -
Uses of Sort in ubic.gemma.persistence.service.analysis.expression.diff
Methods in ubic.gemma.persistence.service.analysis.expression.diff with parameters of type SortModifier and TypeMethodDescriptionExpressionAnalysisResultSetDao.findByBioAssaySetInAndDatabaseEntryInLimit(Collection<BioAssaySet> bioAssaySets, Collection<DatabaseEntry> databaseEntries, Filters filters, int offset, int limit, Sort sort) Retrieve result sets associated to a set ofBioAssaySetand external database entries.ExpressionAnalysisResultSetDaoImpl.findByBioAssaySetInAndDatabaseEntryInLimit(Collection<BioAssaySet> bioAssaySets, Collection<DatabaseEntry> databaseEntries, Filters filters, int offset, int limit, Sort sort) ExpressionAnalysisResultSetService.findByBioAssaySetInAndDatabaseEntryInLimit(Collection<BioAssaySet> bioAssaySets, Collection<DatabaseEntry> externalIds, Filters filters, int offset, int limit, Sort sort) ExpressionAnalysisResultSetServiceImpl.findByBioAssaySetInAndDatabaseEntryInLimit(Collection<BioAssaySet> bioAssaySets, Collection<DatabaseEntry> externalIds, Filters filters, int offset, int limit, Sort sort) -
Uses of Sort in ubic.gemma.persistence.service.common.auditAndSecurity
Methods in ubic.gemma.persistence.service.common.auditAndSecurity with parameters of type SortModifier and TypeMethodDescriptionSecurableFilteringVoEnabledService.loadValueObjects(Filters filters, Sort sort) SecurableFilteringVoEnabledService.loadValueObjects(Filters filters, Sort sort, int offset, int limit) -
Uses of Sort in ubic.gemma.persistence.service.common.auditAndSecurity.curation
Methods in ubic.gemma.persistence.service.common.auditAndSecurity.curation with parameters of type SortModifier and TypeMethodDescriptionprotected StringAbstractCuratableDao.groupByIfNecessary(Sort sort, String... oneToManyAliases) Similar logic toAbstractCuratableDao.distinctIfNecessary(), but using a group by since it's more efficient. -
Uses of Sort in ubic.gemma.persistence.service.expression.arrayDesign
Methods in ubic.gemma.persistence.service.expression.arrayDesign with parameters of type SortModifier and TypeMethodDescriptionprotected QueryArrayDesignDaoImpl.getFilteringIdQuery(Filters filters, Sort sort) protected QueryArrayDesignDaoImpl.getFilteringQuery(Filters filters, Sort sort) ArrayDesignDao.loadBlacklistedValueObjects(Filters filters, Sort sort, int offset, int limit) ArrayDesignDaoImpl.loadBlacklistedValueObjects(Filters filters, Sort sort, int offset, int limit) ArrayDesignService.loadBlacklistedValueObjects(Filters filters, Sort sort, int offset, int limit) No need for ACL_VALUE_OBJECT_COLLECTION_READ because the filtering is done in the query.ArrayDesignServiceImpl.loadBlacklistedValueObjects(Filters filters, Sort sort, int offset, int limit) ArrayDesignService.loadValueObjectsWithCache(Filters filters, Sort sort) ArrayDesignServiceImpl.loadValueObjectsWithCache(Filters filters, Sort sort) -
Uses of Sort in ubic.gemma.persistence.service.expression.designElement
Methods in ubic.gemma.persistence.service.expression.designElement with parameters of type SortModifier and TypeMethodDescriptionprotected QueryCompositeSequenceDaoImpl.getFilteringIdQuery(Filters filters, Sort sort) protected QueryCompositeSequenceDaoImpl.getFilteringQuery(Filters filters, Sort sort) -
Uses of Sort in ubic.gemma.persistence.service.expression.experiment
Methods in ubic.gemma.persistence.service.expression.experiment with parameters of type SortModifier and TypeMethodDescriptionprotected QueryExpressionExperimentDaoImpl.getFilteringIdQuery(Filters filters, Sort sort) protected QueryExpressionExperimentDaoImpl.getFilteringQuery(Filters filters, Sort sort) ExpressionExperimentDao.loadBlacklistedValueObjects(Filters filters, Sort sort, int offset, int limit) ExpressionExperimentDaoImpl.loadBlacklistedValueObjects(Filters filters, Sort sort, int offset, int limit) ExpressionExperimentService.loadBlacklistedValueObjects(Filters filters, Sort sort, int offset, int limit) ExpressionExperimentServiceImpl.loadBlacklistedValueObjects(Filters filters, Sort sort, int offset, int limit) 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.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, Taxon taxon, Sort sort, int offset, int limit) 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) ExpressionExperimentService.loadIdsWithCache(Filters filters, Sort sort) ExpressionExperimentServiceImpl.loadIdsWithCache(Filters filters, Sort sort) ExpressionExperimentDaoImpl.loadValueObjects(Filters filters, Sort sort) ExpressionExperimentDaoImpl.loadValueObjects(Filters filters, Sort sort, int offset, int limit) ExpressionExperimentService.loadValueObjectsWithCache(Filters filters, Sort sort, int offset, int limit) ExpressionExperimentServiceImpl.loadValueObjectsWithCache(Filters filters, Sort sort, int offset, int limit) -
Uses of Sort in ubic.gemma.persistence.service.genome
Methods in ubic.gemma.persistence.service.genome with parameters of type SortModifier and TypeMethodDescriptionprotected QueryGeneDaoImpl.getFilteringQuery(Filters filters, Sort sort) -
Uses of Sort in ubic.gemma.persistence.service.genome.taxon
Methods in ubic.gemma.persistence.service.genome.taxon with parameters of type SortModifier and TypeMethodDescriptionprotected QueryTaxonDaoImpl.getFilteringQuery(Filters filters, Sort sort) -
Uses of Sort in ubic.gemma.persistence.util
Methods in ubic.gemma.persistence.util that return SortModifier and TypeMethodDescriptionAdd a next sort.static SortSort.by(String alias, String propertyName, Sort.Direction direction, Sort.NullMode nullMode) Create a sort without an original property.static SortSort.by(String alias, String propertyName, Sort.Direction direction, Sort.NullMode nullMode, String originalProperty) Create aSortfor a given alias, property and direction.Sort.getAndThen()Slice.getSort()Methods in ubic.gemma.persistence.util with parameters of type SortModifier and TypeMethodDescriptionAdd a next sort.static booleanFiltersUtils.containsAnyAlias(Filters filters, Sort sort, String... aliases) Check if an alias is mentioned in a set ofFilter.static StringFilterQueryUtils.formOrderByClause(Sort sort) Forms an order by clause for a Hibernate query based on given arguments.Constructors in ubic.gemma.persistence.util with parameters of type Sort -
Uses of Sort in ubic.gemma.rest
Constructors in ubic.gemma.rest with parameters of type SortModifierConstructorDescriptionQueriedAndFilteredAndInferredAndLimitedResponseDataObject(List<T> payload, String query, Filters filters, String[] groupBy, Sort sort, Integer limit, Collection<OntologyTerm> inferredTerms) QueriedAndFilteredAndInferredResponseDataObject(List<T> payload, String query, Filters filters, String[] groupBy, Sort sort, Collection<OntologyTerm> inferredTerms) -
Uses of Sort in ubic.gemma.rest.util
Methods in ubic.gemma.rest.util with parameters of type SortModifier and TypeMethodDescriptionstatic <T> QueriedAndFilteredResponseDataObject<T> static <T> FilteredResponseDataObject<T> Produce all results.static <T> FilteredAndPaginatedResponseDataObject<T> Responders.paginate(Responders.FilterMethod<T> filterMethod, Filters filters, String[] groupBy, Sort sort, int offset, int limit) Paginate results with a filter using a callback to produce the payload.static <T> FilteredAndLimitedResponseDataObject<T> Produce top results.Constructors in ubic.gemma.rest.util with parameters of type SortModifierConstructorDescriptionFilteredAndLimitedResponseDataObject(List<T> payload, Filters filters, String[] groupBy, Sort sort, Integer limit) QueriedAndFilteredAndLimitedResponseDataObject(List<T> payload, String query, Filters filters, String[] groupBy, Sort sort, Integer limit) QueriedAndFilteredResponseDataObject(List<T> payload, String query, Filters filters, String[] groupBy, Sort sort) SortValueObject(Sort sort) -
Uses of Sort in ubic.gemma.rest.util.args
Methods in ubic.gemma.rest.util.args that return Sort