Uses of Class
de.hybris.platform.adaptivesearch.model.AbstractAsSearchProfileModel
Packages that use AbstractAsSearchProfileModel
Package
Description
Contains generated models for each type of de.hybris.platform.adaptivesearch.jalo package.
-
Uses of AbstractAsSearchProfileModel in de.hybris.platform.adaptivesearch.converters.populators
Methods in de.hybris.platform.adaptivesearch.converters.populators with parameters of type AbstractAsSearchProfileModelModifier and TypeMethodDescriptionvoidAsSearchProfilePopulator.populate(AbstractAsSearchProfileModel source, AbstractAsSearchProfile target) -
Uses of AbstractAsSearchProfileModel in de.hybris.platform.adaptivesearch.daos
Methods in de.hybris.platform.adaptivesearch.daos with type parameters of type AbstractAsSearchProfileModelModifier and TypeMethodDescription<T extends AbstractAsSearchProfileModel>
List<T>AsSearchProfileDao.findAllSearchProfiles()Finds all search profiles.<T extends AbstractAsSearchProfileModel>
Optional<T>AsSearchProfileDao.findSearchProfileByCode(CatalogVersionModel catalogVersion, String code) Finds the search profile for a specific catalog version and code.<T extends AbstractAsSearchProfileModel>
List<T>AsSearchProfileDao.findSearchProfilesByCatalogVersion(CatalogVersionModel catalogVersion) Finds all search profiles for a specific catalog version.<T extends AbstractAsSearchProfileModel>
List<T>AsSearchProfileDao.findSearchProfilesByIndexTypesAndCatalogVersions(List<String> indexTypes, List<CatalogVersionModel> catalogVersions) Finds all search profiles for a list of index types and catalog versions.<T extends AbstractAsSearchProfileModel>
List<T>AsSearchProfileDao.getSearchProfiles(String query, Map<String, Object> filters) Search for search profiles with filters.<T extends AbstractAsSearchProfileModel>
SearchPageData<T>AsSearchProfileDao.getSearchProfiles(String query, Map<String, Object> filters, SearchPageData<?> pagination) Search for search profiles with filters. -
Uses of AbstractAsSearchProfileModel in de.hybris.platform.adaptivesearch.daos.impl
Methods in de.hybris.platform.adaptivesearch.daos.impl with type parameters of type AbstractAsSearchProfileModelModifier and TypeMethodDescription<T extends AbstractAsSearchProfileModel>
List<T>DefaultAsSearchProfileDao.findAllSearchProfiles()<T extends AbstractAsSearchProfileModel>
Optional<T>DefaultAsSearchProfileDao.findSearchProfileByCode(CatalogVersionModel catalogVersion, String code) <T extends AbstractAsSearchProfileModel>
List<T>DefaultAsSearchProfileDao.findSearchProfilesByCatalogVersion(CatalogVersionModel catalogVersion) <T extends AbstractAsSearchProfileModel>
List<T>DefaultAsSearchProfileDao.findSearchProfilesByIndexTypesAndCatalogVersions(List<String> indexTypes, List<CatalogVersionModel> catalogVersions) <T extends AbstractAsSearchProfileModel>
List<T>DefaultAsSearchProfileDao.getSearchProfiles(String query, Map<String, Object> filters) <T extends AbstractAsSearchProfileModel>
SearchPageData<T>DefaultAsSearchProfileDao.getSearchProfiles(String query, Map<String, Object> filters, SearchPageData<?> pagination) -
Uses of AbstractAsSearchProfileModel in de.hybris.platform.adaptivesearch.data
Methods in de.hybris.platform.adaptivesearch.data that return types with arguments of type AbstractAsSearchProfileModelMethod parameters in de.hybris.platform.adaptivesearch.data with type arguments of type AbstractAsSearchProfileModelModifier and TypeMethodDescriptionvoidAsSearchProfileActivationGroup.setSearchProfiles(List<AbstractAsSearchProfileModel> searchProfiles) -
Uses of AbstractAsSearchProfileModel in de.hybris.platform.adaptivesearch.integration
Methods in de.hybris.platform.adaptivesearch.integration with type parameters of type AbstractAsSearchProfileModelModifier and TypeMethodDescriptionprotected <T extends AbstractAsSearchProfileModel>
TCategoryRemovalTest.loadSearchProfile(String searchProfileCode) protected <T extends AbstractAsSearchProfileModel>
TSearchConfigurationRemovalTest.loadSearchProfile(String searchProfileCode) -
Uses of AbstractAsSearchProfileModel in de.hybris.platform.adaptivesearch.integration.synchronization
Methods in de.hybris.platform.adaptivesearch.integration.synchronization with parameters of type AbstractAsSearchProfileModelModifier and TypeMethodDescriptionprotected voidCatalogVersionSynchronizationTest.assertEqualsSearchProfile(AbstractAsSearchProfileModel searchProfile1, AbstractAsSearchProfileModel searchProfile2) -
Uses of AbstractAsSearchProfileModel in de.hybris.platform.adaptivesearch.model
Subclasses of AbstractAsSearchProfileModel in de.hybris.platform.adaptivesearch.modelModifier and TypeClassDescriptionclassGenerated model class for type AsCategoryAwareSearchProfile first defined at extension adaptivesearch.classGenerated model class for type AsSimpleSearchProfile first defined at extension adaptivesearch.Methods in de.hybris.platform.adaptivesearch.model that return types with arguments of type AbstractAsSearchProfileModelModifier and TypeMethodDescriptionAsSearchProfileActivationSetModel.getSearchProfiles()Generated method - Getter of theAsSearchProfileActivationSet.searchProfilesattribute defined at extensionadaptivesearch.Method parameters in de.hybris.platform.adaptivesearch.model with type arguments of type AbstractAsSearchProfileModelModifier and TypeMethodDescriptionvoidAsSearchProfileActivationSetModel.setSearchProfiles(List<AbstractAsSearchProfileModel> value) Generated method - Setter ofAsSearchProfileActivationSet.searchProfilesattribute defined at extensionadaptivesearch. -
Uses of AbstractAsSearchProfileModel in de.hybris.platform.adaptivesearch.model.interceptors
Methods in de.hybris.platform.adaptivesearch.model.interceptors that return AbstractAsSearchProfileModelModifier and TypeMethodDescriptionprotected AbstractAsSearchProfileModelAbstractAsInterceptor.resolveAndValidateSearchProfile(AbstractAsSearchConfigurationModel model) protected AbstractAsSearchProfileModelAbstractAsInterceptor.resolveSearchProfile(ItemModel model) Methods in de.hybris.platform.adaptivesearch.model.interceptors with parameters of type AbstractAsSearchProfileModelModifier and TypeMethodDescriptionvoidAsSearchProfileInterceptor.onValidate(AbstractAsSearchProfileModel searchProfile, InterceptorContext context) -
Uses of AbstractAsSearchProfileModel in de.hybris.platform.adaptivesearch.services
Methods in de.hybris.platform.adaptivesearch.services with type parameters of type AbstractAsSearchProfileModelModifier and TypeMethodDescription<T extends AbstractAsSearchProfileModel>
TAsSearchProfileService.cloneSearchProfile(T original) Creates a deep copy of the given search profile.<T extends AbstractAsSearchProfileModel>
List<T>AsSearchProfileService.getAllSearchProfiles()Returns all search profiles.<T extends AbstractAsSearchProfileModel>
Optional<T>AsSearchProfileService.getSearchProfileForCode(CatalogVersionModel catalogVersion, String code) Returns the search profile a specific catalog version and code.<T extends AbstractAsSearchProfileModel>
List<T>AsSearchProfileService.getSearchProfiles(String query, Map<String, Object> filters) Returns search profiles.<T extends AbstractAsSearchProfileModel>
SearchPageData<T>AsSearchProfileService.getSearchProfiles(String query, Map<String, Object> filters, SearchPageData<?> pagination) Returns paginated search profiles.<T extends AbstractAsSearchProfileModel>
List<T>AsSearchProfileService.getSearchProfilesForCatalogVersion(CatalogVersionModel catalogVersion) Returns all search profiles for a specific catalog version.<T extends AbstractAsSearchProfileModel>
List<T>AsSearchProfileService.getSearchProfilesForIndexTypesAndCatalogVersions(List<String> indexTypes, List<CatalogVersionModel> catalogVersions) Returns all search profiles for a list of index types and catalog versions.Methods in de.hybris.platform.adaptivesearch.services that return types with arguments of type AbstractAsSearchProfileModelModifier and TypeMethodDescriptionAsSearchProfileActivationService.getCurrentSearchProfiles()Returns the current active search profiles in the session.Methods in de.hybris.platform.adaptivesearch.services with parameters of type AbstractAsSearchProfileModelModifier and TypeMethodDescription<T extends AbstractAsSearchConfigurationModel>
TAsSearchConfigurationService.getOrCreateSearchConfigurationForContext(AsSearchProfileContext context, AbstractAsSearchProfileModel searchProfile) Returns the search configuration for a specific context and search profile.<T extends AbstractAsSearchConfigurationModel>
Optional<T>AsSearchConfigurationService.getSearchConfigurationForContext(AsSearchProfileContext context, AbstractAsSearchProfileModel searchProfile) Returns the search configuration for a specific context and search profile.AsSearchConfigurationService.getSearchConfigurationInfoForContext(AsSearchProfileContext context, AbstractAsSearchProfileModel searchProfile) Returns search configuration related information for a specific context and search profile.AsSearchConfigurationService.getSearchConfigurationQualifiers(AbstractAsSearchProfileModel searchProfile) Gets the qualifiers for the search profileMethod parameters in de.hybris.platform.adaptivesearch.services with type arguments of type AbstractAsSearchProfileModelModifier and TypeMethodDescriptionAsSearchProfileCalculationService.calculate(AsSearchProfileContext context, AsSearchProfileResult result, List<AbstractAsSearchProfileModel> searchProfiles) Calculates a search profile result based on an exiting result and a list of search profiles.AsSearchProfileCalculationService.calculate(AsSearchProfileContext context, List<AbstractAsSearchProfileModel> searchProfiles) Calculates a search profile result based on a list of search profiles.voidAsSearchProfileActivationService.setCurrentSearchProfiles(List<AbstractAsSearchProfileModel> searchProfiles) Sets the current active search profiles in the session. -
Uses of AbstractAsSearchProfileModel in de.hybris.platform.adaptivesearch.services.impl
Methods in de.hybris.platform.adaptivesearch.services.impl with type parameters of type AbstractAsSearchProfileModelModifier and TypeMethodDescription<T extends AbstractAsSearchProfileModel>
TDefaultAsSearchProfileService.cloneSearchProfile(T original) <T extends AbstractAsSearchProfileModel>
List<T>DefaultAsSearchProfileService.getAllSearchProfiles()<T extends AbstractAsSearchProfileModel>
Optional<T>DefaultAsSearchProfileService.getSearchProfileForCode(CatalogVersionModel catalogVersion, String code) <T extends AbstractAsSearchProfileModel>
List<T>DefaultAsSearchProfileService.getSearchProfiles(String query, Map<String, Object> filters) <T extends AbstractAsSearchProfileModel>
SearchPageData<T>DefaultAsSearchProfileService.getSearchProfiles(String query, Map<String, Object> filters, SearchPageData<?> pagination) <T extends AbstractAsSearchProfileModel>
List<T>DefaultAsSearchProfileService.getSearchProfilesForCatalogVersion(CatalogVersionModel catalogVersion) <T extends AbstractAsSearchProfileModel>
List<T>DefaultAsSearchProfileService.getSearchProfilesForIndexTypesAndCatalogVersions(List<String> indexTypes, List<CatalogVersionModel> catalogVersions) protected <T extends AbstractAsSearchProfileModel>
TDefaultAsSearchProfileCalculationServiceTest.loadSearchProfile(String searchProfileCode) Methods in de.hybris.platform.adaptivesearch.services.impl that return types with arguments of type AbstractAsSearchProfileModelModifier and TypeMethodDescriptionDefaultAsSearchProfileActivationService.getCurrentSearchProfiles()Methods in de.hybris.platform.adaptivesearch.services.impl with parameters of type AbstractAsSearchProfileModelModifier and TypeMethodDescriptionprotected booleanDefaultAsSearchProfileActivationService.canActivateSearchProfile(AsSearchProfileContext context, AbstractAsSearchProfileModel searchProfile) DefaultAsSearchConfigurationService.getOrCreateSearchConfigurationForContext(AsSearchProfileContext context, AbstractAsSearchProfileModel searchProfile) DefaultAsSearchConfigurationService.getSearchConfigurationForContext(AsSearchProfileContext context, AbstractAsSearchProfileModel searchProfile) DefaultAsSearchConfigurationService.getSearchConfigurationInfoForContext(AsSearchProfileContext context, AbstractAsSearchProfileModel searchProfile) DefaultAsSearchConfigurationService.getSearchConfigurationQualifiers(AbstractAsSearchProfileModel searchProfile) Method parameters in de.hybris.platform.adaptivesearch.services.impl with type arguments of type AbstractAsSearchProfileModelModifier and TypeMethodDescriptionDefaultAsSearchProfileCalculationService.calculate(AsSearchProfileContext context, AsSearchProfileResult result, List<AbstractAsSearchProfileModel> searchProfiles) DefaultAsSearchProfileCalculationService.calculate(AsSearchProfileContext context, List<AbstractAsSearchProfileModel> searchProfiles) voidDefaultAsSearchProfileActivationService.setCurrentSearchProfiles(List<AbstractAsSearchProfileModel> searchProfiles) -
Uses of AbstractAsSearchProfileModel in de.hybris.platform.adaptivesearch.strategies
Classes in de.hybris.platform.adaptivesearch.strategies with type parameters of type AbstractAsSearchProfileModelModifier and TypeInterfaceDescriptioninterfaceAsSearchConfigurationStrategy<P extends AbstractAsSearchProfileModel,C extends AbstractAsSearchConfigurationModel> Strategy for performing operations on search configurations.interfaceAsSearchProfileLoadStrategy<T extends AbstractAsSearchProfileModel,R extends AbstractAsSearchProfile> Strategy for loading search profiles.Methods in de.hybris.platform.adaptivesearch.strategies that return AbstractAsSearchProfileModelModifier and TypeMethodDescriptionAsItemModelHelper.getSearchProfileForSearchConfiguration(AbstractAsSearchConfigurationModel searchConfiguration) Returns the search profile for the given search configuration.Methods in de.hybris.platform.adaptivesearch.strategies that return types with arguments of type AbstractAsSearchProfileModelModifier and TypeMethodDescriptiondefault List<AbstractAsSearchProfileModel>AsSearchProfileActivationStrategy.getActiveSearchProfiles(AsSearchProfileContext context) Returns a list of active search profiles.Methods in de.hybris.platform.adaptivesearch.strategies with parameters of type AbstractAsSearchProfileModelModifier and TypeMethodDescriptionAsSearchProfileRegistry.getSearchProfileMapping(AbstractAsSearchProfileModel searchProfile) Returns the search profile mapping for a specific search profile. -
Uses of AbstractAsSearchProfileModel in de.hybris.platform.adaptivesearch.strategies.impl
Classes in de.hybris.platform.adaptivesearch.strategies.impl with type parameters of type AbstractAsSearchProfileModelModifier and TypeClassDescriptionclassAbstractAsSearchConfigurationStrategy<P extends AbstractAsSearchProfileModel,C extends AbstractAsSearchConfigurationModel> Base class for implementations ofAsSearchConfigurationStrategy.classAbstractAsSearchProfileLoadStrategy<T extends AbstractAsSearchProfileModel,R extends AbstractAsSearchProfile> Base class for implementations ofAbstractAsSearchProfileLoadStrategy.Methods in de.hybris.platform.adaptivesearch.strategies.impl that return AbstractAsSearchProfileModelModifier and TypeMethodDescriptionDefaultAsItemModelHelper.getSearchProfileForSearchConfiguration(AbstractAsSearchConfigurationModel searchConfiguration) Methods in de.hybris.platform.adaptivesearch.strategies.impl that return types with arguments of type AbstractAsSearchProfileModelModifier and TypeMethodDescriptionprotected List<AbstractAsSearchProfileModel>DefaultAsSearchProfileActivationStrategy.collectActiveSearchProfiles(AsSearchProfileContext context) Methods in de.hybris.platform.adaptivesearch.strategies.impl with parameters of type AbstractAsSearchProfileModelModifier and TypeMethodDescriptionDefaultAsSearchProfileRegistry.getSearchProfileMapping(AbstractAsSearchProfileModel searchProfile) -
Uses of AbstractAsSearchProfileModel in de.hybris.platform.adaptivesearchbackoffice.common.impl
Methods in de.hybris.platform.adaptivesearchbackoffice.common.impl that return AbstractAsSearchProfileModelModifier and TypeMethodDescriptionprotected AbstractAsSearchProfileModelAbstractAsDataProvider.resolveSearchProfile(AbstractAsConfigurableSearchConfigurationModel searchConfiguration) protected AbstractAsSearchProfileModelAsQueryContextDataProvider.resolveSearchProfile(Map<String, Object> parameters) -
Uses of AbstractAsSearchProfileModel in de.hybris.platform.adaptivesearchbackoffice.editors.boostrules
Methods in de.hybris.platform.adaptivesearchbackoffice.editors.boostrules with parameters of type AbstractAsSearchProfileModelModifier and TypeMethodDescriptionprotected voidAsBoostRulesDataHandler.convertFromSearchProfileResult(AsConfigurationHolder<AsBoostRule, AbstractAsBoostRuleConfiguration> source, BoostRuleEditorData target, AbstractAsSearchProfileModel searchProfile) protected booleanAsBoostRulesDataHandler.isConfigurationFromSearchProfile(AbstractAsBoostRuleConfiguration configuration, AbstractAsSearchProfileModel searchProfile) -
Uses of AbstractAsSearchProfileModel in de.hybris.platform.adaptivesearchbackoffice.editors.excludedfacets
Methods in de.hybris.platform.adaptivesearchbackoffice.editors.excludedfacets with parameters of type AbstractAsSearchProfileModelModifier and TypeMethodDescriptionprotected voidAsExcludedFacetsDataHandler.convertFromSearchProfileResult(AsConfigurationHolder<AsExcludedFacet, AbstractAsFacetConfiguration> source, ExcludedFacetEditorData target, AbstractAsSearchProfileModel searchProfile) protected booleanAsExcludedFacetsDataHandler.isConfigurationFromSearchProfile(AbstractAsFacetConfiguration configuration, AbstractAsSearchProfileModel searchProfile) -
Uses of AbstractAsSearchProfileModel in de.hybris.platform.adaptivesearchbackoffice.editors.excludeditems
Methods in de.hybris.platform.adaptivesearchbackoffice.editors.excludeditems with parameters of type AbstractAsSearchProfileModelModifier and TypeMethodDescriptionprotected voidAsExcludedItemsDataHandler.convertFromSearchProfileResult(AsConfigurationHolder<AsExcludedItem, AbstractAsBoostItemConfiguration> source, ExcludedItemEditorData target, AbstractAsSearchProfileModel searchProfile) protected booleanAsExcludedItemsDataHandler.isConfigurationFromSearchProfile(AbstractAsBoostItemConfiguration configuration, AbstractAsSearchProfileModel searchProfile) -
Uses of AbstractAsSearchProfileModel in de.hybris.platform.adaptivesearchbackoffice.editors.excludedsorts
Methods in de.hybris.platform.adaptivesearchbackoffice.editors.excludedsorts with parameters of type AbstractAsSearchProfileModelModifier and TypeMethodDescriptionprotected voidAsExcludedSortsDataHandler.convertFromSearchProfileResult(AsConfigurationHolder<AsExcludedSort, AbstractAsSortConfiguration> source, ExcludedSortEditorData target, AbstractAsSearchProfileModel searchProfile) protected booleanAsExcludedSortsDataHandler.isConfigurationFromSearchProfile(AbstractAsSortConfiguration configuration, AbstractAsSearchProfileModel searchProfile) -
Uses of AbstractAsSearchProfileModel in de.hybris.platform.adaptivesearchbackoffice.editors.facets
Methods in de.hybris.platform.adaptivesearchbackoffice.editors.facets with parameters of type AbstractAsSearchProfileModelModifier and TypeMethodDescriptionprotected voidAsFacetsDataHandler.convertFromSearchProfileResult(AsConfigurationHolder<AsFacet, AbstractAsFacetConfiguration> source, FacetEditorData target, AbstractAsSearchProfileModel searchProfile) protected booleanAsFacetsDataHandler.isConfigurationFromSearchProfile(AbstractAsFacetConfiguration configuration, AbstractAsSearchProfileModel searchProfile) -
Uses of AbstractAsSearchProfileModel in de.hybris.platform.adaptivesearchbackoffice.editors.promotedfacets
Methods in de.hybris.platform.adaptivesearchbackoffice.editors.promotedfacets with parameters of type AbstractAsSearchProfileModelModifier and TypeMethodDescriptionprotected voidAsPromotedFacetsDataHandler.convertFromSearchProfileResult(AsConfigurationHolder<AsPromotedFacet, AbstractAsFacetConfiguration> source, PromotedFacetEditorData target, AbstractAsSearchProfileModel searchProfile) protected booleanAsPromotedFacetsDataHandler.isConfigurationFromSearchProfile(AbstractAsFacetConfiguration configuration, AbstractAsSearchProfileModel searchProfile) -
Uses of AbstractAsSearchProfileModel in de.hybris.platform.adaptivesearchbackoffice.editors.promoteditems
Methods in de.hybris.platform.adaptivesearchbackoffice.editors.promoteditems with parameters of type AbstractAsSearchProfileModelModifier and TypeMethodDescriptionprotected voidAsPromotedItemsDataHandler.convertFromSearchProfileResult(AsConfigurationHolder<AsPromotedItem, AbstractAsBoostItemConfiguration> source, PromotedItemEditorData target, AbstractAsSearchProfileModel searchProfile) protected booleanAsPromotedItemsDataHandler.isConfigurationFromSearchProfile(AbstractAsBoostItemConfiguration configuration, AbstractAsSearchProfileModel searchProfile) -
Uses of AbstractAsSearchProfileModel in de.hybris.platform.adaptivesearchbackoffice.editors.promotedsorts
Methods in de.hybris.platform.adaptivesearchbackoffice.editors.promotedsorts with parameters of type AbstractAsSearchProfileModelModifier and TypeMethodDescriptionprotected voidAsPromotedSortsDataHandler.convertFromSearchProfileResult(AsConfigurationHolder<AsPromotedSort, AbstractAsSortConfiguration> source, PromotedSortEditorData target, AbstractAsSearchProfileModel searchProfile) protected booleanAsPromotedSortsDataHandler.isConfigurationFromSearchProfile(AbstractAsSortConfiguration configuration, AbstractAsSearchProfileModel searchProfile) -
Uses of AbstractAsSearchProfileModel in de.hybris.platform.adaptivesearchbackoffice.editors.sorts
Methods in de.hybris.platform.adaptivesearchbackoffice.editors.sorts with parameters of type AbstractAsSearchProfileModelModifier and TypeMethodDescriptionprotected voidAsSortsDataHandler.convertFromSearchProfileResult(AsConfigurationHolder<AsSort, AbstractAsSortConfiguration> source, SortEditorData target, AbstractAsSearchProfileModel searchProfile) protected booleanAsSortsDataHandler.isConfigurationFromSearchProfile(AbstractAsSortConfiguration configuration, AbstractAsSearchProfileModel searchProfile) -
Uses of AbstractAsSearchProfileModel in de.hybris.platform.adaptivesearchbackoffice.widgets.maincontroller
Methods in de.hybris.platform.adaptivesearchbackoffice.widgets.maincontroller that return types with arguments of type AbstractAsSearchProfileModelModifier and TypeMethodDescriptionprotected List<AbstractAsSearchProfileModel>MainController.resolveSearchProfiles(CatalogVersionModel catalogVersion, NavigationContextData navigationContext) -
Uses of AbstractAsSearchProfileModel in de.hybris.platform.adaptivesearchbackoffice.widgets.searchprofilecontext
Methods in de.hybris.platform.adaptivesearchbackoffice.widgets.searchprofilecontext that return types with arguments of type AbstractAsSearchProfileModelModifier and TypeMethodDescriptionprotected Optional<AbstractAsSearchProfileModel>SearchProfileContextViewModel.resolveSearchProfile()Methods in de.hybris.platform.adaptivesearchbackoffice.widgets.searchprofilecontext with parameters of type AbstractAsSearchProfileModelModifier and TypeMethodDescriptionprotected StringSearchProfileContextViewModel.buildSearchProfileLabel(AbstractAsSearchProfileModel searchProfile, AsSearchConfigurationInfoData searchConfigurationInfo) -
Uses of AbstractAsSearchProfileModel in de.hybris.platform.adaptivesearchfacades.converters.populators
Methods in de.hybris.platform.adaptivesearchfacades.converters.populators with parameters of type AbstractAsSearchProfileModelModifier and TypeMethodDescriptionvoidAsSearchProfileDataPopulator.populate(AbstractAsSearchProfileModel source, AsSearchProfileData target) -
Uses of AbstractAsSearchProfileModel in de.hybris.platform.adaptivesearchfacades.facades.impl
Methods in de.hybris.platform.adaptivesearchfacades.facades.impl that return types with arguments of type AbstractAsSearchProfileModelMethod parameters in de.hybris.platform.adaptivesearchfacades.facades.impl with type arguments of type AbstractAsSearchProfileModelModifier and TypeMethodDescriptionprotected SearchPageData<AsSearchProfileData>DefaultAsSearchProfileFacade.createAsSearchPageData(SearchPageData<AbstractAsSearchProfileModel> input) voidDefaultAsSearchProfileFacade.setAsSearchProfileDataConverter(Converter<AbstractAsSearchProfileModel, AsSearchProfileData> asSearchProfileDataConverter) -
Uses of AbstractAsSearchProfileModel in de.hybris.platform.personalizationsearch.strategies.impl
Methods in de.hybris.platform.personalizationsearch.strategies.impl that return types with arguments of type AbstractAsSearchProfileModelModifier and TypeMethodDescriptionprotected Optional<AbstractAsSearchProfileModel>CxSearchProfileActivationStrategy.findSearchProfile(AsSearchProfileContext context, CxSearchProfileActionResult actionResult) protected List<AbstractAsSearchProfileModel>CxSearchProfileActivationStrategy.findSearchProfiles(AsSearchProfileContext context, List<CxSearchProfileActionResult> actionResults) Method parameters in de.hybris.platform.personalizationsearch.strategies.impl with type arguments of type AbstractAsSearchProfileModelModifier and TypeMethodDescriptionprotected AsSearchProfileActivationGroupCxSearchProfileActivationStrategy.createGroup(List<AbstractAsSearchProfileModel> searchProfiles)