| 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.lang.String |
MerchIndexingListener.extractPropName(AbstractMerchPropertyModel merchProp)
extractPropName is a method for retrieving the name of an indexed property.
|
protected java.lang.String |
MerchIndexingListener.extractPropTranslatedName(AbstractMerchPropertyModel merchProp)
extractPropTranslatedName is a method for retrieving the mapped name of an indexed property.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MerchImagePropertyModel
Generated model class for type MerchImageProperty first defined at extension merchandisingservices.
|
class |
MerchPropertyModel
Generated model class for type MerchProperty first defined at extension merchandisingservices.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractMerchPropertyModel |
AbstractMerchPropertyResource.getAbstractMerchPropertyModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected AbstractMerchPropertyModel |
AbstractMerchPropertyResource.readResource(java.lang.String resourceId)
Gets the
AbstractMerchPropertyModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<AbstractMerchPropertyModel> |
AbstractMerchPropertiesResource.getAbstractMerchPropertiesCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractMerchPropertyResource.setAbstractMerchPropertyModel(AbstractMerchPropertyModel value)
Convenience method which just delegates to
#setResourceValue(AbstractMerchPropertyModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractMerchPropertiesResource.setAbstractMerchPropertiesCollection(java.util.Collection<AbstractMerchPropertyModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
Copyright © 2018 SAP SE. All Rights Reserved.