Uses of Enum Class
de.hybris.platform.persistence.polyglot.search.criteria.Criteria.OrderByElement.Direction
Packages that use Criteria.OrderByElement.Direction
-
Uses of Criteria.OrderByElement.Direction in de.hybris.platform.persistence.polyglot.search.criteria
Methods in de.hybris.platform.persistence.polyglot.search.criteria that return Criteria.OrderByElement.DirectionModifier and TypeMethodDescriptionCriteria.OrderByElement.Direction.defaultDirection()Criteria.OrderByElement.Direction.fromString(String str) Criteria.OrderByElement.getDirection()Returns the enum constant of this class with the specified name.static Criteria.OrderByElement.Direction[]Criteria.OrderByElement.Direction.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.hybris.platform.persistence.polyglot.search.criteria with parameters of type Criteria.OrderByElement.DirectionModifier and TypeMethodDescriptionCriteria.CriteriaBuilder.withOrderByAttribute(SingleAttributeKey key, Criteria.OrderByElement.Direction dir)