| Modifier and Type | Method and Description |
|---|---|
CategorySolrSearchProfileModel |
CategorySolrSearchProfileResource.getCategorySolrSearchProfileModel()
Convenience method which just delegates to
#getResourceValue() |
protected CategorySolrSearchProfileModel |
CategorySolrSearchProfileResource.readResource(String resourceId)
Gets the
CategorySolrSearchProfileModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<CategorySolrSearchProfileModel> |
CategorySolrSearchProfilesResource.getCategorySolrSearchProfilesCollection()
Convenience method which just delegates to
#getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
CategorySolrSearchProfileResource.setCategorySolrSearchProfileModel(CategorySolrSearchProfileModel value)
Convenience method which just delegates to
#setResourceValue(CategorySolrSearchProfileModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
CategorySolrSearchProfilesResource.setCategorySolrSearchProfilesCollection(Collection<CategorySolrSearchProfileModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
String |
CategorySolrSearchProfileDynamicDescription.get(CategorySolrSearchProfileModel model) |
void |
CategorySolrSearchProfileDynamicDescription.set(CategorySolrSearchProfileModel model,
String value) |
| Modifier and Type | Method and Description |
|---|---|
CategorySolrSearchProfileModel |
CategorySearchProfileFacade.createSolrSearchProfile(String categoryCode)
Returns a new search profile for a given category code.
|
CategorySolrSearchProfileModel |
CategorySearchProfileService.createSolrSearchProfile(String categoryCode,
SolrIndexedTypeModel solrIndexedTypeModel)
This method returns a new category solr search profile based on given category code and solr indexed type.
|
CategorySolrSearchProfileModel |
CategorySearchProfileService.getCategorySolrSearchProfile(String categoryCode,
SolrIndexedTypeModel indexedType)
This method returns the exact solr search profile based on given category code and indexed type.
|
| Modifier and Type | Method and Description |
|---|---|
List<CategorySolrSearchProfileModel> |
SearchProfileDao.findCategorySolrSearchProfiles(SolrIndexedTypeModel indexedType,
String categoryCode) |
List<CategorySolrSearchProfileModel> |
SearchProfileDao.getSolrBoostSearchProfiles(Collection<String> categoryCodes,
SolrIndexedTypeModel indexedType) |
List<CategorySolrSearchProfileModel> |
SearchProfileDao.getSolrFacetReconfigSearchProfiles(Collection<String> categoryCodes,
SolrIndexedTypeModel indexedType) |
| Modifier and Type | Method and Description |
|---|---|
List<CategorySolrSearchProfileModel> |
DefaultSearchProfileDao.findCategorySolrSearchProfiles(SolrIndexedTypeModel indexedType,
String categoryCode) |
List<CategorySolrSearchProfileModel> |
DefaultSearchProfileDao.getSolrBoostSearchProfiles(Collection<String> categoryCodes,
SolrIndexedTypeModel indexedType) |
List<CategorySolrSearchProfileModel> |
DefaultSearchProfileDao.getSolrFacetReconfigSearchProfiles(Collection<String> categoryCodes,
SolrIndexedTypeModel indexedType) |
| Modifier and Type | Method and Description |
|---|---|
CategorySolrSearchProfileModel |
DefaultCategorySearchProfileFacade.createSolrSearchProfile(String categoryCode) |
CategorySolrSearchProfileModel |
DefaultCategorySearchProfileService.createSolrSearchProfile(String categoryCode,
SolrIndexedTypeModel solrIndexedTypeModel) |
CategorySolrSearchProfileModel |
DefaultCategorySearchProfileService.getCategorySolrSearchProfile(String categoryCode,
SolrIndexedTypeModel solrIndexedTypeModel) |
| Modifier and Type | Method and Description |
|---|---|
CategorySolrSearchProfileModel |
CategorySolrSearchProfileMatchStrategy.findExactMatch(Collection<CategorySolrSearchProfileModel> profiles,
CategoryModel currentCategory)
This method is looking for the exact matching search profile for the given category.
|
CategorySolrSearchProfileModel |
CategorySolrSearchProfileMatchStrategy.findNearestMatch(Collection<CategorySolrSearchProfileModel> profiles,
Collection<List<CategoryModel>> categoryPaths,
CategoryModel currentCategory)
This method is looking for the nearest category search profile for the given category.
|
| Modifier and Type | Method and Description |
|---|---|
CategorySolrSearchProfileModel |
CategorySolrSearchProfileMatchStrategy.findExactMatch(Collection<CategorySolrSearchProfileModel> profiles,
CategoryModel currentCategory)
This method is looking for the exact matching search profile for the given category.
|
CategorySolrSearchProfileModel |
CategorySolrSearchProfileMatchStrategy.findNearestMatch(Collection<CategorySolrSearchProfileModel> profiles,
Collection<List<CategoryModel>> categoryPaths,
CategoryModel currentCategory)
This method is looking for the nearest category search profile for the given category.
|
| Modifier and Type | Method and Description |
|---|---|
CategorySolrSearchProfileModel |
DefaultCategorySolrSearchProfileMatchStrategy.findExactMatch(Collection<CategorySolrSearchProfileModel> profiles,
CategoryModel categoryModel) |
CategorySolrSearchProfileModel |
DefaultCategorySolrSearchProfileMatchStrategy.findNearestMatch(Collection<CategorySolrSearchProfileModel> profiles,
Collection<List<CategoryModel>> categoryPaths,
CategoryModel currentCategory) |
| Modifier and Type | Method and Description |
|---|---|
CategorySolrSearchProfileModel |
DefaultCategorySolrSearchProfileMatchStrategy.findExactMatch(Collection<CategorySolrSearchProfileModel> profiles,
CategoryModel categoryModel) |
CategorySolrSearchProfileModel |
DefaultCategorySolrSearchProfileMatchStrategy.findNearestMatch(Collection<CategorySolrSearchProfileModel> profiles,
Collection<List<CategoryModel>> categoryPaths,
CategoryModel currentCategory) |
Copyright © 2017 SAP SE. All Rights Reserved.