Uses of Enum
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) Obtain aSortobject for a property of theFilteringDao.FilteringService.getSort(String property, Sort.Direction direction, Sort.NullMode last) -
Uses of Sort.Direction in ubic.gemma.persistence.util
Methods in ubic.gemma.persistence.util that return Sort.DirectionModifier and TypeMethodDescriptionSort.getDirection()static Sort.DirectionReturns the enum constant of this type with the specified name.static Sort.Direction[]Sort.Direction.values()Returns an array containing the constants of this enum type, 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.