Uses of Class
de.hybris.platform.servicelayer.internal.dao.SortParameters
Packages that use SortParameters
Package
Description
-
Uses of SortParameters in de.hybris.platform.catalog
Methods in de.hybris.platform.catalog with parameters of type SortParametersModifier and TypeMethodDescriptionCatalogMockDao.find(SortParameters sortParameters) CatalogMockDao.find(Map<String, ? extends Object> params, SortParameters sortParameters) CatalogMockDao.find(Map<String, ? extends Object> params, SortParameters sortParameters, int count) -
Uses of SortParameters in de.hybris.platform.commerceservices.search.dao
Methods in de.hybris.platform.commerceservices.search.dao with parameters of type SortParametersModifier and TypeMethodDescriptionPagedGenericDao.find(SortParameters sortParameters, PageableData pageableData) Deprecated, for removal: This API element is subject to removal in a future version.Searches for all instances of model given as a generic type using givenSortParametersto sort results.PagedGenericDao.find(Map<String, ?> params, SortParameters sortParameters, PageableData pageableData) Deprecated, for removal: This API element is subject to removal in a future version.Searches for all instances of model given as a generic type matching given parameters using givenSortParametersto sort results. -
Uses of SortParameters in de.hybris.platform.commerceservices.search.dao.impl
Methods in de.hybris.platform.commerceservices.search.dao.impl with parameters of type SortParametersModifier and TypeMethodDescriptionprotected voidDefaultPagedGenericDao.appendOrderByClausesToBuilder(StringBuilder builder, SortParameters sortParameters) Deprecated, for removal: This API element is subject to removal in a future version.protected FlexibleSearchQueryDefaultPagedGenericDao.createFlexibleSearchQuery(SortParameters sortParameters) Deprecated, for removal: This API element is subject to removal in a future version.protected FlexibleSearchQueryDefaultPagedGenericDao.createFlexibleSearchQuery(SortParameters sortParameters, PageableData pageableData) Deprecated, for removal: This API element is subject to removal in a future version.since 6.4.protected FlexibleSearchQueryDefaultPagedGenericDao.createFlexibleSearchQuery(Map<String, ?> params, SortParameters sortParameters) Deprecated, for removal: This API element is subject to removal in a future version.protected FlexibleSearchQueryDefaultPagedGenericDao.createFlexibleSearchQuery(Map<String, ?> params, SortParameters sortParameters, PageableData pageableData) Deprecated, for removal: This API element is subject to removal in a future version.since 6.4.protected SortQueryDataDefaultPagedGenericDao.createSortQueryData(String sortCode, Map<String, ?> params, SortParameters sortParameters) Deprecated, for removal: This API element is subject to removal in a future version.protected SortQueryDataDefaultPagedGenericDao.createSortQueryData(String sortCode, Map<String, ?> params, SortParameters sortParameters, PageableData pageableData) Deprecated, for removal: This API element is subject to removal in a future version.since 6.4.DefaultPagedGenericDao.find(SortParameters sortParameters, PageableData pageableData) Deprecated, for removal: This API element is subject to removal in a future version.DefaultPagedGenericDao.find(Map<String, ?> params, SortParameters sortParameters, PageableData pageableData) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of SortParameters in de.hybris.platform.servicelayer.internal.dao
Methods in de.hybris.platform.servicelayer.internal.dao that return SortParametersModifier and TypeMethodDescriptionstatic SortParametersSortParameters.singletonAscending(String paramName) Creates aSortParametersinstance having one entry with ASCENDING order.static SortParametersSortParameters.singletonDescending(String paramName) Creates aSortParametersinstance having one entry with DESCENDING order.Methods in de.hybris.platform.servicelayer.internal.dao with parameters of type SortParametersModifier and TypeMethodDescriptionDefaultGenericDao.find(SortParameters sortParams) DefaultGenericDao.find(Map<String, ? extends Object> params, SortParameters sortParams) DefaultGenericDao.find(Map<String, ? extends Object> params, SortParameters sortParams, int count) GenericDao.find(SortParameters sortParameters) Searches for all instances of model given as a generic type using givenSortParametersto sort results.GenericDao.find(Map<String, ? extends Object> params, SortParameters sortParameters) Searches for all instances of model given as a generic type matching given parameters using givenSortParametersto sort results.GenericDao.find(Map<String, ? extends Object> params, SortParameters sortParameters, int count) Searches for maximum ofcountinstances of model given as a generic type matching given parameters using givenSortParametersto sort results.