Uses of Class
de.hybris.platform.adaptivesearch.model.AbstractAsSearchProfileModel
-
-
Uses of AbstractAsSearchProfileModel in de.hybris.platform.adaptivesearch.converters.populators
Methods in de.hybris.platform.adaptivesearch.converters.populators with parameters of type AbstractAsSearchProfileModel Modifier and Type Method Description voidAsSearchProfilePopulator. 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 AbstractAsSearchProfileModel Modifier and Type Method Description <T extends AbstractAsSearchProfileModel>
java.util.List<T>AsSearchProfileDao. findAllSearchProfiles()Finds all search profiles.<T extends AbstractAsSearchProfileModel>
java.util.Optional<T>AsSearchProfileDao. findSearchProfileByCode(CatalogVersionModel catalogVersion, java.lang.String code)Finds the search profile for a specific catalog version and code.<T extends AbstractAsSearchProfileModel>
java.util.List<T>AsSearchProfileDao. findSearchProfilesByCatalogVersion(CatalogVersionModel catalogVersion)Finds all search profiles for a specific catalog version.<T extends AbstractAsSearchProfileModel>
java.util.List<T>AsSearchProfileDao. findSearchProfilesByIndexTypesAndCatalogVersions(java.util.List<java.lang.String> indexTypes, java.util.List<CatalogVersionModel> catalogVersions)Finds all search profiles for a list of index types and catalog versions.<T extends AbstractAsSearchProfileModel>
java.util.List<T>AsSearchProfileDao. getSearchProfiles(java.lang.String query, java.util.Map<java.lang.String,java.lang.Object> filters)Search for search profiles with filters.<T extends AbstractAsSearchProfileModel>
SearchPageData<T>AsSearchProfileDao. getSearchProfiles(java.lang.String query, java.util.Map<java.lang.String,java.lang.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 AbstractAsSearchProfileModel Modifier and Type Method Description <T extends AbstractAsSearchProfileModel>
java.util.List<T>DefaultAsSearchProfileDao. findAllSearchProfiles()<T extends AbstractAsSearchProfileModel>
java.util.Optional<T>DefaultAsSearchProfileDao. findSearchProfileByCode(CatalogVersionModel catalogVersion, java.lang.String code)<T extends AbstractAsSearchProfileModel>
java.util.List<T>DefaultAsSearchProfileDao. findSearchProfilesByCatalogVersion(CatalogVersionModel catalogVersion)<T extends AbstractAsSearchProfileModel>
java.util.List<T>DefaultAsSearchProfileDao. findSearchProfilesByIndexTypesAndCatalogVersions(java.util.List<java.lang.String> indexTypes, java.util.List<CatalogVersionModel> catalogVersions)<T extends AbstractAsSearchProfileModel>
java.util.List<T>DefaultAsSearchProfileDao. getSearchProfiles(java.lang.String query, java.util.Map<java.lang.String,java.lang.Object> filters)<T extends AbstractAsSearchProfileModel>
SearchPageData<T>DefaultAsSearchProfileDao. getSearchProfiles(java.lang.String query, java.util.Map<java.lang.String,java.lang.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 AbstractAsSearchProfileModel Modifier and Type Method Description java.util.List<AbstractAsSearchProfileModel>AsSearchProfileActivationGroup. getSearchProfiles()Method parameters in de.hybris.platform.adaptivesearch.data with type arguments of type AbstractAsSearchProfileModel Modifier and Type Method Description voidAsSearchProfileActivationGroup. setSearchProfiles(java.util.List<AbstractAsSearchProfileModel> searchProfiles) -
Uses of AbstractAsSearchProfileModel in de.hybris.platform.adaptivesearch.integration
Methods in de.hybris.platform.adaptivesearch.integration with type parameters of type AbstractAsSearchProfileModel Modifier and Type Method Description protected <T extends AbstractAsSearchProfileModel>
TCategoryRemovalTest. loadSearchProfile(java.lang.String searchProfileCode)protected <T extends AbstractAsSearchProfileModel>
TSearchConfigurationRemovalTest. loadSearchProfile(java.lang.String searchProfileCode) -
Uses of AbstractAsSearchProfileModel in de.hybris.platform.adaptivesearch.integration.synchronization
Methods in de.hybris.platform.adaptivesearch.integration.synchronization with parameters of type AbstractAsSearchProfileModel Modifier and Type Method Description protected voidCatalogVersionSynchronizationTest. assertEqualsSearchProfile(AbstractAsSearchProfileModel searchProfile1, AbstractAsSearchProfileModel searchProfile2) -
Uses of AbstractAsSearchProfileModel in de.hybris.platform.adaptivesearch.model
Subclasses of AbstractAsSearchProfileModel in de.hybris.platform.adaptivesearch.model Modifier and Type Class Description classAsCategoryAwareSearchProfileModelGenerated model class for type AsCategoryAwareSearchProfile first defined at extension adaptivesearch.classAsSimpleSearchProfileModelGenerated model class for type AsSimpleSearchProfile first defined at extension adaptivesearch.Methods in de.hybris.platform.adaptivesearch.model that return types with arguments of type AbstractAsSearchProfileModel Modifier and Type Method Description java.util.List<AbstractAsSearchProfileModel>AsSearchProfileActivationSetModel. getSearchProfiles()Generated method - Getter of theAsSearchProfileActivationSet.searchProfilesattribute defined at extensionadaptivesearch.Method parameters in de.hybris.platform.adaptivesearch.model with type arguments of type AbstractAsSearchProfileModel Modifier and Type Method Description voidAsSearchProfileActivationSetModel. setSearchProfiles(java.util.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 AbstractAsSearchProfileModel Modifier and Type Method Description protected AbstractAsSearchProfileModelAbstractAsInterceptor. resolveAndValidateSearchProfile(AbstractAsSearchConfigurationModel model)protected AbstractAsSearchProfileModelAbstractAsInterceptor. resolveSearchProfile(ItemModel model)Methods in de.hybris.platform.adaptivesearch.model.interceptors with parameters of type AbstractAsSearchProfileModel Modifier and Type Method Description voidAsSearchProfileInterceptor. 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 AbstractAsSearchProfileModel Modifier and Type Method Description <T extends AbstractAsSearchProfileModel>
TAsSearchProfileService. cloneSearchProfile(T original)Creates a deep copy of the given search profile.<T extends AbstractAsSearchProfileModel>
java.util.List<T>AsSearchProfileService. getAllSearchProfiles()Returns all search profiles.<T extends AbstractAsSearchProfileModel>
java.util.Optional<T>AsSearchProfileService. getSearchProfileForCode(CatalogVersionModel catalogVersion, java.lang.String code)Returns the search profile a specific catalog version and code.<T extends AbstractAsSearchProfileModel>
java.util.List<T>AsSearchProfileService. getSearchProfiles(java.lang.String query, java.util.Map<java.lang.String,java.lang.Object> filters)Returns search profiles.<T extends AbstractAsSearchProfileModel>
SearchPageData<T>AsSearchProfileService. getSearchProfiles(java.lang.String query, java.util.Map<java.lang.String,java.lang.Object> filters, SearchPageData<?> pagination)Returns paginated search profiles.<T extends AbstractAsSearchProfileModel>
java.util.List<T>AsSearchProfileService. getSearchProfilesForCatalogVersion(CatalogVersionModel catalogVersion)Returns all search profiles for a specific catalog version.<T extends AbstractAsSearchProfileModel>
java.util.List<T>AsSearchProfileService. getSearchProfilesForIndexTypesAndCatalogVersions(java.util.List<java.lang.String> indexTypes, java.util.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 AbstractAsSearchProfileModel Modifier and Type Method Description java.util.Optional<java.util.List<AbstractAsSearchProfileModel>>AsSearchProfileActivationService. getCurrentSearchProfiles()Returns the current active search profiles in the session.Methods in de.hybris.platform.adaptivesearch.services with parameters of type AbstractAsSearchProfileModel Modifier and Type Method Description <T extends AbstractAsSearchConfigurationModel>
TAsSearchConfigurationService. getOrCreateSearchConfigurationForContext(AsSearchProfileContext context, AbstractAsSearchProfileModel searchProfile)Returns the search configuration for a specific context and search profile.<T extends AbstractAsSearchConfigurationModel>
java.util.Optional<T>AsSearchConfigurationService. getSearchConfigurationForContext(AsSearchProfileContext context, AbstractAsSearchProfileModel searchProfile)Returns the search configuration for a specific context and search profile.AsSearchConfigurationInfoDataAsSearchConfigurationService. getSearchConfigurationInfoForContext(AsSearchProfileContext context, AbstractAsSearchProfileModel searchProfile)Returns search configuration related information for a specific context and search profile.java.util.Set<java.lang.String>AsSearchConfigurationService. getSearchConfigurationQualifiers(AbstractAsSearchProfileModel searchProfile)Gets the qualifiers for the search profileMethod parameters in de.hybris.platform.adaptivesearch.services with type arguments of type AbstractAsSearchProfileModel Modifier and Type Method Description AsSearchProfileResultAsSearchProfileCalculationService. calculate(AsSearchProfileContext context, AsSearchProfileResult result, java.util.List<AbstractAsSearchProfileModel> searchProfiles)Calculates a search profile result based on an exiting result and a list of search profiles.AsSearchProfileResultAsSearchProfileCalculationService. calculate(AsSearchProfileContext context, java.util.List<AbstractAsSearchProfileModel> searchProfiles)Calculates a search profile result based on a list of search profiles.voidAsSearchProfileActivationService. setCurrentSearchProfiles(java.util.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 AbstractAsSearchProfileModel Modifier and Type Method Description <T extends AbstractAsSearchProfileModel>
TDefaultAsSearchProfileService. cloneSearchProfile(T original)<T extends AbstractAsSearchProfileModel>
java.util.List<T>DefaultAsSearchProfileService. getAllSearchProfiles()<T extends AbstractAsSearchProfileModel>
java.util.Optional<T>DefaultAsSearchProfileService. getSearchProfileForCode(CatalogVersionModel catalogVersion, java.lang.String code)<T extends AbstractAsSearchProfileModel>
java.util.List<T>DefaultAsSearchProfileService. getSearchProfiles(java.lang.String query, java.util.Map<java.lang.String,java.lang.Object> filters)<T extends AbstractAsSearchProfileModel>
SearchPageData<T>DefaultAsSearchProfileService. getSearchProfiles(java.lang.String query, java.util.Map<java.lang.String,java.lang.Object> filters, SearchPageData<?> pagination)<T extends AbstractAsSearchProfileModel>
java.util.List<T>DefaultAsSearchProfileService. getSearchProfilesForCatalogVersion(CatalogVersionModel catalogVersion)<T extends AbstractAsSearchProfileModel>
java.util.List<T>DefaultAsSearchProfileService. getSearchProfilesForIndexTypesAndCatalogVersions(java.util.List<java.lang.String> indexTypes, java.util.List<CatalogVersionModel> catalogVersions)protected <T extends AbstractAsSearchProfileModel>
TDefaultAsSearchProfileCalculationServiceTest. loadSearchProfile(java.lang.String searchProfileCode)Methods in de.hybris.platform.adaptivesearch.services.impl that return types with arguments of type AbstractAsSearchProfileModel Modifier and Type Method Description java.util.Optional<java.util.List<AbstractAsSearchProfileModel>>DefaultAsSearchProfileActivationService. getCurrentSearchProfiles()Methods in de.hybris.platform.adaptivesearch.services.impl with parameters of type AbstractAsSearchProfileModel Modifier and Type Method Description AbstractAsSearchConfigurationModelDefaultAsSearchConfigurationService. getOrCreateSearchConfigurationForContext(AsSearchProfileContext context, AbstractAsSearchProfileModel searchProfile)java.util.Optional<AbstractAsSearchConfigurationModel>DefaultAsSearchConfigurationService. getSearchConfigurationForContext(AsSearchProfileContext context, AbstractAsSearchProfileModel searchProfile)AsSearchConfigurationInfoDataDefaultAsSearchConfigurationService. getSearchConfigurationInfoForContext(AsSearchProfileContext context, AbstractAsSearchProfileModel searchProfile)java.util.Set<java.lang.String>DefaultAsSearchConfigurationService. getSearchConfigurationQualifiers(AbstractAsSearchProfileModel searchProfile)Method parameters in de.hybris.platform.adaptivesearch.services.impl with type arguments of type AbstractAsSearchProfileModel Modifier and Type Method Description AsSearchProfileResultDefaultAsSearchProfileCalculationService. calculate(AsSearchProfileContext context, AsSearchProfileResult result, java.util.List<AbstractAsSearchProfileModel> searchProfiles)AsSearchProfileResultDefaultAsSearchProfileCalculationService. calculate(AsSearchProfileContext context, java.util.List<AbstractAsSearchProfileModel> searchProfiles)voidDefaultAsSearchProfileActivationService. setCurrentSearchProfiles(java.util.List<AbstractAsSearchProfileModel> searchProfiles) -
Uses of AbstractAsSearchProfileModel in de.hybris.platform.adaptivesearch.strategies
Classes in de.hybris.platform.adaptivesearch.strategies with type parameters of type AbstractAsSearchProfileModel Modifier and Type Interface Description interfaceAsSearchConfigurationStrategy<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 types with arguments of type AbstractAsSearchProfileModel Modifier and Type Method Description default java.util.List<AbstractAsSearchProfileModel>AsSearchProfileActivationStrategy. getActiveSearchProfiles(AsSearchProfileContext context)Returns a list of active search profiles.Methods in de.hybris.platform.adaptivesearch.strategies with parameters of type AbstractAsSearchProfileModel Modifier and Type Method Description AsSearchProfileMappingAsSearchProfileRegistry. 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 AbstractAsSearchProfileModel Modifier and Type Class Description classAbstractAsSearchConfigurationStrategy<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 types with arguments of type AbstractAsSearchProfileModel Modifier and Type Method Description java.util.List<AbstractAsSearchProfileModel>DefaultAsSearchProfileActivationStrategy. getActiveSearchProfiles(AsSearchProfileContext context)Methods in de.hybris.platform.adaptivesearch.strategies.impl with parameters of type AbstractAsSearchProfileModel Modifier and Type Method Description AsSearchProfileMappingDefaultAsSearchProfileRegistry. getSearchProfileMapping(AbstractAsSearchProfileModel searchProfile) -
Uses of AbstractAsSearchProfileModel in de.hybris.platform.adaptivesearchbackoffice.common.impl
Methods in de.hybris.platform.adaptivesearchbackoffice.common.impl that return AbstractAsSearchProfileModel Modifier and Type Method Description protected AbstractAsSearchProfileModelAbstractAsDataProvider. resolveSearchProfile(AbstractAsConfigurableSearchConfigurationModel searchConfiguration)protected AbstractAsSearchProfileModelAbstractAsExpressionDataProvider. resolveSearchProfile(AbstractAsConfigurableSearchConfigurationModel searchConfiguration)Deprecated. -
Uses of AbstractAsSearchProfileModel in de.hybris.platform.adaptivesearchbackoffice.editors.boostrules
Methods in de.hybris.platform.adaptivesearchbackoffice.editors.boostrules with parameters of type AbstractAsSearchProfileModel Modifier and Type Method Description protected 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 AbstractAsSearchProfileModel Modifier and Type Method Description protected 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 AbstractAsSearchProfileModel Modifier and Type Method Description protected 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 AbstractAsSearchProfileModel Modifier and Type Method Description protected 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 AbstractAsSearchProfileModel Modifier and Type Method Description protected 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 AbstractAsSearchProfileModel Modifier and Type Method Description protected 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 AbstractAsSearchProfileModel Modifier and Type Method Description protected 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 AbstractAsSearchProfileModel Modifier and Type Method Description protected 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 AbstractAsSearchProfileModel Modifier and Type Method Description protected 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 AbstractAsSearchProfileModel Modifier and Type Method Description protected java.util.List<AbstractAsSearchProfileModel>MainController. resolveSearchProfiles(CatalogVersionModel catalogVersion, java.util.List<java.lang.String> searchProfiles) -
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 AbstractAsSearchProfileModel Modifier and Type Method Description protected java.util.Optional<AbstractAsSearchProfileModel>SearchProfileContextViewModel. resolveSearchProfile()Methods in de.hybris.platform.adaptivesearchbackoffice.widgets.searchprofilecontext with parameters of type AbstractAsSearchProfileModel Modifier and Type Method Description protected java.lang.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 AbstractAsSearchProfileModel Modifier and Type Method Description voidAsSearchProfileDataPopulator. 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 AbstractAsSearchProfileModel Modifier and Type Method Description Converter<AbstractAsSearchProfileModel,AsSearchProfileData>DefaultAsSearchProfileFacade. getAsSearchProfileDataConverter()Method parameters in de.hybris.platform.adaptivesearchfacades.facades.impl with type arguments of type AbstractAsSearchProfileModel Modifier and Type Method Description protected 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 AbstractAsSearchProfileModel Modifier and Type Method Description protected java.util.Optional<AbstractAsSearchProfileModel>CxSearchProfileActivationStrategy. findSearchProfile(AsSearchProfileContext context, CxSearchProfileActionResult actionResult)protected java.util.List<AbstractAsSearchProfileModel>CxSearchProfileActivationStrategy. findSearchProfiles(AsSearchProfileContext context, java.util.List<CxSearchProfileActionResult> actionResults)Method parameters in de.hybris.platform.personalizationsearch.strategies.impl with type arguments of type AbstractAsSearchProfileModel Modifier and Type Method Description protected AsSearchProfileActivationGroupCxSearchProfileActivationStrategy. createGroup(java.util.List<AbstractAsSearchProfileModel> searchProfiles)
-