Uses of Enum Class
de.hybris.platform.servicelayer.search.RelationQuery.ORDERING
Packages that use RelationQuery.ORDERING
-
Uses of RelationQuery.ORDERING in de.hybris.platform.servicelayer.search
Methods in de.hybris.platform.servicelayer.search that return RelationQuery.ORDERINGModifier and TypeMethodDescriptionstatic RelationQuery.ORDERINGReturns the enum constant of this class with the specified name.static RelationQuery.ORDERING[]RelationQuery.ORDERING.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.hybris.platform.servicelayer.search with parameters of type RelationQuery.ORDERINGModifier and TypeMethodDescriptionvoidRelationQuery.addOrder(String attribute, RelationQuery.ORDERING ascending) Adds the order.Constructors in de.hybris.platform.servicelayer.search with parameters of type RelationQuery.ORDERINGModifierConstructorDescriptionOrderSpec(String attribute, RelationQuery.ORDERING ascending) Instantiates a new order spec.