Uses of Class
de.hybris.platform.europe1.model.DiscountRowModel
-
Packages that use DiscountRowModel 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.order -
-
Uses of DiscountRowModel in de.hybris.platform.catalog
Methods in de.hybris.platform.catalog that return DiscountRowModel Modifier and Type Method Description protected DiscountRowModelCatalogUnawareEurope1DiscountsTest. givenRowForAnyProduct()protected DiscountRowModelCatalogUnawareEurope1DiscountsTest. givenRowForProduct(ProductModel product)protected DiscountRowModelCatalogUnawareEurope1DiscountsTest. givenRowForProductId(java.lang.String productId)Methods in de.hybris.platform.catalog that return types with arguments of type DiscountRowModel Modifier and Type Method Description protected java.util.Collection<DiscountRowModel>CatalogUnawareEurope1DiscountsTest. getRowsFrom(ProductModel product)protected java.util.List<DiscountRowModel>CatalogUnawareEurope1DiscountsTest. getSynchronizedRows()Methods in de.hybris.platform.catalog with parameters of type DiscountRowModel Modifier and Type Method Description protected 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 DiscountRowModel Modifier and Type Method Description java.util.Collection<DiscountRowModel>ProductModel. getEurope1Discounts()Generated method - Getter of theProduct.europe1Discountsdynamic attribute defined at extensioneurope1.java.util.Collection<DiscountRowModel>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 DiscountRowModel Modifier and Type Method Description voidProductModel. setEurope1Discounts(java.util.Collection<DiscountRowModel> value)Generated method - Setter ofProduct.europe1Discountsdynamic attribute defined at extensioneurope1.voidProductModel. setOwnEurope1Discounts(java.util.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 DiscountRowModel Modifier and Type Method Description protected java.util.Collection<DiscountRowModel>ProductEurope1DiscountsAttributeHandler. getOwnPdtRowModels(ProductModel product)protected java.util.Comparator<DiscountRowModel>ProductEurope1DiscountsAttributeHandler. getPdtRowComparator()Method parameters in de.hybris.platform.europe1.dynamic with type arguments of type DiscountRowModel Modifier and Type Method Description protected voidProductEurope1DiscountsAttributeHandler. setOwnPdtRowModels(ProductModel product, java.util.Collection<DiscountRowModel> discountRowModels) -
Uses of DiscountRowModel in de.hybris.platform.order
Methods in de.hybris.platform.order that return DiscountRowModel Modifier and Type Method Description protected DiscountRowModelEurope1TargetPriceDiscountsTest. createAbsoluteDiscountRow(ProductDiscountGroup group, DiscountModel discount, java.lang.String value)protected DiscountRowModelEurope1TargetPriceDiscountsTest. createRelativeDiscountRow(ProductDiscountGroup group, DiscountModel discount, int percent)protected DiscountRowModelEurope1TargetPriceDiscountsTest. createTargetPriceDiscountRow(ProductDiscountGroup group, DiscountModel discount, java.lang.String price)
-