Uses of Class
de.hybris.platform.europe1.model.DiscountRowModel
Packages that use DiscountRowModel
Package
Description
Contains generated models for each type of de.hybris.platform.jalo.product package.
-
Uses of DiscountRowModel in de.hybris.platform.catalog
Methods in de.hybris.platform.catalog that return DiscountRowModelModifier and TypeMethodDescriptionprotected DiscountRowModelCatalogUnawareEurope1DiscountsTest.givenRowForAnyProduct()protected DiscountRowModelCatalogUnawareEurope1DiscountsTest.givenRowForProduct(ProductModel product) protected DiscountRowModelCatalogUnawareEurope1DiscountsTest.givenRowForProductId(String productId) Methods in de.hybris.platform.catalog that return types with arguments of type DiscountRowModelModifier and TypeMethodDescriptionprotected Collection<DiscountRowModel>CatalogUnawareEurope1DiscountsTest.getRowsFrom(ProductModel product) protected List<DiscountRowModel>CatalogUnawareEurope1DiscountsTest.getSynchronizedRows()Methods in de.hybris.platform.catalog with parameters of type DiscountRowModelModifier and TypeMethodDescriptionprotected voidCatalogUnawareEurope1DiscountsTest.assertThatTgtRowMatchSrcRow(DiscountRowModel tgtRow, DiscountRowModel srcRow) -
Uses of DiscountRowModel in de.hybris.platform.core.model.product
Methods in de.hybris.platform.core.model.product that return types with arguments of type DiscountRowModelModifier and TypeMethodDescriptionProductModel.getEurope1Discounts()Generated method - Getter of theProduct.europe1Discountsdynamic attribute defined at extensioneurope1.ProductModel.getOwnEurope1Discounts()Generated method - Getter of theProduct.ownEurope1Discountsattribute defined at extensioneurope1.Method parameters in de.hybris.platform.core.model.product with type arguments of type DiscountRowModelModifier and TypeMethodDescriptionvoidProductModel.setEurope1Discounts(Collection<DiscountRowModel> value) Generated method - Setter ofProduct.europe1Discountsdynamic attribute defined at extensioneurope1.voidProductModel.setOwnEurope1Discounts(Collection<DiscountRowModel> value) Generated method - Setter ofProduct.ownEurope1Discountsattribute defined at extensioneurope1. -
Uses of DiscountRowModel in de.hybris.platform.europe1.dynamic
Methods in de.hybris.platform.europe1.dynamic that return types with arguments of type DiscountRowModelModifier and TypeMethodDescriptionprotected Collection<DiscountRowModel>ProductEurope1DiscountsAttributeHandler.getOwnPdtRowModels(ProductModel product) protected Comparator<DiscountRowModel>ProductEurope1DiscountsAttributeHandler.getPdtRowComparator()Method parameters in de.hybris.platform.europe1.dynamic with type arguments of type DiscountRowModelModifier and TypeMethodDescriptionprotected voidProductEurope1DiscountsAttributeHandler.setOwnPdtRowModels(ProductModel product, Collection<DiscountRowModel> discountRowModels) -
Uses of DiscountRowModel in de.hybris.platform.order
Methods in de.hybris.platform.order that return DiscountRowModelModifier and TypeMethodDescriptionprotected DiscountRowModelEurope1TargetPriceDiscountsTest.createAbsoluteDiscountRow(ProductDiscountGroup group, DiscountModel discount, String value) protected DiscountRowModelEurope1TargetPriceDiscountsTest.createRelativeDiscountRow(ProductDiscountGroup group, DiscountModel discount, int percent) protected DiscountRowModelEurope1TargetPriceDiscountsTest.createTargetPriceDiscountRow(ProductDiscountGroup group, DiscountModel discount, String price)