Uses of Class
de.hybris.platform.integrationservices.search.OrderExpression
-
-
Uses of OrderExpression in de.hybris.platform.integrationservices.search
Methods in de.hybris.platform.integrationservices.search that return types with arguments of type OrderExpression Modifier and Type Method Description java.util.List<OrderExpression>ImmutableItemSearchRequest. getOrderBy()default java.util.List<OrderExpression>ItemSearchRequest. getOrderBy()Specifies conditions the items to retrieve should be ordered byMethod parameters in de.hybris.platform.integrationservices.search with type arguments of type OrderExpression Modifier and Type Method Description FlexibleSearchQueryBuilderFlexibleSearchQueryBuilder. withOrderBy(java.util.List<OrderExpression> orderExpressions)ImmutableItemSearchRequest.BuilderImmutableItemSearchRequest.Builder. withOrderBy(java.util.List<OrderExpression> orderByExpressions) -
Uses of OrderExpression in de.hybris.platform.odata2services.filter
Methods in de.hybris.platform.odata2services.filter that return types with arguments of type OrderExpression Modifier and Type Method Description java.util.List<OrderExpression>OrderByExpressionVisitor. visit(org.apache.olingo.odata2.api.uri.expression.OrderByExpression expression, java.lang.String expressionString, java.util.List<java.lang.Object> orders)Visit theOrderByExpression -
Uses of OrderExpression in de.hybris.platform.odata2services.filter.impl
Methods in de.hybris.platform.odata2services.filter.impl that return types with arguments of type OrderExpression Modifier and Type Method Description java.util.List<OrderExpression>DefaultOrderByExpressionVisitor. visit(org.apache.olingo.odata2.api.uri.expression.OrderByExpression expression, java.lang.String expressionString, java.util.List<java.lang.Object> orders) -
Uses of OrderExpression in de.hybris.platform.odata2services.odata.persistence
Methods in de.hybris.platform.odata2services.odata.persistence that return types with arguments of type OrderExpression Modifier and Type Method Description java.util.List<OrderExpression>ItemLookupRequest. getOrderBy()
-