Uses of Enum Class
ubic.gemma.persistence.util.Sort.Direction
Packages that use Sort.Direction
-
Uses of Sort.Direction in ubic.gemma.persistence.service
Methods in ubic.gemma.persistence.service with parameters of type Sort.DirectionModifier 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) FilteringService.getSort(String property, Sort.Direction direction, Sort.NullMode last) -
Uses of Sort.Direction in ubic.gemma.persistence.util
Subclasses with type arguments of type Sort.Direction in ubic.gemma.persistence.utilMethods in ubic.gemma.persistence.util that return Sort.DirectionModifier and TypeMethodDescriptionSort.getDirection()static Sort.DirectionReturns the enum constant of this class with the specified name.static Sort.Direction[]Sort.Direction.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ubic.gemma.persistence.util with parameters of type Sort.DirectionModifier and TypeMethodDescriptionstatic 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.