| Package | Description |
|---|---|
| com.hybris.merchandising.indexer.listeners | |
| com.hybris.merchandising.model |
Contains generated models for each type of com.hybris.merchandising.jalo package.
|
| com.hybris.merchandising.resource |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Map<java.lang.String,java.lang.String> |
MerchIndexingListener.createMerchPropertiesMapping(java.util.List<MerchPropertyModel> merchProperties,
java.util.Map<java.lang.String,com.hybris.merchandising.indexer.listeners.MerchIndexingListener.IndexedPropertyInfo> indexedPropertiesMapping)
createMerchPropertiesMapping is a method for mapping from the configured list of
MerchPropertyModel to the indexed properties
within Solr. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<MerchPropertyModel> |
MerchIndexingConfigModel.getMerchProperties()
Generated method - Getter of the
MerchIndexingConfig.merchProperties attribute defined at extension merchandisingservices. |
| Modifier and Type | Method and Description |
|---|---|
void |
MerchIndexingConfigModel.setMerchProperties(java.util.List<MerchPropertyModel> value)
Generated method - Setter of
MerchIndexingConfig.merchProperties attribute defined at extension merchandisingservices. |
| Modifier and Type | Method and Description |
|---|---|
MerchPropertyModel |
MerchPropertyResource.getMerchPropertyModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected MerchPropertyModel |
MerchPropertyResource.readResource(java.lang.String resourceId)
Gets the
MerchPropertyModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<MerchPropertyModel> |
MerchPropertiesResource.getMerchPropertiesCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
MerchPropertyResource.setMerchPropertyModel(MerchPropertyModel value)
Convenience method which just delegates to
#setResourceValue(MerchPropertyModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
MerchPropertiesResource.setMerchPropertiesCollection(java.util.Collection<MerchPropertyModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
Copyright © 2018 SAP SE. All Rights Reserved.