Uses of Class
de.hybris.platform.europe1.model.TaxRowModel
-
Packages that use TaxRowModel 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.strategies.calculation.pdt.comparator.impl de.hybris.platform.order.strategies.calculation.pdt.converter.impl de.hybris.platform.order.strategies.calculation.pdt.filter.impl de.hybris.platform.order.strategies.calculation.pdt.impl de.hybris.platform.servicelayer.model.attribute -
-
Uses of TaxRowModel in de.hybris.platform.catalog
Methods in de.hybris.platform.catalog that return TaxRowModel Modifier and Type Method Description protected TaxRowModelCatalogUnawareEurope1TaxesTest. givenRowForAnyProduct()protected TaxRowModelCatalogUnawareEurope1TaxesTest. givenRowForProduct(ProductModel product)protected TaxRowModelCatalogUnawareEurope1TaxesTest. givenRowForProductId(java.lang.String productId)Methods in de.hybris.platform.catalog that return types with arguments of type TaxRowModel Modifier and Type Method Description protected java.util.Collection<TaxRowModel>CatalogUnawareEurope1TaxesTest. getRowsFrom(ProductModel product)protected java.util.List<TaxRowModel>CatalogUnawareEurope1TaxesTest. getSynchronizedRows()Methods in de.hybris.platform.catalog with parameters of type TaxRowModel Modifier and Type Method Description protected voidCatalogUnawareEurope1TaxesTest. assertThatTgtRowMatchSrcRow(TaxRowModel tgtRow, TaxRowModel srcRow) -
Uses of TaxRowModel in de.hybris.platform.core.model.product
Methods in de.hybris.platform.core.model.product that return types with arguments of type TaxRowModel Modifier and Type Method Description java.util.Collection<TaxRowModel>ProductModel. getEurope1Taxes()Generated method - Getter of theProduct.europe1Taxesdynamic attribute defined at extensioneurope1.java.util.Collection<TaxRowModel>ProductModel. getOwnEurope1Taxes()Generated method - Getter of theProduct.ownEurope1Taxesattribute defined at extensioneurope1.Method parameters in de.hybris.platform.core.model.product with type arguments of type TaxRowModel Modifier and Type Method Description voidProductModel. setEurope1Taxes(java.util.Collection<TaxRowModel> value)Generated method - Setter ofProduct.europe1Taxesdynamic attribute defined at extensioneurope1.voidProductModel. setOwnEurope1Taxes(java.util.Collection<TaxRowModel> value)Generated method - Setter ofProduct.ownEurope1Taxesattribute defined at extensioneurope1. -
Uses of TaxRowModel in de.hybris.platform.europe1.dynamic
Methods in de.hybris.platform.europe1.dynamic that return types with arguments of type TaxRowModel Modifier and Type Method Description java.util.Collection<TaxRowModel>ProductEurope1TaxesAttributeHandler. getOwnPdtRowModels(ProductModel product)protected java.util.Comparator<TaxRowModel>ProductEurope1TaxesAttributeHandler. getPdtRowComparator()Method parameters in de.hybris.platform.europe1.dynamic with type arguments of type TaxRowModel Modifier and Type Method Description voidProductEurope1TaxesAttributeHandler. setOwnPdtRowModels(ProductModel product, java.util.Collection<TaxRowModel> taxRowModels) -
Uses of TaxRowModel in de.hybris.platform.order.strategies.calculation.pdt.comparator.impl
Methods in de.hybris.platform.order.strategies.calculation.pdt.comparator.impl that return types with arguments of type TaxRowModel Modifier and Type Method Description java.util.Comparator<TaxRowModel>DefaultTaxRowMatchComparatorProvider. comparator(TaxValueInfoCriteria criteria)Methods in de.hybris.platform.order.strategies.calculation.pdt.comparator.impl with parameters of type TaxRowModel Modifier and Type Method Description intDefaultTaxRowMatchComparatorProvider.TaxRowMatchComparator. compare(TaxRowModel row1, TaxRowModel row2) -
Uses of TaxRowModel in de.hybris.platform.order.strategies.calculation.pdt.converter.impl
Methods in de.hybris.platform.order.strategies.calculation.pdt.converter.impl with parameters of type TaxRowModel Modifier and Type Method Description TaxInformationDefaultTaxInfoConverter. convert(TaxRowModel taxRow, TaxValueInfoCriteria taxCriteria)TaxValueDefaultTaxValueConverter. convert(TaxRowModel taxRow, TaxValueInfoCriteria criteria) -
Uses of TaxRowModel in de.hybris.platform.order.strategies.calculation.pdt.filter.impl
Methods in de.hybris.platform.order.strategies.calculation.pdt.filter.impl that return types with arguments of type TaxRowModel Modifier and Type Method Description java.util.Collection<TaxRowModel>DefaultTaxRowFilter. filter(java.util.Collection<TaxRowModel> inputCollection, TaxValueInfoCriteria criteria)protected java.util.Collection<TaxRowModel>DefaultTaxRowFilter. preFilter(java.util.Collection<TaxRowModel> collection, TaxValueInfoCriteria criteria)Method parameters in de.hybris.platform.order.strategies.calculation.pdt.filter.impl with type arguments of type TaxRowModel Modifier and Type Method Description java.util.Collection<TaxRowModel>DefaultTaxRowFilter. filter(java.util.Collection<TaxRowModel> inputCollection, TaxValueInfoCriteria criteria)protected java.util.Collection<TaxRowModel>DefaultTaxRowFilter. preFilter(java.util.Collection<TaxRowModel> collection, TaxValueInfoCriteria criteria) -
Uses of TaxRowModel in de.hybris.platform.order.strategies.calculation.pdt.impl
Constructors in de.hybris.platform.order.strategies.calculation.pdt.impl with parameters of type TaxRowModel Constructor Description CachedTax(TaxRowModel row) -
Uses of TaxRowModel in de.hybris.platform.servicelayer.model.attribute
Methods in de.hybris.platform.servicelayer.model.attribute with parameters of type TaxRowModel Modifier and Type Method Description java.lang.BooleanTaxRowAbsoluteHandler. get(TaxRowModel model)voidTaxRowAbsoluteHandler. set(TaxRowModel model, java.lang.Boolean aBoolean)
-