Uses of Class
de.hybris.platform.servicelayer.search.RelationQuery.ORDERING
-
Packages that use RelationQuery.ORDERING Package Description de.hybris.platform.servicelayer.search -
-
Uses of RelationQuery.ORDERING in de.hybris.platform.servicelayer.search
Methods in de.hybris.platform.servicelayer.search that return RelationQuery.ORDERING Modifier and Type Method Description static RelationQuery.ORDERINGRelationQuery.ORDERING. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static RelationQuery.ORDERING[]RelationQuery.ORDERING. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.hybris.platform.servicelayer.search with parameters of type RelationQuery.ORDERING Modifier and Type Method Description voidRelationQuery. addOrder(java.lang.String attribute, RelationQuery.ORDERING ascending)Adds the order.Constructors in de.hybris.platform.servicelayer.search with parameters of type RelationQuery.ORDERING Constructor Description OrderSpec(java.lang.String attribute, RelationQuery.ORDERING ascending)Instantiates a new order spec.
-