| Package | Description |
|---|---|
| de.hybris.platform.core.model.product |
Contains generated models for each type of de.hybris.platform.jalo.product package.
|
| de.hybris.platform.europe1.dynamic | |
| de.hybris.platform.europe1.resource |
| Modifier and Type | Method and Description |
|---|---|
Collection<DiscountRowModel> |
ProductModel.getEurope1Discounts()
Generated method - Getter of the
Product.europe1Discounts dynamic attribute defined at extension europe1. |
Collection<DiscountRowModel> |
ProductModel.getOwnEurope1Discounts()
Generated method - Getter of the
Product.ownEurope1Discounts attribute defined at extension europe1. |
| Modifier and Type | Method and Description |
|---|---|
void |
ProductModel.setEurope1Discounts(Collection<DiscountRowModel> value)
Generated method - Setter of
Product.europe1Discounts dynamic attribute defined at extension europe1. |
void |
ProductModel.setOwnEurope1Discounts(Collection<DiscountRowModel> value)
Generated method - Setter of
Product.ownEurope1Discounts attribute defined at extension europe1. |
| Modifier and Type | Method and Description |
|---|---|
protected Collection<DiscountRowModel> |
ProductEurope1DiscountsAttributeHandler.getOwnPdtRowModels(ProductModel product) |
protected Comparator<DiscountRowModel> |
ProductEurope1DiscountsAttributeHandler.getPdtRowComparator() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ProductEurope1DiscountsAttributeHandler.setOwnPdtRowModels(ProductModel product,
Collection<DiscountRowModel> discountRowModels) |
| Modifier and Type | Method and Description |
|---|---|
DiscountRowModel |
DiscountRowResource.getDiscountRowModel()
Convenience method which just delegates to
#getResourceValue() |
protected DiscountRowModel |
DiscountRowResource.readResource(String resourceId)
Gets the
DiscountRowModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<DiscountRowModel> |
DiscountRowsResource.getDiscountRowsCollection()
Convenience method which just delegates to
#getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
DiscountRowResource.setDiscountRowModel(DiscountRowModel value)
Convenience method which just delegates to
#setResourceValue(DiscountRowModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
DiscountRowsResource.setDiscountRowsCollection(Collection<DiscountRowModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
Copyright © 2017 SAP SE. All Rights Reserved.