| 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.createMerchImagePropertiesMapping(java.util.List<MerchImagePropertyModel> merchImageProperties,
java.util.Map<java.lang.String,com.hybris.merchandising.indexer.listeners.MerchIndexingListener.IndexedPropertyInfo> indexedPropertiesMapping)
createMerchImagePropertiesMapping is an image specific method from mapping from a configured list of
MerchImagePropertyModel to the indexed properties
within Solr. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<MerchImagePropertyModel> |
MerchIndexingConfigModel.getMerchImageProperties()
Generated method - Getter of the
MerchIndexingConfig.merchImageProperties attribute defined at extension merchandisingservices. |
| Modifier and Type | Method and Description |
|---|---|
void |
MerchIndexingConfigModel.setMerchImageProperties(java.util.List<MerchImagePropertyModel> value)
Generated method - Setter of
MerchIndexingConfig.merchImageProperties attribute defined at extension merchandisingservices. |
| Modifier and Type | Method and Description |
|---|---|
MerchImagePropertyModel |
MerchImagePropertyResource.getMerchImagePropertyModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected MerchImagePropertyModel |
MerchImagePropertyResource.readResource(java.lang.String resourceId)
Gets the
MerchImagePropertyModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<MerchImagePropertyModel> |
MerchImagePropertiesResource.getMerchImagePropertiesCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
MerchImagePropertyResource.setMerchImagePropertyModel(MerchImagePropertyModel value)
Convenience method which just delegates to
#setResourceValue(MerchImagePropertyModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
MerchImagePropertiesResource.setMerchImagePropertiesCollection(java.util.Collection<MerchImagePropertyModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
Copyright © 2018 SAP SE. All Rights Reserved.