Uses of Class
de.hybris.platform.servicelayer.search.paginated.PaginatedFlexibleSearchParameter
Packages that use PaginatedFlexibleSearchParameter
Package
Description
-
Uses of PaginatedFlexibleSearchParameter in de.hybris.platform.sap.productconfig.services.impl
Methods in de.hybris.platform.sap.productconfig.services.impl that return PaginatedFlexibleSearchParameterModifier and TypeMethodDescriptionprotected PaginatedFlexibleSearchParameterProductConfigurationPersistenceServiceImpl.createPageableQuery(FlexibleSearchQuery query, int pageSize, int currentPage) Methods in de.hybris.platform.sap.productconfig.services.impl that return types with arguments of type PaginatedFlexibleSearchParameterModifier and TypeMethodDescriptionprotected org.mockito.ArgumentMatcher<PaginatedFlexibleSearchParameter>ProductConfigurationPersistenceServiceImplTest.matchPageableQueryWithParams(String queryString, Map<String, String> params, int pageSize, int currentPage) Method parameters in de.hybris.platform.sap.productconfig.services.impl with type arguments of type PaginatedFlexibleSearchParameterModifier and TypeMethodDescriptionprotected voidProductConfigurationPersistenceServiceImplTest.mockPageableResult(org.mockito.ArgumentMatcher<PaginatedFlexibleSearchParameter> queryMatcher, int size) -
Uses of PaginatedFlexibleSearchParameter in de.hybris.platform.servicelayer.search.paginated
Methods in de.hybris.platform.servicelayer.search.paginated with parameters of type PaginatedFlexibleSearchParameterModifier and TypeMethodDescription<T> SearchPageData<T>PaginatedFlexibleSearchService.search(PaginatedFlexibleSearchParameter parameter) Searches according toPaginatedFlexibleSearchParameter. -
Uses of PaginatedFlexibleSearchParameter in de.hybris.platform.servicelayer.search.paginated.impl
Methods in de.hybris.platform.servicelayer.search.paginated.impl with parameters of type PaginatedFlexibleSearchParameterModifier and TypeMethodDescription<T> SearchPageData<T>DefaultPaginatedFlexibleSearchService.search(PaginatedFlexibleSearchParameter parameter) protected voidDefaultPaginatedFlexibleSearchService.validatePaginatedFlexibleSearchParameter(PaginatedFlexibleSearchParameter parameter) Validates if the givenPaginatedFlexibleSearchParametercontains valid parameters.