| Package | Description |
|---|---|
| de.hybris.platform.adaptivesearch.daos | |
| de.hybris.platform.adaptivesearch.daos.impl | |
| de.hybris.platform.adaptivesearch.integration | |
| de.hybris.platform.adaptivesearch.interceptors | |
| de.hybris.platform.adaptivesearch.model |
Contains generated models for each type of de.hybris.platform.adaptivesearch.jalo package.
|
| de.hybris.platform.adaptivesearch.resource | |
| de.hybris.platform.adaptivesearch.strategies.impl |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AsSearchProfileActivationSetModel> |
AsSearchProfileActivationSetDao.findAllSearchProfileActivationSets()
Finds all search profile activation sets.
|
java.util.Optional<AsSearchProfileActivationSetModel> |
AsSearchProfileActivationSetDao.findSearchProfileActivationSetByIndexType(CatalogVersionModel catalogVersion,
java.lang.String indexType)
Finds the search profile activation set for a specific catalog version and index type.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AsSearchProfileActivationSetModel> |
DefaultAsSearchProfileActivationSetDao.findAllSearchProfileActivationSets() |
java.util.Optional<AsSearchProfileActivationSetModel> |
DefaultAsSearchProfileActivationSetDao.findSearchProfileActivationSetByIndexType(CatalogVersionModel catalogVersion,
java.lang.String indexType) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CatalogVersionSynchronizationTest.assertEqualsSearchProfileActivationSet(java.util.Optional<AsSearchProfileActivationSetModel> activationSetResult1,
java.util.Optional<AsSearchProfileActivationSetModel> activationSetResult2) |
protected void |
CatalogVersionSynchronizationTest.assertEqualsSearchProfileActivationSet(java.util.Optional<AsSearchProfileActivationSetModel> activationSetResult1,
java.util.Optional<AsSearchProfileActivationSetModel> activationSetResult2) |
| Modifier and Type | Method and Description |
|---|---|
void |
AsSearchProfileActivationSetInterceptor.onValidate(AsSearchProfileActivationSetModel searchProfileActivationSet,
InterceptorContext interceptorContext) |
| Modifier and Type | Method and Description |
|---|---|
AsSearchProfileActivationSetModel |
AbstractAsSearchProfileModel.getActivationSet()
Generated method - Getter of the
AbstractAsSearchProfile.activationSet attribute defined at extension adaptivesearch. |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractAsSearchProfileModel.setActivationSet(AsSearchProfileActivationSetModel value)
Generated method - Setter of
AbstractAsSearchProfile.activationSet attribute defined at extension adaptivesearch. |
| Modifier and Type | Method and Description |
|---|---|
AsSearchProfileActivationSetModel |
AsSearchProfileActivationSetResource.getAsSearchProfileActivationSetModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected AsSearchProfileActivationSetModel |
AsSearchProfileActivationSetResource.readResource(java.lang.String resourceId)
Gets the
AsSearchProfileActivationSetModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<AsSearchProfileActivationSetModel> |
AsSearchProfileActivationSetsResource.getAsSearchProfileActivationSetsCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
AsSearchProfileActivationSetResource.setAsSearchProfileActivationSetModel(AsSearchProfileActivationSetModel value)
Convenience method which just delegates to
#setResourceValue(AsSearchProfileActivationSetModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
AsSearchProfileActivationSetsResource.setAsSearchProfileActivationSetsCollection(java.util.Collection<AsSearchProfileActivationSetModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<AsSearchProfileActivationSetModel> |
DefaultAsSearchProfileActivationStrategy.getActivationSets(AsSearchProfileContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
DefaultAsSearchProfileActivationStrategy.compareActivationSets(AsSearchProfileActivationSetModel activationSet1,
AsSearchProfileActivationSetModel activationSet2) |
Copyright © 2018 SAP SE. All Rights Reserved.