| Modifier and Type | Class and Description |
|---|---|
class |
AsSearchProfilePopulator<S extends AbstractAsSearchProfileModel,T extends AbstractAsSearchProfile>
Populates
AbstractAsSearchProfile from AbstractAsSearchProfileModel. |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AbstractAsSearchProfileModel> |
DefaultAsSearchProfileDao.findAllSearchProfiles() |
java.util.Optional<AbstractAsSearchProfileModel> |
DefaultAsSearchProfileDao.findSearchProfileByCode(CatalogVersionModel catalogVersion,
java.lang.String code) |
java.util.List<AbstractAsSearchProfileModel> |
DefaultAsSearchProfileDao.findSearchProfilesByCatalogVersion(CatalogVersionModel catalogVersion) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CatalogVersionSynchronizationTest.assertEqualsSearchProfile(AbstractAsSearchProfileModel searchProfile1,
AbstractAsSearchProfileModel searchProfile2) |
| 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 interceptorContext) |
| 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 |
|---|---|
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.getSearchProfileForCode(CatalogVersionModel catalogVersion,
java.lang.String code)
Returns the search profile a specific catalog version and code.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AbstractAsSearchProfileModel> |
AsSearchProfileActivationService.getActiveSearchProfilesForContext(AsSearchProfileContext context)
Returns the active search profiles for a given context.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.getSearchProfileForCode(CatalogVersionModel catalogVersion,
java.lang.String code) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AbstractAsSearchProfileModel> |
DefaultAsSearchProfileActivationService.getActiveSearchProfilesForContext(AsSearchProfileContext context) |
java.util.List<AbstractAsSearchProfileModel> |
DefaultAsSearchProfileService.getAllSearchProfiles() |
java.util.Optional<java.util.List<AbstractAsSearchProfileModel>> |
DefaultAsSearchProfileActivationService.getCurrentSearchProfiles() |
java.util.List<AbstractAsSearchProfileModel> |
DefaultAsSearchProfileService.getSearchProfilesForCatalogVersion(CatalogVersionModel catalogVersion) |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
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 java.util.List<AbstractAsSearchProfileModel> |
MainController.resolveSearchProfiles(CatalogVersionModel catalogVersion,
java.util.List<java.lang.String> searchProfiles) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
SearchProfileContextViewModel.buildSearchProfileLabel(AbstractAsSearchProfileModel searchProfile,
AsSearchConfigurationInfoData searchConfigurationInfo) |
Copyright © 2017 SAP SE. All Rights Reserved.