Uses of Class
de.hybris.platform.europe1.model.TaxRowModel
Packages that use TaxRowModel
Package
Description
Contains generated models for each type of de.hybris.platform.jalo.product package.
-
Uses of TaxRowModel in de.hybris.platform.catalog
Methods in de.hybris.platform.catalog that return TaxRowModelModifier and TypeMethodDescriptionprotected TaxRowModelCatalogUnawareEurope1TaxesTest.givenRowForAnyProduct()protected TaxRowModelCatalogUnawareEurope1TaxesTest.givenRowForProduct(ProductModel product) protected TaxRowModelCatalogUnawareEurope1TaxesTest.givenRowForProductId(String productId) Methods in de.hybris.platform.catalog that return types with arguments of type TaxRowModelModifier and TypeMethodDescriptionprotected Collection<TaxRowModel>CatalogUnawareEurope1TaxesTest.getRowsFrom(ProductModel product) protected List<TaxRowModel>CatalogUnawareEurope1TaxesTest.getSynchronizedRows()Methods in de.hybris.platform.catalog with parameters of type TaxRowModelModifier and TypeMethodDescriptionprotected 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 TaxRowModelModifier and TypeMethodDescriptionProductModel.getEurope1Taxes()Generated method - Getter of theProduct.europe1Taxesdynamic attribute defined at extensioneurope1.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 TaxRowModelModifier and TypeMethodDescriptionvoidProductModel.setEurope1Taxes(Collection<TaxRowModel> value) Generated method - Setter ofProduct.europe1Taxesdynamic attribute defined at extensioneurope1.voidProductModel.setOwnEurope1Taxes(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 TaxRowModelModifier and TypeMethodDescriptionProductEurope1TaxesAttributeHandler.getOwnPdtRowModels(ProductModel product) protected Comparator<TaxRowModel>ProductEurope1TaxesAttributeHandler.getPdtRowComparator()Method parameters in de.hybris.platform.europe1.dynamic with type arguments of type TaxRowModelModifier and TypeMethodDescriptionvoidProductEurope1TaxesAttributeHandler.setOwnPdtRowModels(ProductModel product, 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 TaxRowModelModifier and TypeMethodDescriptionDefaultTaxRowMatchComparatorProvider.comparator(TaxValueInfoCriteria criteria) Methods in de.hybris.platform.order.strategies.calculation.pdt.comparator.impl with parameters of type TaxRowModelModifier and TypeMethodDescriptionintDefaultTaxRowMatchComparatorProvider.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 TaxRowModelModifier and TypeMethodDescriptionDefaultTaxInfoConverter.convert(TaxRowModel taxRow, TaxValueInfoCriteria taxCriteria) DefaultTaxValueConverter.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 TaxRowModelModifier and TypeMethodDescriptionDefaultTaxRowFilter.filter(Collection<TaxRowModel> inputCollection, TaxValueInfoCriteria criteria) protected Collection<TaxRowModel>DefaultTaxRowFilter.preFilter(Collection<TaxRowModel> collection, TaxValueInfoCriteria criteria) Method parameters in de.hybris.platform.order.strategies.calculation.pdt.filter.impl with type arguments of type TaxRowModelModifier and TypeMethodDescriptionDefaultTaxRowFilter.filter(Collection<TaxRowModel> inputCollection, TaxValueInfoCriteria criteria) protected Collection<TaxRowModel>DefaultTaxRowFilter.preFilter(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 -
Uses of TaxRowModel in de.hybris.platform.servicelayer.model.attribute
Methods in de.hybris.platform.servicelayer.model.attribute with parameters of type TaxRowModelModifier and TypeMethodDescriptionTaxRowAbsoluteHandler.get(TaxRowModel model) voidTaxRowAbsoluteHandler.set(TaxRowModel model, Boolean aBoolean)