| Modifier and Type | Method and Description |
|---|---|
void |
AsSearchProfilePopulator.populate(AbstractAsSearchProfileModel source,
AbstractAsSearchProfile target) |
| Modifier and Type | Method and Description |
|---|---|
<T extends AbstractAsSearchProfileModel> |
AsSearchProfileDao.findAllSearchProfiles()
Finds all search profiles.
|
<T extends AbstractAsSearchProfileModel> |
AsSearchProfileDao.findSearchProfileByCode(CatalogVersionModel catalogVersion,
java.lang.String code)
Finds the search profile for a specific catalog version and code.
|
<T extends AbstractAsSearchProfileModel> |
AsSearchProfileDao.findSearchProfilesByCatalogVersion(CatalogVersionModel catalogVersion)
Finds all search profiles for a specific catalog version.
|
<T extends AbstractAsSearchProfileModel> |
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> |
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> |
AsSearchProfileDao.getSearchProfiles(java.lang.String query,
java.util.Map<java.lang.String,java.lang.Object> filters,
SearchPageData<?> pagination)
Search for search profiles with filters.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends AbstractAsSearchProfileModel> |
DefaultAsSearchProfileDao.findAllSearchProfiles() |
<T extends AbstractAsSearchProfileModel> |
DefaultAsSearchProfileDao.findSearchProfileByCode(CatalogVersionModel catalogVersion,
java.lang.String code) |
<T extends AbstractAsSearchProfileModel> |
DefaultAsSearchProfileDao.findSearchProfilesByCatalogVersion(CatalogVersionModel catalogVersion) |
<T extends AbstractAsSearchProfileModel> |
DefaultAsSearchProfileDao.findSearchProfilesByIndexTypesAndCatalogVersions(java.util.List<java.lang.String> indexTypes,
java.util.List<CatalogVersionModel> catalogVersions) |
<T extends AbstractAsSearchProfileModel> |
DefaultAsSearchProfileDao.getSearchProfiles(java.lang.String query,
java.util.Map<java.lang.String,java.lang.Object> filters) |
<T extends AbstractAsSearchProfileModel> |
DefaultAsSearchProfileDao.getSearchProfiles(java.lang.String query,
java.util.Map<java.lang.String,java.lang.Object> filters,
SearchPageData<?> pagination) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AbstractAsSearchProfileModel> |
AsSearchProfileActivationGroup.getSearchProfiles() |
| Modifier and Type | Method and Description |
|---|---|
void |
AsSearchProfileActivationGroup.setSearchProfiles(java.util.List<AbstractAsSearchProfileModel> searchProfiles) |
| Modifier and Type | Method and Description |
|---|---|
protected <T extends AbstractAsSearchProfileModel> |
CategoryRemovalTest.loadSearchProfile(java.lang.String searchProfileCode) |
protected <T extends AbstractAsSearchProfileModel> |
SearchConfigurationRemovalTest.loadSearchProfile(java.lang.String searchProfileCode) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CatalogVersionSynchronizationTest.assertEqualsSearchProfile(AbstractAsSearchProfileModel searchProfile1,
AbstractAsSearchProfileModel searchProfile2) |
| Modifier and Type | Class and Description |
|---|---|
class |
AsCategoryAwareSearchProfileModel
Generated model class for type AsCategoryAwareSearchProfile first defined at extension adaptivesearch.
|
class |
AsSimpleSearchProfileModel
Generated model class for type AsSimpleSearchProfile first defined at extension adaptivesearch.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AbstractAsSearchProfileModel> |
AsSearchProfileActivationSetModel.getSearchProfiles()
Generated method - Getter of the
AsSearchProfileActivationSet.searchProfiles attribute defined at extension adaptivesearch. |
| Modifier and Type | Method and Description |
|---|---|
void |
AsSearchProfileActivationSetModel.setSearchProfiles(java.util.List<AbstractAsSearchProfileModel> value)
Generated method - Setter of
AsSearchProfileActivationSet.searchProfiles attribute defined at extension adaptivesearch. |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractAsSearchProfileModel |
AbstractAsInterceptor.resolveAndValidateSearchProfile(AbstractAsSearchConfigurationModel model) |
protected AbstractAsSearchProfileModel |
AbstractAsInterceptor.resolveSearchProfile(ItemModel model) |
| Modifier and Type | Method and Description |
|---|---|
void |
AsSearchProfileInterceptor.onValidate(AbstractAsSearchProfileModel searchProfile,
InterceptorContext context) |
| Modifier and Type | Method and Description |
|---|---|
AbstractAsSearchProfileModel |
AbstractAsSearchProfileResource.getAbstractAsSearchProfileModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected AbstractAsSearchProfileModel |
AbstractAsSearchProfileResource.readResource(java.lang.String resourceId)
Gets the
AbstractAsSearchProfileModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<AbstractAsSearchProfileModel> |
AbstractAsSearchProfilesResource.getAbstractAsSearchProfilesCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractAsSearchProfileResource.setAbstractAsSearchProfileModel(AbstractAsSearchProfileModel value)
Convenience method which just delegates to
#setResourceValue(AbstractAsSearchProfileModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractAsSearchProfilesResource.setAbstractAsSearchProfilesCollection(java.util.Collection<AbstractAsSearchProfileModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
<T extends AbstractAsSearchProfileModel> |
AsSearchProfileService.cloneSearchProfile(T original)
Creates a deep copy of the given search profile.
|
<T extends AbstractAsSearchProfileModel> |
AsSearchProfileService.getAllSearchProfiles()
Returns all search profiles.
|
<T extends AbstractAsSearchProfileModel> |
AsSearchProfileService.getSearchProfileForCode(CatalogVersionModel catalogVersion,
java.lang.String code)
Returns the search profile a specific catalog version and code.
|
<T extends AbstractAsSearchProfileModel> |
AsSearchProfileService.getSearchProfiles(java.lang.String query,
java.util.Map<java.lang.String,java.lang.Object> filters)
Returns search profiles.
|
<T extends AbstractAsSearchProfileModel> |
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> |
AsSearchProfileService.getSearchProfilesForCatalogVersion(CatalogVersionModel catalogVersion)
Returns all search profiles for a specific catalog version.
|
<T extends AbstractAsSearchProfileModel> |
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.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Optional<java.util.List<AbstractAsSearchProfileModel>> |
AsSearchProfileActivationService.getCurrentSearchProfiles()
Returns the current active search profiles in the session.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends AbstractAsSearchConfigurationModel> |
AsSearchConfigurationService.getOrCreateSearchConfigurationForContext(AsSearchProfileContext context,
AbstractAsSearchProfileModel searchProfile)
Returns the search configuration for a specific context and search profile.
|
<T extends AbstractAsSearchConfigurationModel> |
AsSearchConfigurationService.getSearchConfigurationForContext(AsSearchProfileContext context,
AbstractAsSearchProfileModel searchProfile)
Returns the search configuration for a specific context and search profile.
|
AsSearchConfigurationInfoData |
AsSearchConfigurationService.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 profile
|
| Modifier and Type | Method and Description |
|---|---|
AsSearchProfileResult |
AsSearchProfileCalculationService.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.
|
AsSearchProfileResult |
AsSearchProfileCalculationService.calculate(AsSearchProfileContext context,
java.util.List<AbstractAsSearchProfileModel> searchProfiles)
Calculates a search profile result based on a list of search profiles.
|
void |
AsSearchProfileActivationService.setCurrentSearchProfiles(java.util.List<AbstractAsSearchProfileModel> searchProfiles)
Sets the current active search profiles in the session.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends AbstractAsSearchProfileModel> |
DefaultAsSearchProfileService.cloneSearchProfile(T original) |
<T extends AbstractAsSearchProfileModel> |
DefaultAsSearchProfileService.getAllSearchProfiles() |
<T extends AbstractAsSearchProfileModel> |
DefaultAsSearchProfileService.getSearchProfileForCode(CatalogVersionModel catalogVersion,
java.lang.String code) |
<T extends AbstractAsSearchProfileModel> |
DefaultAsSearchProfileService.getSearchProfiles(java.lang.String query,
java.util.Map<java.lang.String,java.lang.Object> filters) |
<T extends AbstractAsSearchProfileModel> |
DefaultAsSearchProfileService.getSearchProfiles(java.lang.String query,
java.util.Map<java.lang.String,java.lang.Object> filters,
SearchPageData<?> pagination) |
<T extends AbstractAsSearchProfileModel> |
DefaultAsSearchProfileService.getSearchProfilesForCatalogVersion(CatalogVersionModel catalogVersion) |
<T extends AbstractAsSearchProfileModel> |
DefaultAsSearchProfileService.getSearchProfilesForIndexTypesAndCatalogVersions(java.util.List<java.lang.String> indexTypes,
java.util.List<CatalogVersionModel> catalogVersions) |
protected <T extends AbstractAsSearchProfileModel> |
DefaultAsSearchProfileCalculationServiceTest.loadSearchProfile(java.lang.String searchProfileCode) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Optional<java.util.List<AbstractAsSearchProfileModel>> |
DefaultAsSearchProfileActivationService.getCurrentSearchProfiles() |
| Modifier and Type | Method and Description |
|---|---|
AbstractAsSearchConfigurationModel |
DefaultAsSearchConfigurationService.getOrCreateSearchConfigurationForContext(AsSearchProfileContext context,
AbstractAsSearchProfileModel searchProfile) |
java.util.Optional<AbstractAsSearchConfigurationModel> |
DefaultAsSearchConfigurationService.getSearchConfigurationForContext(AsSearchProfileContext context,
AbstractAsSearchProfileModel searchProfile) |
AsSearchConfigurationInfoData |
DefaultAsSearchConfigurationService.getSearchConfigurationInfoForContext(AsSearchProfileContext context,
AbstractAsSearchProfileModel searchProfile) |
java.util.Set<java.lang.String> |
DefaultAsSearchConfigurationService.getSearchConfigurationQualifiers(AbstractAsSearchProfileModel searchProfile) |
| Modifier and Type | Method and Description |
|---|---|
AsSearchProfileResult |
DefaultAsSearchProfileCalculationService.calculate(AsSearchProfileContext context,
AsSearchProfileResult result,
java.util.List<AbstractAsSearchProfileModel> searchProfiles) |
AsSearchProfileResult |
DefaultAsSearchProfileCalculationService.calculate(AsSearchProfileContext context,
java.util.List<AbstractAsSearchProfileModel> searchProfiles) |
void |
DefaultAsSearchProfileActivationService.setCurrentSearchProfiles(java.util.List<AbstractAsSearchProfileModel> searchProfiles) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AsSearchConfigurationStrategy<P extends AbstractAsSearchProfileModel,C extends AbstractAsSearchConfigurationModel>
Strategy for performing operations on search configurations.
|
interface |
AsSearchProfileLoadStrategy<T extends AbstractAsSearchProfileModel,R extends AbstractAsSearchProfile>
Strategy for loading search profiles.
|
| Modifier and Type | Method and Description |
|---|---|
default java.util.List<AbstractAsSearchProfileModel> |
AsSearchProfileActivationStrategy.getActiveSearchProfiles(AsSearchProfileContext context)
Returns a list of active search profiles.
|
| Modifier and Type | Method and Description |
|---|---|
AsSearchProfileMapping |
AsSearchProfileRegistry.getSearchProfileMapping(AbstractAsSearchProfileModel searchProfile)
Returns the search profile mapping for a specific search profile.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAsSearchConfigurationStrategy<P extends AbstractAsSearchProfileModel,C extends AbstractAsSearchConfigurationModel>
Base class for implementations of
AsSearchConfigurationStrategy. |
class |
AbstractAsSearchProfileLoadStrategy<T extends AbstractAsSearchProfileModel,R extends AbstractAsSearchProfile>
Base class for implementations of
AbstractAsSearchProfileLoadStrategy. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AbstractAsSearchProfileModel> |
DefaultAsSearchProfileActivationStrategy.getActiveSearchProfiles(AsSearchProfileContext context) |
| Modifier and Type | Method and Description |
|---|---|
AsSearchProfileMapping |
DefaultAsSearchProfileRegistry.getSearchProfileMapping(AbstractAsSearchProfileModel searchProfile) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AsBoostRulesDataHandler.convertFromSearchProfileResult(AsConfigurationHolder<AsBoostRule,AbstractAsBoostRuleConfiguration> source,
BoostRuleEditorData target,
AbstractAsSearchProfileModel searchProfile) |
protected boolean |
AsBoostRulesDataHandler.isConfigurationFromSearchProfile(AbstractAsBoostRuleConfiguration configuration,
AbstractAsSearchProfileModel searchProfile) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AsExcludedFacetsDataHandler.convertFromSearchProfileResult(AsConfigurationHolder<AsExcludedFacet,AbstractAsFacetConfiguration> source,
ExcludedFacetEditorData target,
AbstractAsSearchProfileModel searchProfile) |
protected boolean |
AsExcludedFacetsDataHandler.isConfigurationFromSearchProfile(AbstractAsFacetConfiguration configuration,
AbstractAsSearchProfileModel searchProfile) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AsExcludedItemsDataHandler.convertFromSearchProfileResult(AsConfigurationHolder<AsExcludedItem,AbstractAsBoostItemConfiguration> source,
ExcludedItemEditorData target,
AbstractAsSearchProfileModel searchProfile) |
protected boolean |
AsExcludedItemsDataHandler.isConfigurationFromSearchProfile(AbstractAsBoostItemConfiguration configuration,
AbstractAsSearchProfileModel searchProfile) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AsExcludedSortsDataHandler.convertFromSearchProfileResult(AsConfigurationHolder<AsExcludedSort,AbstractAsSortConfiguration> source,
ExcludedSortEditorData target,
AbstractAsSearchProfileModel searchProfile) |
protected boolean |
AsExcludedSortsDataHandler.isConfigurationFromSearchProfile(AbstractAsSortConfiguration configuration,
AbstractAsSearchProfileModel searchProfile) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AsFacetsDataHandler.convertFromSearchProfileResult(AsConfigurationHolder<AsFacet,AbstractAsFacetConfiguration> source,
FacetEditorData target,
AbstractAsSearchProfileModel searchProfile) |
protected boolean |
AsFacetsDataHandler.isConfigurationFromSearchProfile(AbstractAsFacetConfiguration configuration,
AbstractAsSearchProfileModel searchProfile) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AsPromotedFacetsDataHandler.convertFromSearchProfileResult(AsConfigurationHolder<AsPromotedFacet,AbstractAsFacetConfiguration> source,
PromotedFacetEditorData target,
AbstractAsSearchProfileModel searchProfile) |
protected boolean |
AsPromotedFacetsDataHandler.isConfigurationFromSearchProfile(AbstractAsFacetConfiguration configuration,
AbstractAsSearchProfileModel searchProfile) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AsPromotedItemsDataHandler.convertFromSearchProfileResult(AsConfigurationHolder<AsPromotedItem,AbstractAsBoostItemConfiguration> source,
PromotedItemEditorData target,
AbstractAsSearchProfileModel searchProfile) |
protected boolean |
AsPromotedItemsDataHandler.isConfigurationFromSearchProfile(AbstractAsBoostItemConfiguration configuration,
AbstractAsSearchProfileModel searchProfile) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AsPromotedSortsDataHandler.convertFromSearchProfileResult(AsConfigurationHolder<AsPromotedSort,AbstractAsSortConfiguration> source,
PromotedSortEditorData target,
AbstractAsSearchProfileModel searchProfile) |
protected boolean |
AsPromotedSortsDataHandler.isConfigurationFromSearchProfile(AbstractAsSortConfiguration configuration,
AbstractAsSearchProfileModel searchProfile) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AsSortsDataHandler.convertFromSearchProfileResult(AsConfigurationHolder<AsSort,AbstractAsSortConfiguration> source,
SortEditorData target,
AbstractAsSearchProfileModel searchProfile) |
protected boolean |
AsSortsDataHandler.isConfigurationFromSearchProfile(AbstractAsSortConfiguration configuration,
AbstractAsSearchProfileModel searchProfile) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<AbstractAsSearchProfileModel> |
MainController.resolveSearchProfiles(CatalogVersionModel catalogVersion,
java.util.List<java.lang.String> searchProfiles) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Optional<AbstractAsSearchProfileModel> |
SearchProfileContextViewModel.resolveSearchProfile() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
SearchProfileContextViewModel.buildSearchProfileLabel(AbstractAsSearchProfileModel searchProfile,
AsSearchConfigurationInfoData searchConfigurationInfo) |
| Modifier and Type | Method and Description |
|---|---|
void |
AsSearchProfileDataPopulator.populate(AbstractAsSearchProfileModel source,
AsSearchProfileData target) |
| Modifier and Type | Method and Description |
|---|---|
Converter<AbstractAsSearchProfileModel,AsSearchProfileData> |
DefaultAsSearchProfileFacade.getAsSearchProfileDataConverter() |
| Modifier and Type | Method and Description |
|---|---|
protected SearchPageData<AsSearchProfileData> |
DefaultAsSearchProfileFacade.createAsSearchPageData(SearchPageData<AbstractAsSearchProfileModel> input) |
void |
DefaultAsSearchProfileFacade.setAsSearchProfileDataConverter(Converter<AbstractAsSearchProfileModel,AsSearchProfileData> asSearchProfileDataConverter) |
Copyright © 2018 SAP SE. All Rights Reserved.