Uses of Class
ubic.gemma.persistence.util.Sort.Direction
-
Packages that use Sort.Direction Package Description ubic.gemma.persistence.service ubic.gemma.persistence.util -
-
Uses of Sort.Direction in ubic.gemma.persistence.service
Methods in ubic.gemma.persistence.service with parameters of type Sort.Direction Modifier and Type Method Description Sort
AbstractFilteringVoEnabledDao. getSort(String property, Sort.Direction direction, Sort.NullMode nullMode)
Sort
AbstractFilteringVoEnabledService. getSort(String property, Sort.Direction direction, Sort.NullMode nullMode)
Sort
AbstractNoopFilteringVoEnabledDao. getSort(String property, Sort.Direction direction, Sort.NullMode nullMode)
Sort
FilteringDao. getSort(String property, Sort.Direction direction, Sort.NullMode nullMode)
Obtain aSort
object for a property of theFilteringDao
.Sort
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.Direction Modifier and Type Method Description static Sort.Direction
Sort.Direction. valueOf(String name)
Returns 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.Direction Modifier and Type Method Description static Sort
Sort. by(String alias, String propertyName, Sort.Direction direction, Sort.NullMode nullMode)
Create a sort without an original property.static Sort
Sort. by(String alias, String propertyName, Sort.Direction direction, Sort.NullMode nullMode, String originalProperty)
Create aSort
for a given alias, property and direction.
-