| Package | Description |
|---|---|
| de.hybris.platform.catalog | |
| 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 | |
| de.hybris.platform.order |
| Modifier and Type | Method and Description |
|---|---|
protected DiscountRowModel |
CatalogUnawareEurope1DiscountsTest.givenRowForAnyProduct() |
protected DiscountRowModel |
CatalogUnawareEurope1DiscountsTest.givenRowForProduct(ProductModel product) |
protected DiscountRowModel |
CatalogUnawareEurope1DiscountsTest.givenRowForProductId(java.lang.String productId) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Collection<DiscountRowModel> |
CatalogUnawareEurope1DiscountsTest.getRowsFrom(ProductModel product) |
protected java.util.List<DiscountRowModel> |
CatalogUnawareEurope1DiscountsTest.getSynchronizedRows() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CatalogUnawareEurope1DiscountsTest.assertThatTgtRowMatchSrcRow(DiscountRowModel tgtRow,
DiscountRowModel srcRow) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<DiscountRowModel> |
ProductModel.getEurope1Discounts()
Generated method - Getter of the
Product.europe1Discounts dynamic attribute defined at extension europe1. |
java.util.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(java.util.Collection<DiscountRowModel> value)
Generated method - Setter of
Product.europe1Discounts dynamic attribute defined at extension europe1. |
void |
ProductModel.setOwnEurope1Discounts(java.util.Collection<DiscountRowModel> value)
Generated method - Setter of
Product.ownEurope1Discounts attribute defined at extension europe1. |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Collection<DiscountRowModel> |
ProductEurope1DiscountsAttributeHandler.getOwnPdtRowModels(ProductModel product) |
protected java.util.Comparator<DiscountRowModel> |
ProductEurope1DiscountsAttributeHandler.getPdtRowComparator() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ProductEurope1DiscountsAttributeHandler.setOwnPdtRowModels(ProductModel product,
java.util.Collection<DiscountRowModel> discountRowModels) |
| Modifier and Type | Method and Description |
|---|---|
DiscountRowModel |
DiscountRowResource.getDiscountRowModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected DiscountRowModel |
DiscountRowResource.readResource(java.lang.String resourceId)
Gets the
DiscountRowModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<DiscountRowModel> |
DiscountRowsResource.getDiscountRowsCollection()
Convenience method which just delegates to
AbstractResource.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(java.util.Collection<DiscountRowModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
protected DiscountRowModel |
Europe1TargetPriceDiscountsTest.createAbsoluteDiscountRow(ProductDiscountGroup group,
DiscountModel discount,
java.lang.String value) |
protected DiscountRowModel |
Europe1TargetPriceDiscountsTest.createRelativeDiscountRow(ProductDiscountGroup group,
DiscountModel discount,
int percent) |
protected DiscountRowModel |
Europe1TargetPriceDiscountsTest.createTargetPriceDiscountRow(ProductDiscountGroup group,
DiscountModel discount,
java.lang.String price) |
Copyright © 2018 SAP SE. All Rights Reserved.