Uses of Class
de.hybris.platform.core.servicelayer.data.SortData
Packages that use SortData
Package
Description
-
Uses of SortData in de.hybris.platform.core.servicelayer.data
Methods in de.hybris.platform.core.servicelayer.data that return types with arguments of type SortDataMethod parameters in de.hybris.platform.core.servicelayer.data with type arguments of type SortData -
Uses of SortData in de.hybris.platform.couponwebservices.facades
Method parameters in de.hybris.platform.couponwebservices.facades with type arguments of type SortDataModifier and TypeMethodDescriptionCodeGenerationConfigurationWsFacade.getCodeGenerationConfigurations(PaginationData paginationData, List<SortData> sortData) Returns a restricted size list (page) of available Code Generation ConfigurationCouponWsFacades.getCoupons(PaginationData pagination, List<SortData> sort) Returns a restricted size list (page) of available coupons -
Uses of SortData in de.hybris.platform.couponwebservices.facades.impl
Method parameters in de.hybris.platform.couponwebservices.facades.impl with type arguments of type SortDataModifier and TypeMethodDescriptionprotected SearchPageDataAbstractCouponWsFacades.buildSearchPageData(PaginationData pagination, List<SortData> sorts) DefaultCodeGenerationConfigurationWsFacade.getCodeGenerationConfigurations(PaginationData paginationData, List<SortData> sortData) AbstractCouponWsFacades.getCoupons(PaginationData pagination, List<SortData> sorts) -
Uses of SortData in de.hybris.platform.customercouponfacades.customercoupon.data
Methods in de.hybris.platform.customercouponfacades.customercoupon.data that return types with arguments of type SortDataMethod parameters in de.hybris.platform.customercouponfacades.customercoupon.data with type arguments of type SortData -
Uses of SortData in de.hybris.platform.servicelayer.search.paginated.impl
Methods in de.hybris.platform.servicelayer.search.paginated.impl that return types with arguments of type SortDataModifier and TypeMethodDescriptionDefaultPaginatedFlexibleSearchService.filterSearchPageDataSorts(SearchPageData searchPageData, Map<String, String> sortCodeToQueryAlias) Returns a list ofSortDatawhere each of it exists from given sortCodeToQueryAlias map. -
Uses of SortData in de.hybris.platform.servicelayer.search.paginated.strategies
Methods in de.hybris.platform.servicelayer.search.paginated.strategies with parameters of type SortDataModifier and TypeMethodDescriptionSortDataParsingStrategy.getQueryAlias(Map<String, String> sortCodeToQueryAlias, SortData sortData) SortDataParsingStrategy.getSortCode(Map<String, String> sortCodeToQueryAlias, SortData sortData) Gets the sort code for the given {link SortData} ifMapcontains the sortData.code as key.SortDataParsingStrategy.getSortDirection(Map<String, String> sortCodeToQueryAlias, SortData sortData) Gets the sort direction of the givenSortData -
Uses of SortData in de.hybris.platform.servicelayer.search.paginated.strategies.impl
Methods in de.hybris.platform.servicelayer.search.paginated.strategies.impl with parameters of type SortDataModifier and TypeMethodDescriptionDefaultSortDataParsingStrategy.getQueryAlias(Map<String, String> sortCodeToQueryAlias, SortData sortData) DefaultSortDataParsingStrategy.getSortCode(Map<String, String> sortCodeToQueryAlias, SortData sortData) DefaultSortDataParsingStrategy.getSortDirection(Map<String, String> sortCodeToQueryAlias, SortData sortData) -
Uses of SortData in de.hybris.platform.servicelayer.search.paginated.util
Methods in de.hybris.platform.servicelayer.search.paginated.util that return SortDataModifier and TypeMethodDescriptionstatic SortDataPaginatedSearchUtils.createSortData(String code, boolean asc) Creates a new instance ofSortDatawith specified sort information -
Uses of SortData in de.hybris.platform.webservicescommons.pagination
Methods in de.hybris.platform.webservicescommons.pagination that return types with arguments of type SortDataModifier and TypeMethodDescriptionWebPaginationUtils.buildSortData(String sort) Builds list of SortData objects from provided string.WebPaginationUtils.buildSortData(Map<String, String> requestParams) Builds list of SortData objects from provided request parameter map.WebPaginationUtils.buildSortData(javax.servlet.http.HttpServletRequest request) Builds list of SortData objects from provided request.Method parameters in de.hybris.platform.webservicescommons.pagination with type arguments of type SortDataModifier and TypeMethodDescriptionWebPaginationUtils.buildSortWsDto(List<SortData> sortData) Converts list of SortData objects into list of SortWsDTO objects. -
Uses of SortData in de.hybris.platform.webservicescommons.pagination.converters
Methods in de.hybris.platform.webservicescommons.pagination.converters with parameters of type SortData -
Uses of SortData in de.hybris.platform.webservicescommons.pagination.impl
Methods in de.hybris.platform.webservicescommons.pagination.impl that return types with arguments of type SortDataModifier and TypeMethodDescriptionDefaultWebPaginationUtils.buildSortData(String sort) DefaultWebPaginationUtils.buildSortData(Map<String, String> requestParams) DefaultWebPaginationUtils.buildSortData(javax.servlet.http.HttpServletRequest request) DefaultWebPaginationUtils.getSortDataConverter()Method parameters in de.hybris.platform.webservicescommons.pagination.impl with type arguments of type SortDataModifier and TypeMethodDescriptionDefaultWebPaginationUtils.buildSortWsDto(List<SortData> sortData) voidDefaultWebPaginationUtils.setSortDataConverter(Converter<SortData, SortWsDTO> sortDataConverter)