Uses of Class
de.hybris.platform.commerceservices.search.flexiblesearch.data.SortQueryData
-
-
Uses of SortQueryData in de.hybris.platform.assistedserviceservices.impl
Methods in de.hybris.platform.assistedserviceservices.impl that return SortQueryData Modifier and Type Method Description protected SortQueryDataDefaultAssistedServiceService. createSortQueryData(java.lang.String sortCode, java.lang.String query) -
Uses of SortQueryData in de.hybris.platform.b2bacceleratorservices.dao.impl
Methods in de.hybris.platform.b2bacceleratorservices.dao.impl that return SortQueryData Modifier and Type Method Description protected SortQueryDataDefaultB2BAcceleratorCartToOrderCronJobModelDao. createSortQueryData(java.lang.String sortCode, java.lang.String query) -
Uses of SortQueryData in de.hybris.platform.commerceservices.customer.dao.impl
Methods in de.hybris.platform.commerceservices.customer.dao.impl that return SortQueryData Modifier and Type Method Description protected SortQueryDataDefaultCustomerAccountDao. createSortQueryData(java.lang.String sortCode, java.lang.String query) -
Uses of SortQueryData in de.hybris.platform.commerceservices.order.dao.impl
Methods in de.hybris.platform.commerceservices.order.dao.impl that return SortQueryData Modifier and Type Method Description protected SortQueryDataDefaultCommerceQuoteDao. createSortQueryData(java.lang.String sortCode, java.lang.String query)protected SortQueryDataDefaultSaveCartDao. createSortQueryData(java.lang.String sortCode, java.lang.String query) -
Uses of SortQueryData in de.hybris.platform.commerceservices.search.dao.impl
Methods in de.hybris.platform.commerceservices.search.dao.impl that return SortQueryData Modifier and Type Method Description protected SortQueryDataDefaultPagedGenericDao. createSortQueryData(java.lang.String sortCode, java.lang.String query)Deprecated.protected SortQueryDataDefaultPagedGenericDao. createSortQueryData(java.lang.String sortCode, java.util.Map<java.lang.String,?> params, SortParameters sortParameters)Deprecated.protected SortQueryDataDefaultPagedGenericDao. createSortQueryData(java.lang.String sortCode, java.util.Map<java.lang.String,?> params, SortParameters sortParameters, PageableData pageableData)Deprecated.since 6.4. -
Uses of SortQueryData in de.hybris.platform.commerceservices.search.flexiblesearch
Method parameters in de.hybris.platform.commerceservices.search.flexiblesearch with type arguments of type SortQueryData Modifier and Type Method Description <T> SearchPageData<T>PagedFlexibleSearchService. search(java.util.List<SortQueryData> sortQueries, java.lang.String defaultSortCode, java.util.Map<java.lang.String,?> queryParams, PageableData pageableData)Deprecated.Searches according to a sort query and pagination data -
Uses of SortQueryData in de.hybris.platform.commerceservices.search.flexiblesearch.impl
Methods in de.hybris.platform.commerceservices.search.flexiblesearch.impl that return SortQueryData Modifier and Type Method Description protected SortQueryDataDefaultPagedFlexibleSearchServiceIntegrationTest. createSortQueryData(java.lang.String sortCode, java.lang.String query)protected SortQueryDataDefaultPagedFlexibleSearchService. findSortQueryData(java.util.List<SortQueryData> sortQueries, java.lang.String requestedSortCode, java.lang.String defaultSortCode)Deprecated.Methods in de.hybris.platform.commerceservices.search.flexiblesearch.impl with parameters of type SortQueryData Modifier and Type Method Description protected SortDataDefaultPagedFlexibleSearchService. createSort(SortQueryData sortQuery, java.lang.String selectedSortCode)Deprecated.Method parameters in de.hybris.platform.commerceservices.search.flexiblesearch.impl with type arguments of type SortQueryData Modifier and Type Method Description protected java.util.List<SortData>DefaultPagedFlexibleSearchService. createSorts(java.util.List<SortQueryData> sortQueries, java.lang.String selectedSortCode)Deprecated.protected SortQueryDataDefaultPagedFlexibleSearchService. findSortQueryData(java.util.List<SortQueryData> sortQueries, java.lang.String requestedSortCode, java.lang.String defaultSortCode)Deprecated.<T> SearchPageData<T>DefaultPagedFlexibleSearchService. search(java.util.List<SortQueryData> sortQueries, java.lang.String defaultSortCode, java.util.Map<java.lang.String,?> queryParams, PageableData pageableData)Deprecated. -
Uses of SortQueryData in de.hybris.platform.customercouponservices.daos.impl
Methods in de.hybris.platform.customercouponservices.daos.impl that return SortQueryData Modifier and Type Method Description protected SortQueryDataDefaultCustomerCouponDao. createSortQueryData(java.lang.String sortCode, java.lang.String query) -
Uses of SortQueryData in de.hybris.platform.marketplaceservices.vendor.daos.impl
Methods in de.hybris.platform.marketplaceservices.vendor.daos.impl that return SortQueryData Modifier and Type Method Description protected SortQueryDataDefaultCustomerVendorReviewDao. createSortQueryData(java.lang.String sortCode, java.lang.String query)protected SortQueryDataDefaultVendorDao. createSortQueryData(java.lang.String sortCode, java.lang.String query) -
Uses of SortQueryData in de.hybris.platform.ticket.dao.impl
Methods in de.hybris.platform.ticket.dao.impl that return SortQueryData Modifier and Type Method Description protected SortQueryDataDefaultTicketDao. createSortQueryData(java.lang.String sortCode, java.lang.String query)
-