Uses of Class
de.hybris.platform.servicelayer.search.FlexibleSearchQuery
-
-
Uses of FlexibleSearchQuery in com.hybris.backoffice.excel.validators
Methods in com.hybris.backoffice.excel.validators that return types with arguments of type FlexibleSearchQuery Modifier and Type Method Description protected java.util.Optional<FlexibleSearchQuery>ExcelGenericReferenceValidator. buildFlexibleSearchQuery(RequiredAttribute rootUniqueAttribute, java.util.Map<java.lang.String,java.lang.String> importParameters, java.util.Map context) -
Uses of FlexibleSearchQuery in com.hybris.backoffice.solrsearch.daos.impl
Methods in com.hybris.backoffice.solrsearch.daos.impl with parameters of type FlexibleSearchQuery Modifier and Type Method Description protected java.util.List<SolrModifiedItemModel>DefaultSolrModifiedItemDAO. executeQuery(FlexibleSearchQuery query)Deprecated. -
Uses of FlexibleSearchQuery in com.hybris.ymkt.recommendationbuffer.dao.impl
Methods in com.hybris.ymkt.recommendationbuffer.dao.impl that return FlexibleSearchQuery Modifier and Type Method Description protected FlexibleSearchQueryDefaultRecommendationBufferDao. buildFlexibleSearchQuery(java.lang.String typecode, java.lang.String... whereCauses)Methods in com.hybris.ymkt.recommendationbuffer.dao.impl with parameters of type FlexibleSearchQuery Modifier and Type Method Description protected <T> java.util.List<T>DefaultRecommendationBufferDao. search(FlexibleSearchQuery fQuery) -
Uses of FlexibleSearchQuery in com.sap.hybris.sapcustomerb2b.inbound
Methods in com.sap.hybris.sapcustomerb2b.inbound that return FlexibleSearchQuery Modifier and Type Method Description protected FlexibleSearchQueryB2BUnitAddressDeletionService. getB2BUnitFlexibleSearchQuery(java.lang.String b2bUnitId) -
Uses of FlexibleSearchQuery in de.hybris.platform.acceleratorservices.store.impl
Methods in de.hybris.platform.acceleratorservices.store.impl that return FlexibleSearchQuery Modifier and Type Method Description protected FlexibleSearchQueryAcceleratorPointOfServiceDao. buildQuery(GPS center, double radius, BaseStoreModel baseStore) -
Uses of FlexibleSearchQuery in de.hybris.platform.adaptivesearch.daos.impl
Methods in de.hybris.platform.adaptivesearch.daos.impl that return FlexibleSearchQuery Modifier and Type Method Description FlexibleSearchQueryAbstractAsGenericDao. buildQuery(java.lang.String query, java.util.Map<java.lang.String,java.lang.Object> params)FlexibleSearchQueryAbstractAsGenericDao. buildQuery(java.lang.String query, java.util.Map<java.lang.String,java.lang.Object> params, PaginationData pagination) -
Uses of FlexibleSearchQuery in de.hybris.platform.catalog.search.preprocessor
Methods in de.hybris.platform.catalog.search.preprocessor with parameters of type FlexibleSearchQuery Modifier and Type Method Description voidCatalogVersionQueryPreprocessor. process(FlexibleSearchQuery query)Executes logic which should be executed before executing search query. -
Uses of FlexibleSearchQuery in de.hybris.platform.cms2.cmsitems.service.impl
Methods in de.hybris.platform.cms2.cmsitems.service.impl that return FlexibleSearchQuery Modifier and Type Method Description protected FlexibleSearchQueryDefaultFlexibleCMSItemSearchServiceTest. triggerQuery(java.lang.String mask, java.lang.String typeCode)protected FlexibleSearchQueryDefaultFlexibleCMSItemSearchServiceTest. triggerQuery(java.lang.String mask, java.lang.String typeCode, java.util.Map<java.lang.String,java.lang.String> itemSearchParams)Methods in de.hybris.platform.cms2.cmsitems.service.impl with parameters of type FlexibleSearchQuery Modifier and Type Method Description protected voidDefaultFlexibleCMSItemSearchServiceTest. assertExpectedValueInQuery(FlexibleSearchQuery flexibleSearchQuery, java.lang.String expectedValue)protected voidDefaultFlexibleCMSItemSearchServiceTest. assertMaskQuery(FlexibleSearchQuery flexibleSearchQuery, java.lang.String expectedMask)protected voidDefaultFlexibleCMSItemSearchServiceTest. assertNoMaskQuery(FlexibleSearchQuery flexibleSearchQuery, java.lang.String expectedMask) -
Uses of FlexibleSearchQuery in de.hybris.platform.cms2.namedquery.service.impl
Methods in de.hybris.platform.cms2.namedquery.service.impl that return FlexibleSearchQuery Modifier and Type Method Description FlexibleSearchQueryFlexibleSearchNamedQueryConverter. convert(NamedQueryConversionDto namedQueryConversion)Methods in de.hybris.platform.cms2.namedquery.service.impl with parameters of type FlexibleSearchQuery Modifier and Type Method Description protected voidFlexibleSearchNamedQueryConverter. setFlexibleSearchStartAndCount(FlexibleSearchQuery flexibleSearchQuery, java.lang.Integer requestedCurrentPage, java.lang.Integer requestedPageSize)Set the requested currentPage and pageSize or use the default values. -
Uses of FlexibleSearchQuery in de.hybris.platform.cms2.servicelayer.daos.impl
Methods in de.hybris.platform.cms2.servicelayer.daos.impl that return FlexibleSearchQuery Modifier and Type Method Description protected FlexibleSearchQueryAbstractCMSItemDao. buildQuery(java.lang.String baseQuery, java.util.Map<java.lang.String,java.lang.Object> params, int currentPage, int pageSize)Methods in de.hybris.platform.cms2.servicelayer.daos.impl with parameters of type FlexibleSearchQuery Modifier and Type Method Description protected booleanDefaultCMSContentCatalogDao. executeRelationshipCount(FlexibleSearchQuery fQuery, CatalogVersionModel versionModel) -
Uses of FlexibleSearchQuery in de.hybris.platform.commerceservices.order.dao.impl
Methods in de.hybris.platform.commerceservices.order.dao.impl that return FlexibleSearchQuery Modifier and Type Method Description protected <T> FlexibleSearchQueryDefaultCommerceCartDao. createSearchQuery(java.lang.String query, java.util.Map<java.lang.String,java.lang.Object> params, java.lang.Class<T> resultClass) -
Uses of FlexibleSearchQuery in de.hybris.platform.commerceservices.search.dao.impl
Methods in de.hybris.platform.commerceservices.search.dao.impl that return FlexibleSearchQuery Modifier and Type Method Description protected FlexibleSearchQueryDefaultPagedGenericDao. createFlexibleSearchQuery(SortParameters sortParameters)Deprecated.protected FlexibleSearchQueryDefaultPagedGenericDao. createFlexibleSearchQuery(SortParameters sortParameters, PageableData pageableData)Deprecated.since 6.4.protected FlexibleSearchQueryDefaultPagedGenericDao. createFlexibleSearchQuery(java.util.Map<java.lang.String,?> params)Deprecated.protected FlexibleSearchQueryDefaultPagedGenericDao. createFlexibleSearchQuery(java.util.Map<java.lang.String,?> params, PageableData pageableData)Deprecated.since 6.4.protected FlexibleSearchQueryDefaultPagedGenericDao. createFlexibleSearchQuery(java.util.Map<java.lang.String,?> params, SortParameters sortParameters)Deprecated.protected FlexibleSearchQueryDefaultPagedGenericDao. createFlexibleSearchQuery(java.util.Map<java.lang.String,?> params, SortParameters sortParameters, PageableData pageableData)Deprecated.since 6.4. -
Uses of FlexibleSearchQuery in de.hybris.platform.commerceservices.search.flexiblesearch
Methods in de.hybris.platform.commerceservices.search.flexiblesearch with parameters of type FlexibleSearchQuery Modifier and Type Method Description <T> SearchPageData<T>PagedFlexibleSearchService. search(FlexibleSearchQuery searchQuery, PageableData pageableData)Deprecated.Searches according to a flexible search query and pagination data -
Uses of FlexibleSearchQuery in de.hybris.platform.commerceservices.search.flexiblesearch.impl
Methods in de.hybris.platform.commerceservices.search.flexiblesearch.impl with parameters of type FlexibleSearchQuery Modifier and Type Method Description protected voidDefaultPagedFlexibleSearchService. populatePagableProperties(PageableData pageableData, FlexibleSearchQuery searchQuery)Deprecated.<T> SearchPageData<T>DefaultPagedFlexibleSearchService. search(FlexibleSearchQuery searchQuery, PageableData pageableData)Deprecated. -
Uses of FlexibleSearchQuery in de.hybris.platform.customerinterestsservices.productinterest.daos.impl
Methods in de.hybris.platform.customerinterestsservices.productinterest.daos.impl that return FlexibleSearchQuery Modifier and Type Method Description protected FlexibleSearchQueryDefaultProductInterestDao. buildPagedProductInterestsQuery(CustomerModel customerModel, BaseStoreModel baseStore, BaseSiteModel baseSite, PageableData pageableData)protected FlexibleSearchQueryDefaultProductInterestDao. buildProductInterestsQuery(CustomerModel customerModel, BaseStoreModel baseStore, BaseSiteModel baseSite) -
Uses of FlexibleSearchQuery in de.hybris.platform.externaltax.impl
Methods in de.hybris.platform.externaltax.impl that return FlexibleSearchQuery Modifier and Type Method Description protected FlexibleSearchQueryDefaultProductTaxCodeDao. createUniqueLookupQuery(java.lang.String productCode, java.lang.String taxArea, java.lang.String selectClause) -
Uses of FlexibleSearchQuery in de.hybris.platform.integrationservices.search
Methods in de.hybris.platform.integrationservices.search that return FlexibleSearchQuery Modifier and Type Method Description FlexibleSearchQueryFlexibleSearchQueryBuilder. build() -
Uses of FlexibleSearchQuery in de.hybris.platform.jobs
Methods in de.hybris.platform.jobs that return FlexibleSearchQuery Modifier and Type Method Description FlexibleSearchQueryCleanUpProcessTaskLogPerformable. createFetchQuery(ProcessTaskLogMaintenanceJobModel model)abstract FlexibleSearchQueryAbstractMaintenanceJobPerformable. getFetchQuery(CronJobModel cronJob)FlexibleSearchQueryDynamicMaintenanceJobPerformable. getFetchQuery(CronJobModel cronJob)The beanshell field from the job model is readed and executed.FlexibleSearchQueryGenericMaintenanceJobPerformable. getFetchQuery(CronJobModel cronJob) -
Uses of FlexibleSearchQuery in de.hybris.platform.jobs.maintenance
Methods in de.hybris.platform.jobs.maintenance that return FlexibleSearchQuery Modifier and Type Method Description FlexibleSearchQueryMaintenanceCleanupStrategy. createFetchQuery(C cjm)Implement and return aFlexibleSearchQueryobject here which searches for the items to be removed. -
Uses of FlexibleSearchQuery in de.hybris.platform.jobs.maintenance.impl
Methods in de.hybris.platform.jobs.maintenance.impl that return FlexibleSearchQuery Modifier and Type Method Description FlexibleSearchQueryCleanupCronJobStrategy. createFetchQuery(CronJobModel cjm)FlexibleSearchQueryCleanupDynamicProcessDefinitionsStrategy. createFetchQuery(CleanupDynamicProcessDefinitionsCronJobModel cronJob)FlexibleSearchQueryCleanUpLogsStrategy. createFetchQuery(CronJobModel cjm)FlexibleSearchQueryCleanupSavedValuesStrategy. createFetchQuery(CronJobModel cjm)FlexibleSearchQueryMediaMigrationStrategy. createFetchQuery(MediaFolderStructureMigrationCronJobModel cjm) -
Uses of FlexibleSearchQuery in de.hybris.platform.marketplaceservices.vendor.daos.impl
Methods in de.hybris.platform.marketplaceservices.vendor.daos.impl with parameters of type FlexibleSearchQuery Modifier and Type Method Description protected java.util.Optional<VendorModel>DefaultVendorDao. findUnique(FlexibleSearchQuery query) -
Uses of FlexibleSearchQuery in de.hybris.platform.odata2services.odata.persistence.lookup
Methods in de.hybris.platform.odata2services.odata.persistence.lookup that return FlexibleSearchQuery Modifier and Type Method Description protected FlexibleSearchQueryDefaultItemLookupStrategy. buildQuery(FlexibleSearchQueryBuilder builder)Methods in de.hybris.platform.odata2services.odata.persistence.lookup with parameters of type FlexibleSearchQuery Modifier and Type Method Description protected SearchResult<ItemModel>DefaultItemLookupStrategy. search(FlexibleSearchQuery query) -
Uses of FlexibleSearchQuery in de.hybris.platform.omsbackoffice.widgets.customersupportrefineby
Methods in de.hybris.platform.omsbackoffice.widgets.customersupportrefineby that return FlexibleSearchQuery Modifier and Type Method Description protected FlexibleSearchQueryCustomerSupportRefineByController. buildSearchQuery(java.lang.String typeCode, java.lang.String searchValue)Builds aFlexibleSearchQuery -
Uses of FlexibleSearchQuery in de.hybris.platform.personalizationcms.customization.dao.impl
Methods in de.hybris.platform.personalizationcms.customization.dao.impl that return FlexibleSearchQuery Modifier and Type Method Description FlexibleSearchQueryCxCustomizationPageIdDaoStrategy. getQuery(java.util.Map<java.lang.String,java.lang.String> params)FlexibleSearchQueryCxCustomizationPageIdDaoStrategy. getQuery(java.util.Map<java.lang.String,java.lang.String> params, java.util.Map<java.lang.String,java.lang.Object> queryParams) -
Uses of FlexibleSearchQuery in de.hybris.platform.personalizationservices.customization.dao.impl
Methods in de.hybris.platform.personalizationservices.customization.dao.impl that return FlexibleSearchQuery Modifier and Type Method Description FlexibleSearchQueryCxCustomizationCodeDaoStrategy. getQuery(java.util.Map<java.lang.String,java.lang.String> params)FlexibleSearchQueryCxCustomizationCodeDaoStrategy. getQuery(java.util.Map<java.lang.String,java.lang.String> params, java.util.Map<java.lang.String,java.lang.Object> queryParams)FlexibleSearchQueryCxCustomizationNameStatusesDaoStrategy. getQuery(java.util.Map<java.lang.String,java.lang.String> params)FlexibleSearchQueryCxCustomizationNameStatusesDaoStrategy. getQuery(java.util.Map<java.lang.String,java.lang.String> params, java.util.Map<java.lang.String,java.lang.Object> queryParams) -
Uses of FlexibleSearchQuery in de.hybris.platform.personalizationservices.dao
Methods in de.hybris.platform.personalizationservices.dao that return FlexibleSearchQuery Modifier and Type Method Description FlexibleSearchQueryCxDaoQueryBuilder. buildQuery(java.lang.String query, java.util.Map<java.lang.String,java.lang.Object> params)Builds flexibleSearchQuery from provided query and parametersFlexibleSearchQueryCxDaoQueryBuilder. buildQuery(java.lang.String query, java.util.Map<java.lang.String,java.lang.Object> params, PaginationData pagination)Builds flexibleSearchQuery from provided query and parameters with paginationFlexibleSearchQueryCxDaoQueryBuilder. buildQueryFromStrategy(FlexibleSearchQuery baseQuery, java.util.Collection<? extends CxDaoStrategy> strategies, java.util.Map<java.lang.String,java.lang.String> extraParams)Builds flexibleSearchQuery using provided strategies and extra parametersFlexibleSearchQueryCxDaoStrategy. getQuery(java.util.Map<java.lang.String,java.lang.String> params)Query provided by this strategydefault FlexibleSearchQueryCxDaoStrategy. getQuery(java.util.Map<java.lang.String,java.lang.String> params, java.util.Map<java.lang.String,java.lang.Object> queryParams)Query provided by this strategyMethods in de.hybris.platform.personalizationservices.dao with parameters of type FlexibleSearchQuery Modifier and Type Method Description FlexibleSearchQueryCxDaoQueryBuilder. buildQueryFromStrategy(FlexibleSearchQuery baseQuery, java.util.Collection<? extends CxDaoStrategy> strategies, java.util.Map<java.lang.String,java.lang.String> extraParams)Builds flexibleSearchQuery using provided strategies and extra parameters -
Uses of FlexibleSearchQuery in de.hybris.platform.personalizationservices.dao.impl
Methods in de.hybris.platform.personalizationservices.dao.impl that return FlexibleSearchQuery Modifier and Type Method Description FlexibleSearchQueryDefaultCxDaoQueryBuilder. buildQuery(java.lang.String query, java.util.Map<java.lang.String,java.lang.Object> params)FlexibleSearchQueryDefaultCxDaoQueryBuilder. buildQuery(java.lang.String query, java.util.Map<java.lang.String,java.lang.Object> params, PaginationData pagination)FlexibleSearchQueryDefaultCxDaoQueryBuilder. buildQueryFromStrategy(FlexibleSearchQuery baseQuery, java.util.Collection<? extends CxDaoStrategy> strategies, java.util.Map<java.lang.String,java.lang.String> extraParams)protected FlexibleSearchQueryDefaultCxDaoQueryBuilder. getQuery(CxDaoStrategy strategy, java.util.Map<java.lang.String,java.lang.String> extraParams, FlexibleSearchQuery source)Methods in de.hybris.platform.personalizationservices.dao.impl with parameters of type FlexibleSearchQuery Modifier and Type Method Description FlexibleSearchQueryDefaultCxDaoQueryBuilder. buildQueryFromStrategy(FlexibleSearchQuery baseQuery, java.util.Collection<? extends CxDaoStrategy> strategies, java.util.Map<java.lang.String,java.lang.String> extraParams)protected FlexibleSearchQueryDefaultCxDaoQueryBuilder. getQuery(CxDaoStrategy strategy, java.util.Map<java.lang.String,java.lang.String> extraParams, FlexibleSearchQuery source)protected <T> java.util.List<T>AbstractCxDao. queryList(FlexibleSearchQuery query)protected <T> java.util.Optional<T>AbstractCxDao. querySingle(FlexibleSearchQuery query) -
Uses of FlexibleSearchQuery in de.hybris.platform.personalizationservices.segment.dao.impl
Methods in de.hybris.platform.personalizationservices.segment.dao.impl that return FlexibleSearchQuery Modifier and Type Method Description FlexibleSearchQueryCxSegmentCodeDaoStrategy. getQuery(java.util.Map<java.lang.String,java.lang.String> params) -
Uses of FlexibleSearchQuery in de.hybris.platform.personalizationservices.strategies.impl
Methods in de.hybris.platform.personalizationservices.strategies.impl that return FlexibleSearchQuery Modifier and Type Method Description FlexibleSearchQueryCxPersonalizationProcessCleanupStrategy. createFetchQuery(CxPersonalizationProcessCleanupCronJobModel cjm)FlexibleSearchQueryCxResultsCleanupStrategy. createFetchQuery(CxResultsCleaningCronJobModel cjm) -
Uses of FlexibleSearchQuery in de.hybris.platform.platformbackoffice.actions.deletecronjoblogs
Methods in de.hybris.platform.platformbackoffice.actions.deletecronjoblogs that return FlexibleSearchQuery Modifier and Type Method Description protected FlexibleSearchQueryDeleteCronJobLogsAction. createFlexibleSearchQuery(CronJobModel cronJobModel) -
Uses of FlexibleSearchQuery in de.hybris.platform.processing.distributed.simple.data
Methods in de.hybris.platform.processing.distributed.simple.data with parameters of type FlexibleSearchQuery Modifier and Type Method Description QueryBasedCreationData.BuilderQueryBasedCreationData.Builder. withFlexibleSearchQuery(FlexibleSearchQuery flexibleSearchQuery)Allows to provide fullFlexibleSearchQueryobject.Constructors in de.hybris.platform.processing.distributed.simple.data with parameters of type FlexibleSearchQuery Constructor Description QueryBasedCreationData(java.lang.String handlerId, java.lang.String processId, java.lang.String nodeGroup, java.lang.Integer batchSize, java.lang.Integer numOfRetries, java.lang.String query, java.util.Map<java.lang.String,java.lang.Object> queryParams, java.util.List<java.lang.Class<?>> resultClasses, FlexibleSearchQuery flexibleSearchQuery, java.lang.String scriptCode, boolean useDatabasePaging, QueryBasedCreationData.QueryHook beforeQueryHook, java.lang.Class<? extends SimpleDistributedProcessModel> processModelClass) -
Uses of FlexibleSearchQuery in de.hybris.platform.processing.distributed.simple.data.split
Constructors in de.hybris.platform.processing.distributed.simple.data.split with parameters of type FlexibleSearchQuery Constructor Description FlexibleSearchResultSpliterator(FlexibleSearchQuery fQuery, QueryBasedCreationData.QueryHook beforeQueryHook, int batchSize, boolean useDatabasePaging) -
Uses of FlexibleSearchQuery in de.hybris.platform.ruleengine.cronjob
Methods in de.hybris.platform.ruleengine.cronjob that return FlexibleSearchQuery Modifier and Type Method Description FlexibleSearchQueryCleanupDroolsRulesStrategy. createFetchQuery(CronJobModel cronJob)FlexibleSearchQueryDefaultKieModuleCleanupStrategy. createFetchQuery(CronJobModel cronJob) -
Uses of FlexibleSearchQuery in de.hybris.platform.ruleengine.dao.impl
Methods in de.hybris.platform.ruleengine.dao.impl with parameters of type FlexibleSearchQuery Modifier and Type Method Description protected AbstractRuleEngineRuleModelDefaultEngineRuleDao. getWithMaximumVersion(FlexibleSearchQuery query, long version) -
Uses of FlexibleSearchQuery in de.hybris.platform.sap.orderexchange.mocks
Methods in de.hybris.platform.sap.orderexchange.mocks with parameters of type FlexibleSearchQuery Modifier and Type Method Description <T> SearchResult<T>MockFlexibleSearchService. search(FlexibleSearchQuery arg0)<T> TMockFlexibleSearchService. searchUnique(FlexibleSearchQuery arg0)TranslationResultMockFlexibleSearchService. translate(FlexibleSearchQuery arg0) -
Uses of FlexibleSearchQuery in de.hybris.platform.sap.productconfig.services.impl
Methods in de.hybris.platform.sap.productconfig.services.impl that return types with arguments of type FlexibleSearchQuery Modifier and Type Method Description protected org.mockito.ArgumentMatcher<FlexibleSearchQuery>ProductConfigurationPersistenceServiceImplTest. matchQueryWithParams(java.lang.String queryString, java.util.Map<java.lang.String,java.lang.String> params)Methods in de.hybris.platform.sap.productconfig.services.impl with parameters of type FlexibleSearchQuery Modifier and Type Method Description protected PaginatedFlexibleSearchParameterProductConfigurationPersistenceServiceImpl. createPageableQuery(FlexibleSearchQuery query, int pageSize, int currentPage)Method parameters in de.hybris.platform.sap.productconfig.services.impl with type arguments of type FlexibleSearchQuery Modifier and Type Method Description protected voidProductConfigurationPersistenceServiceImplTest. mockGivenQuery(org.mockito.ArgumentMatcher<FlexibleSearchQuery> queryMatcher, java.lang.Object model)protected voidProductConfigurationPersistenceServiceImplTest. mockGivenQueryEmpty(org.mockito.ArgumentMatcher<FlexibleSearchQuery> queryMatcher)protected voidProductConfigurationPersistenceServiceImplTest. mockNonUniqueResult(org.mockito.ArgumentMatcher<FlexibleSearchQuery> queryMatcher, int numResults) -
Uses of FlexibleSearchQuery in de.hybris.platform.search.restriction.preprocessor
Methods in de.hybris.platform.search.restriction.preprocessor with parameters of type FlexibleSearchQuery Modifier and Type Method Description voidSearchRestrictionsQueryPreprocessor. process(FlexibleSearchQuery query)Executes logic which should be executed before executing search query. -
Uses of FlexibleSearchQuery in de.hybris.platform.servicelayer.i18n.query.preprocessor
Methods in de.hybris.platform.servicelayer.i18n.query.preprocessor with parameters of type FlexibleSearchQuery Modifier and Type Method Description voidLocaleQueryPreprocessor. process(FlexibleSearchQuery query)Executes logic which should be executed before executing search query. -
Uses of FlexibleSearchQuery in de.hybris.platform.servicelayer.internal.dao
Methods in de.hybris.platform.servicelayer.internal.dao with parameters of type FlexibleSearchQuery Modifier and Type Method Description protected <T> SearchResult<T>AbstractItemDao. search(FlexibleSearchQuery searchQuery)protected <T> TAbstractItemDao. searchUnique(FlexibleSearchQuery searchQuery) -
Uses of FlexibleSearchQuery in de.hybris.platform.servicelayer.search
Methods in de.hybris.platform.servicelayer.search with parameters of type FlexibleSearchQuery Modifier and Type Method Description <T> SearchResult<T>FlexibleSearchService. search(FlexibleSearchQuery searchQuery)Search.<T> TFlexibleSearchService. searchUnique(FlexibleSearchQuery searchQuery)Searches for exactly one model fitting givenFlexibleSearchQuery.TranslationResultFlexibleSearchService. translate(FlexibleSearchQuery searchQuery)TranslatesFlexibleSearchQueryintoTranslationResultobject which contains translatedFlexibleSearchQueryto real SQL query and all parameters which will be used in SQL query. -
Uses of FlexibleSearchQuery in de.hybris.platform.servicelayer.search.impl
Methods in de.hybris.platform.servicelayer.search.impl with parameters of type FlexibleSearchQuery Modifier and Type Method Description <T> SearchResult<T>DefaultFlexibleSearchService. search(FlexibleSearchQuery query)Search.<T> TDefaultFlexibleSearchService. searchUnique(FlexibleSearchQuery searchQuery)Searches for exactly one model fitting givenFlexibleSearchQuery.TranslationResultDefaultFlexibleSearchService. translate(FlexibleSearchQuery query)TranslatesFlexibleSearchQueryintoTranslationResultobject which contains translatedFlexibleSearchQueryto real SQL query and all parameters which will be used in SQL query. -
Uses of FlexibleSearchQuery in de.hybris.platform.servicelayer.search.internal.preprocessor
Methods in de.hybris.platform.servicelayer.search.internal.preprocessor with parameters of type FlexibleSearchQuery Modifier and Type Method Description voidQueryPreprocessorRegistry. executeAllPreprocessors(FlexibleSearchQuery query)Iterates over all registered preprocessors and executes each againstFlexibleSearchQueryobject. -
Uses of FlexibleSearchQuery in de.hybris.platform.servicelayer.search.internal.preprocessor.impl
Methods in de.hybris.platform.servicelayer.search.internal.preprocessor.impl with parameters of type FlexibleSearchQuery Modifier and Type Method Description voidDefaultQueryPreprocessorRegistry. executeAllPreprocessors(FlexibleSearchQuery query)Iterates over all registered preprocessors and executes each againstFlexibleSearchQueryobject. -
Uses of FlexibleSearchQuery in de.hybris.platform.servicelayer.search.paginated
Methods in de.hybris.platform.servicelayer.search.paginated with type parameters of type FlexibleSearchQuery Modifier and Type Method Description <T extends FlexibleSearchQuery>
TAbstractQueryHelper. getUpdatedFlexibleSearchQuery(FlexibleSearchQuery original, java.lang.String query)Get an updated FlexibleSearchQuery of the given original one by setting the query with the given parameterMethods in de.hybris.platform.servicelayer.search.paginated that return FlexibleSearchQuery Modifier and Type Method Description FlexibleSearchQueryPaginatedFlexibleSearchParameter. getFlexibleSearchQuery()Methods in de.hybris.platform.servicelayer.search.paginated with parameters of type FlexibleSearchQuery Modifier and Type Method Description <T extends FlexibleSearchQuery>
TAbstractQueryHelper. getUpdatedFlexibleSearchQuery(FlexibleSearchQuery original, java.lang.String query)Get an updated FlexibleSearchQuery of the given original one by setting the query with the given parametervoidPaginatedFlexibleSearchParameter. setFlexibleSearchQuery(FlexibleSearchQuery flexibleSearchQuery) -
Uses of FlexibleSearchQuery in de.hybris.platform.servicelayer.search.paginated.dao.impl
Methods in de.hybris.platform.servicelayer.search.paginated.dao.impl that return FlexibleSearchQuery Modifier and Type Method Description protected FlexibleSearchQueryDefaultPaginatedGenericDao. createFlexibleSearchQuery(java.util.Map<java.lang.String,?> params)CreatesFlexibleSearchQueryfor theDefaultPaginatedGenericDao.typeCodeand append "WHERE" clause with params, if given params is not empty. -
Uses of FlexibleSearchQuery in de.hybris.platform.servicelayer.search.paginated.impl
Methods in de.hybris.platform.servicelayer.search.paginated.impl with type parameters of type FlexibleSearchQuery Modifier and Type Method Description <T extends FlexibleSearchQuery>
TDefaultAbstractQueryHelper. getUpdatedFlexibleSearchQuery(FlexibleSearchQuery original, java.lang.String query)Methods in de.hybris.platform.servicelayer.search.paginated.impl that return FlexibleSearchQuery Modifier and Type Method Description protected FlexibleSearchQueryDefaultPaginatedFlexibleSearchService. populateSearchQuery(SearchPageData searchPageData, FlexibleSearchQuery searchQuery, java.util.Map<java.lang.String,java.lang.String> sortCodeToQueryAlias, boolean nextElementAdded)Populates aFlexibleSearchQuerybased on given searchQuery by appending "ORDER BY" clause if given searchPageData has list ofSortData.Methods in de.hybris.platform.servicelayer.search.paginated.impl with parameters of type FlexibleSearchQuery Modifier and Type Method Description <T extends FlexibleSearchQuery>
TDefaultAbstractQueryHelper. getUpdatedFlexibleSearchQuery(FlexibleSearchQuery original, java.lang.String query)protected FlexibleSearchQueryDefaultPaginatedFlexibleSearchService. populateSearchQuery(SearchPageData searchPageData, FlexibleSearchQuery searchQuery, java.util.Map<java.lang.String,java.lang.String> sortCodeToQueryAlias, boolean nextElementAdded)Populates aFlexibleSearchQuerybased on given searchQuery by appending "ORDER BY" clause if given searchPageData has list ofSortData. -
Uses of FlexibleSearchQuery in de.hybris.platform.servicelayer.search.preprocessor
Methods in de.hybris.platform.servicelayer.search.preprocessor with parameters of type FlexibleSearchQuery Modifier and Type Method Description voidQueryPreprocessor. process(FlexibleSearchQuery query)Executes logic which should be executed before executing search query. -
Uses of FlexibleSearchQuery in de.hybris.platform.servicelayer.search.preprocessor.impl
Methods in de.hybris.platform.servicelayer.search.preprocessor.impl with parameters of type FlexibleSearchQuery Modifier and Type Method Description voidDisableCachingQueryPreprocessor. process(FlexibleSearchQuery query)voidSpecificDbLimitSupportQueryPreprocessor. process(FlexibleSearchQuery query) -
Uses of FlexibleSearchQuery in de.hybris.platform.servicelayer.user.search.preprocessor
Methods in de.hybris.platform.servicelayer.user.search.preprocessor with parameters of type FlexibleSearchQuery Modifier and Type Method Description voidUserQueryPreprocessor. process(FlexibleSearchQuery query)Executes logic which should be executed before executing search query. -
Uses of FlexibleSearchQuery in de.hybris.platform.storelocator.impl
Methods in de.hybris.platform.storelocator.impl that return FlexibleSearchQuery Modifier and Type Method Description protected FlexibleSearchQueryDefaultPointOfServiceDao. buildQuery(GPS center, double radius)protected FlexibleSearchQueryDefaultPointOfServiceDao. buildQuery(GPS center, double radius, BaseStoreModel baseStore) -
Uses of FlexibleSearchQuery in de.hybris.platform.warehousing.inventoryevent.dao.impl
Methods in de.hybris.platform.warehousing.inventoryevent.dao.impl with parameters of type FlexibleSearchQuery Modifier and Type Method Description protected <T extends InventoryEventModel>
java.util.Collection<T>DefaultInventoryEventDao. getInventoryEvents(FlexibleSearchQuery query) -
Uses of FlexibleSearchQuery in de.hybris.platform.warehousing.returns.dao.impl
Methods in de.hybris.platform.warehousing.returns.dao.impl with parameters of type FlexibleSearchQuery Modifier and Type Method Description protected <T extends RestockConfigModel>
java.util.Collection<T>DefaultRestockConfigDao. getRestockConfig(FlexibleSearchQuery query) -
Uses of FlexibleSearchQuery in de.hybris.platform.warehousing.sourcing.ban.dao.impl
Methods in de.hybris.platform.warehousing.sourcing.ban.dao.impl with parameters of type FlexibleSearchQuery Modifier and Type Method Description protected <T extends SourcingBanModel>
java.util.Collection<T>DefaultSourcingBanDao. getSourcingBans(FlexibleSearchQuery query) -
Uses of FlexibleSearchQuery in de.hybris.platform.warehousingbackoffice.widgets.warehousingrefineby
Methods in de.hybris.platform.warehousingbackoffice.widgets.warehousingrefineby that return FlexibleSearchQuery Modifier and Type Method Description protected FlexibleSearchQueryWarehousingRefineByController. buildSearchQuery(java.lang.String typeCode, java.lang.String searchValue)Builds aFlexibleSearchQuery
-