| Package | Description |
|---|---|
| de.hybris.platform.commercesearch.model |
Contains generated models for each type of de.hybris.platform.commercesearch.jalo package.
|
| de.hybris.platform.commercesearch.resource | |
| de.hybris.platform.commercesearch.searchandizing.facet.reconfiguration | |
| de.hybris.platform.commercesearch.searchandizing.facet.reconfiguration.impl | |
| de.hybris.platform.commercesearch.searchandizing.facet.reconfiguration.populators | |
| de.hybris.platform.commercesearch.searchandizing.facet.reconfiguration.utils | |
| de.hybris.platform.commercesearch.searchandizing.facet.reconfiguration.utils.impl | |
| de.hybris.platform.commercesearch.searchandizing.model | |
| de.hybris.platform.commercesearch.searchandizing.searchprofile.comparator | |
| de.hybris.platform.solrfacetsearch.model.config |
Contains generated models for each type of de.hybris.platform.solrfacetsearch.jalo.config package.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<SolrFacetReconfigurationModel> |
AbstractSolrSearchProfileModel.getSolrFacetReconfigurations()
Generated method - Getter of the
AbstractSolrSearchProfile.solrFacetReconfigurations attribute defined at extension commercesearch. |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractSolrSearchProfileModel.setSolrFacetReconfigurations(Collection<SolrFacetReconfigurationModel> value)
Generated method - Setter of
AbstractSolrSearchProfile.solrFacetReconfigurations attribute defined at extension commercesearch. |
| Modifier and Type | Method and Description |
|---|---|
SolrFacetReconfigurationModel |
SolrFacetReconfigurationResource.getSolrFacetReconfigurationModel()
Convenience method which just delegates to
#getResourceValue() |
protected SolrFacetReconfigurationModel |
SolrFacetReconfigurationResource.readResource(String resourceId)
Gets the
SolrFacetReconfigurationModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<SolrFacetReconfigurationModel> |
SolrFacetReconfigurationsResource.getSolrFacetReconfigurationsCollection()
Convenience method which just delegates to
#getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
SolrFacetReconfigurationResource.setSolrFacetReconfigurationModel(SolrFacetReconfigurationModel value)
Convenience method which just delegates to
#setResourceValue(SolrFacetReconfigurationModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
SolrFacetReconfigurationsResource.setSolrFacetReconfigurationsCollection(Collection<SolrFacetReconfigurationModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
SolrFacetReconfigurationModel |
FacetReconfigurationService.createReconfiguration(SolrFacetReconfigurationModel facetReconfigurationModel,
AbstractSolrSearchProfileModel searchProfile)
This method creates a new SolrFacetReconfigurationModel based on the given SolrFacetReconfigurationModel.
|
SolrFacetReconfigurationModel |
FacetReconfigurationService.createReconfiguration(SolrIndexedPropertyModel indexedPropertyModel,
AbstractSolrSearchProfileModel searchProfile)
This method creates a new SolrFacetReconfigurationModel based on the given SolrIndexedPropertyModel.
|
| Modifier and Type | Method and Description |
|---|---|
SolrFacetReconfigurationModel |
FacetReconfigurationService.createReconfiguration(SolrFacetReconfigurationModel facetReconfigurationModel,
AbstractSolrSearchProfileModel searchProfile)
This method creates a new SolrFacetReconfigurationModel based on the given SolrFacetReconfigurationModel.
|
| Modifier and Type | Method and Description |
|---|---|
SolrFacetReconfigurationModel |
DefaultFacetReconfigurationService.createReconfiguration(SolrFacetReconfigurationModel originalFacetReconfigurationModel,
AbstractSolrSearchProfileModel searchProfile) |
SolrFacetReconfigurationModel |
DefaultFacetReconfigurationService.createReconfiguration(SolrIndexedPropertyModel indexedPropertyModel,
AbstractSolrSearchProfileModel searchProfile) |
protected SolrFacetReconfigurationModel |
GlobalFacetAdminService.findFacetReconfiguration(String facetCode,
GlobalSolrSearchProfileModel globalSolrSearchProfiles) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultFacetReconfigurationService.applyFacetTypeReconfiguration(SolrFacetReconfigurationModel solrFacetReconfiguration,
IndexedProperty indexedProperty) |
protected void |
DefaultFacetReconfigurationService.applyPriorityReconfiguration(SolrFacetReconfigurationModel solrFacetReconfiguration,
IndexedProperty indexedProperty) |
protected void |
DefaultFacetReconfigurationService.applySortProviderReconfiguration(SolrFacetReconfigurationModel solrFacetReconfiguration,
IndexedProperty indexedProperty) |
protected void |
DefaultFacetReconfigurationService.applyVisibilityReconfiguration(SolrFacetReconfigurationModel solrFacetReconfiguration,
IndexedProperty indexedProperty) |
SolrFacetReconfigurationModel |
DefaultFacetReconfigurationService.createReconfiguration(SolrFacetReconfigurationModel originalFacetReconfigurationModel,
AbstractSolrSearchProfileModel searchProfile) |
protected boolean |
GlobalFacetAdminService.noFacetReconfigurationFound(SolrFacetReconfigurationModel facetReconfigurationToChange) |
| Modifier and Type | Method and Description |
|---|---|
void |
SolrFacetReconfigurationModelPopulator.populate(SolrFacetReconfigurationModel sourceFacetReconfigurationModel,
SolrFacetReconfigurationModel targetFacetReconfigurationModel) |
void |
SolrIndexedPropertyModelPopulator.populate(SolrIndexedPropertyModel solrIndexedPropertyModel,
SolrFacetReconfigurationModel solrFacetReconfigurationModel) |
| Modifier and Type | Method and Description |
|---|---|
List<SolrFacetReconfigurationModel> |
FacetAdminHelper.createNewReconfigurationsForVisibleFacets(Collection<SolrFacetReconfigurationModel> solrFacetReconfigurations,
AbstractSolrSearchProfileModel searchProfile) |
List<SolrFacetReconfigurationModel> |
FacetAdminHelper.moveFacetAboveInternally(String movedFacetCode,
String stationaryFacetCode,
List<SolrFacetReconfigurationModel> reconfigurations) |
List<SolrFacetReconfigurationModel> |
FacetAdminHelper.moveFacetBelowInternally(String movedFacetCode,
String stationaryFacetCode,
List<SolrFacetReconfigurationModel> reconfigurations) |
List<SolrFacetReconfigurationModel> |
FacetAdminHelper.updateReconfigurationsPriority(List<SolrFacetReconfigurationModel> reconfigurations) |
| Modifier and Type | Method and Description |
|---|---|
List<SolrFacetReconfigurationModel> |
DefaultFacetAdminHelper.createNewReconfigurationsForVisibleFacets(Collection<SolrFacetReconfigurationModel> solrFacetReconfigurations,
AbstractSolrSearchProfileModel searchProfile) |
List<SolrFacetReconfigurationModel> |
DefaultFacetAdminHelper.moveFacetAboveInternally(String movedFacetCode,
String stationaryFacetCode,
List<SolrFacetReconfigurationModel> reconfigurations) |
List<SolrFacetReconfigurationModel> |
DefaultFacetAdminHelper.moveFacetBelowInternally(String movedFacetCode,
String stationaryFacetCode,
List<SolrFacetReconfigurationModel> reconfigurations) |
List<SolrFacetReconfigurationModel> |
DefaultFacetAdminHelper.updateReconfigurationsPriority(List<SolrFacetReconfigurationModel> reconfigurations) |
| Modifier and Type | Method and Description |
|---|---|
String |
SolrFacetReconfigurationDynamicDescription.get(SolrFacetReconfigurationModel model) |
protected String |
SolrFacetReconfigurationDynamicDescription.getLocalizedName(SolrFacetReconfigurationModel model,
String attributeDescriptorId) |
protected List<String> |
SolrFacetReconfigurationDynamicDescription.getOverridenAttributeNames(SolrFacetReconfigurationModel model) |
protected String |
SolrFacetReconfigurationDynamicDescription.getOverridenAttributeString(SolrFacetReconfigurationModel model) |
void |
SolrFacetReconfigurationDynamicDescription.set(SolrFacetReconfigurationModel model,
String value) |
| Modifier and Type | Method and Description |
|---|---|
int |
SolrFacetReconfigurationComparator.compareInstances(SolrFacetReconfigurationModel reconfigurationModel,
SolrFacetReconfigurationModel reconfigurationModel1) |
| Modifier and Type | Method and Description |
|---|---|
Collection<SolrFacetReconfigurationModel> |
SolrIndexedPropertyModel.getSolrFacetReconfigurations()
Generated method - Getter of the
SolrIndexedProperty.solrFacetReconfigurations attribute defined at extension commercesearch. |
| Modifier and Type | Method and Description |
|---|---|
void |
SolrIndexedPropertyModel.setSolrFacetReconfigurations(Collection<SolrFacetReconfigurationModel> value)
Generated method - Setter of
SolrIndexedProperty.solrFacetReconfigurations attribute defined at extension commercesearch. |
Copyright © 2017 SAP SE. All Rights Reserved.