Uses of Class
ubic.gemma.persistence.util.Sort.NullMode
-
Packages that use Sort.NullMode Package Description ubic.gemma.persistence.service ubic.gemma.persistence.util -
-
Uses of Sort.NullMode in ubic.gemma.persistence.service
Methods in ubic.gemma.persistence.service with parameters of type Sort.NullMode 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.NullMode in ubic.gemma.persistence.util
Methods in ubic.gemma.persistence.util that return Sort.NullMode Modifier and Type Method Description static Sort.NullMode
Sort.NullMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static Sort.NullMode[]
Sort.NullMode. 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.NullMode 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.
-