Uses of Class
de.hybris.platform.util.TaxValue
Packages that use TaxValue
Package
Description
Contains generated models for each type of de.hybris.platform.jalo.order package.
-
Uses of TaxValue in de.hybris.platform.b2b.punchout.populators.impl
Methods in de.hybris.platform.b2b.punchout.populators.impl that return types with arguments of type TaxValueModifier and TypeMethodDescriptionprotected Populator<Tax,Collection<TaxValue>> DefaultOrderEntryOverridingPopulator.getTaxValuePopulator()protected Populator<Tax,Collection<TaxValue>> DefaultOrderRequestCartPopulator.getTaxValuePopulator()Method parameters in de.hybris.platform.b2b.punchout.populators.impl with type arguments of type TaxValueModifier and TypeMethodDescriptionvoidDefaultTaxValuePopulator.populate(Tax source, Collection<TaxValue> target) voidDefaultOrderEntryOverridingPopulator.setTaxValuePopulator(Populator<Tax, Collection<TaxValue>> taxValuePopulator) voidDefaultOrderRequestCartPopulator.setTaxValuePopulator(Populator<Tax, Collection<TaxValue>> taxValuePopulator) protected DoubleDefaultOrderRequestCartPopulator.sumUpAllTaxes(Collection<TaxValue> totalTaxValues) -
Uses of TaxValue in de.hybris.platform.core.model.order
Methods in de.hybris.platform.core.model.order that return types with arguments of type TaxValueModifier and TypeMethodDescriptionAbstractOrderEntryModel.getTaxValues()Generated method - Getter of theAbstractOrderEntry.taxValuesdynamic attribute defined at extensioncore.AbstractOrderModel.getTotalTaxValues()Generated method - Getter of theAbstractOrder.totalTaxValuesdynamic attribute defined at extensioncore.Method parameters in de.hybris.platform.core.model.order with type arguments of type TaxValueModifier and TypeMethodDescriptionvoidAbstractOrderEntryModel.setTaxValues(Collection<TaxValue> value) Generated method - Setter ofAbstractOrderEntry.taxValuesdynamic attribute defined at extensioncore.voidAbstractOrderModel.setTotalTaxValues(Collection<TaxValue> value) Generated method - Setter ofAbstractOrder.totalTaxValuesdynamic attribute defined at extensioncore. -
Uses of TaxValue in de.hybris.platform.europe1.jalo
Subclasses of TaxValue in de.hybris.platform.europe1.jaloMethods in de.hybris.platform.europe1.jalo that return TaxValueModifier and TypeMethodDescriptionstatic TaxValueEurope1TaxInformation.createTaxValue(TaxRow taxRow) Constructors in de.hybris.platform.europe1.jalo with parameters of type TaxValue -
Uses of TaxValue in de.hybris.platform.externaltax
Methods in de.hybris.platform.externaltax that return types with arguments of type TaxValueModifier and TypeMethodDescriptionExternalTaxDocument.getAllTaxes()ExternalTaxDocument.getShippingCostTaxes()ExternalTaxDocument.getTaxesForOrderEntry(int entryNumber) ExternalTaxDocument.getTaxesMap(boolean createIfAbsent) Methods in de.hybris.platform.externaltax with parameters of type TaxValueModifier and TypeMethodDescriptionvoidExternalTaxDocument.setShippingCostTaxes(TaxValue... shippingCostTaxes) voidExternalTaxDocument.setTaxesForOrderEntry(int entryNumber, TaxValue... taxes) Method parameters in de.hybris.platform.externaltax with type arguments of type TaxValueModifier and TypeMethodDescriptionvoidExternalTaxDocument.setShippingCostTaxes(List<TaxValue> shippingCostTaxes) voidExternalTaxDocument.setTaxesForOrderEntry(int entryNumber, List<TaxValue> taxes) -
Uses of TaxValue in de.hybris.platform.externaltax.impl
Methods in de.hybris.platform.externaltax.impl with parameters of type TaxValueModifier and TypeMethodDescriptionprotected voidDefaultApplyExternalTaxesStrategy.assertValidTaxValue(AbstractOrderModel order, TaxValue value) -
Uses of TaxValue in de.hybris.platform.jalo.order
Methods in de.hybris.platform.jalo.order that return TaxValueModifier and TypeMethodDescriptionprotected TaxValueAbstractOrder.calculateAbsoluteTotalTaxValue(Currency curr, String currencyIso, int digits, boolean net, TaxValue taxValue, double cumulatedEntryQuantities) OrderManager.createTaxValue(String code, double value, boolean absolute, Tax tax) Deprecated.Methods in de.hybris.platform.jalo.order that return types with arguments of type TaxValueModifier and TypeMethodDescriptionAbstractOrder.calculateSubtotal(boolean recalculate) Calculates this order's subtotal and returns a total tax value map.AbstractOrder.calculateSubtotal(boolean recalculate) Calculates this order's subtotal and returns a total tax value map.AbstractOrderTaxValuesAttributeHandler.get(AbstractOrderEntryModel model) TotalTaxValuesAttributeHandler.get(AbstractOrderModel model) Methods in de.hybris.platform.jalo.order with parameters of type TaxValueModifier and TypeMethodDescriptionprotected voidAbstractOrder.addAbsoluteEntryTaxValue(long entryQuantity, TaxValue taxValue, Map<TaxValue, Map<Set<TaxValue>, Double>> taxValueMap) protected voidAbstractOrder.addRelativeEntryTaxValue(double entryTotal, TaxValue taxValue, Set<TaxValue> relativeEntryTaxValues, Map<TaxValue, Map<Set<TaxValue>, Double>> taxValueMap) voidAbstractOrderEntry.addTaxValue(SessionContext ctx, TaxValue taxValue) Deprecated.since ages - Use OrderEntryService.addTaxValue(de.hybris.platform.core.model.order.AbstractOrderEntryModel, TaxValue) instead.voidAbstractOrderEntry.addTaxValue(TaxValue taxValue) Deprecated.since ages - Use OrderEntryService.addTaxValue(de.hybris.platform.core.model.order.AbstractOrderEntryModel, TaxValue) instead.voidAbstractOrder.addTotalTaxValue(SessionContext ctx, TaxValue taxValue) Deprecated.since ages - Use OrderService.addTotalTaxValue(de.hybris.platform.core.model.order.AbstractOrderModel, TaxValue) instead.voidAbstractOrder.addTotalTaxValue(TaxValue taxValue) Deprecated.since ages - Use OrderService.addTotalTaxValue(de.hybris.platform.core.model.order.AbstractOrderModel, TaxValue) instead.protected TaxValueAbstractOrder.calculateAbsoluteTotalTaxValue(Currency curr, String currencyIso, int digits, boolean net, TaxValue taxValue, double cumulatedEntryQuantities) voidAbstractOrderEntry.removeTaxValue(SessionContext ctx, TaxValue taxValue) Deprecated.since ages - Use OrderEntryService.removeTaxValue(de.hybris.platform.core.model.order.AbstractOrderEntryModel, TaxValue) instead.voidAbstractOrderEntry.removeTaxValue(TaxValue taxValue) Deprecated.since ages - Use OrderEntryService.removeTaxValue(de.hybris.platform.core.model.order.AbstractOrderEntryModel, TaxValue) instead.voidAbstractOrder.removeTotalTaxValue(SessionContext ctx, TaxValue taxValue) Deprecated.since ages - Use OrderService.removeTotalTaxValue(de.hybris.platform.core.model.order.AbstractOrderModel, TaxValue) instead.voidAbstractOrder.removeTotalTaxValue(TaxValue taxValue) Deprecated.since ages - Use OrderService.removeTotalTaxValue(de.hybris.platform.core.model.order.AbstractOrderModel, TaxValue) instead.Method parameters in de.hybris.platform.jalo.order with type arguments of type TaxValueModifier and TypeMethodDescriptionprotected voidAbstractOrder.addAbsoluteEntryTaxValue(long entryQuantity, TaxValue taxValue, Map<TaxValue, Map<Set<TaxValue>, Double>> taxValueMap) protected voidAbstractOrder.addAbsoluteEntryTaxValue(long entryQuantity, TaxValue taxValue, Map<TaxValue, Map<Set<TaxValue>, Double>> taxValueMap) protected voidAbstractOrder.addRelativeEntryTaxValue(double entryTotal, TaxValue taxValue, Set<TaxValue> relativeEntryTaxValues, Map<TaxValue, Map<Set<TaxValue>, Double>> taxValueMap) protected voidAbstractOrder.addRelativeEntryTaxValue(double entryTotal, TaxValue taxValue, Set<TaxValue> relativeEntryTaxValues, Map<TaxValue, Map<Set<TaxValue>, Double>> taxValueMap) protected voidAbstractOrder.addRelativeEntryTaxValue(double entryTotal, TaxValue taxValue, Set<TaxValue> relativeEntryTaxValues, Map<TaxValue, Map<Set<TaxValue>, Double>> taxValueMap) protected voidAbstractOrder.calculateTotals(boolean recalculate, Map<TaxValue, Map<Set<TaxValue>, Double>> taxValueMap) calculates all totals.protected voidAbstractOrder.calculateTotals(boolean recalculate, Map<TaxValue, Map<Set<TaxValue>, Double>> taxValueMap) calculates all totals.protected doubleAbstractOrder.calculateTotalTaxValues(boolean recalculate, int digits, double taxAdjustmentFactor, Map<TaxValue, Map<Set<TaxValue>, Double>> taxValueMap) protected doubleAbstractOrder.calculateTotalTaxValues(boolean recalculate, int digits, double taxAdjustmentFactor, Map<TaxValue, Map<Set<TaxValue>, Double>> taxValueMap) protected voidAbstractOrder.resetAdditionalCosts(Collection<TaxValue> relativeTaxValues) voidAbstractOrderTaxValuesAttributeHandler.set(AbstractOrderEntryModel model, Collection<TaxValue> discountValues) voidTotalTaxValuesAttributeHandler.set(AbstractOrderModel model, Collection<TaxValue> discountValues) -
Uses of TaxValue in de.hybris.platform.jalo.order.price
Methods in de.hybris.platform.jalo.order.price that return TaxValueConstructors in de.hybris.platform.jalo.order.price with parameters of type TaxValueModifierConstructorDescriptionTaxInformation(TaxValue taxValue) TaxInformation(Map qualifiers, TaxValue taxValue) -
Uses of TaxValue in de.hybris.platform.order
Methods in de.hybris.platform.order that return types with arguments of type TaxValueMethods in de.hybris.platform.order with parameters of type TaxValueModifier and TypeMethodDescriptionvoidAbstractOrderEntryService.addTaxValue(E entry, TaxValue taxValue) Adds a new tax value into given entry.voidAbstractOrderService.addTotalTaxValue(O order, TaxValue taxValue) Convenience method to add aTaxValueto the given order.voidAbstractOrderEntryService.removeTaxValue(E entry, TaxValue taxValue) Removes given tax value from the given entry.voidAbstractOrderService.removeTotalTaxValue(O order, TaxValue taxValue) Removes a tax value from the given order.voidTestPriceFactory.setTaxes(AbstractOrderEntry entry, TaxValue... taxValues) Method parameters in de.hybris.platform.order with type arguments of type TaxValueModifier and TypeMethodDescriptionvoidAbstractOrderEntryService.addAllTaxValues(E entry, List<TaxValue> taxValues) Adds a collection of tax values into given entry.voidAbstractOrderService.addAllTotalTaxValues(O order, List<TaxValue> taxValues) Adds a collection of tax values into given order.voidTestPriceFactory.setTaxes(AbstractOrderEntry entry, List<TaxValue> taxValues) void -
Uses of TaxValue in de.hybris.platform.order.impl
Methods in de.hybris.platform.order.impl that return TaxValueModifier and TypeMethodDescriptionprotected TaxValueDefaultCalculationService.applyGrossMixedRate(TaxValue unappliedTaxValue, Map<Set<TaxValue>, Double> taxGroups, int digits, double taxAdjustmentFactor) protected TaxValueDefaultCalculationService.applyNetMixedRate(TaxValue unappliedTaxValue, Map<Set<TaxValue>, Double> taxGroups, int digits, double taxAdjustmentFactor) protected TaxValueDefaultCalculationService.calculateAbsoluteTotalTaxValue(CurrencyModel curr, String currencyIso, int digits, boolean net, TaxValue taxValue, double cumulatedEntryQuantities) Methods in de.hybris.platform.order.impl that return types with arguments of type TaxValueModifier and TypeMethodDescriptionDefaultCalculationService.calculateSubtotal(AbstractOrderModel order, boolean recalculate) DefaultCalculationService.calculateSubtotal(AbstractOrderModel order, boolean recalculate) protected Collection<TaxValue>DefaultCalculationService.findTaxValues(AbstractOrderEntryModel entry) DefaultCalculationService.getUnappliedRelativeTaxValues(Collection<TaxValue> allTaxValues) Methods in de.hybris.platform.order.impl with parameters of type TaxValueModifier and TypeMethodDescriptionprotected voidDefaultCalculationService.addAbsoluteEntryTaxValue(long entryQuantity, TaxValue taxValue, Map<TaxValue, Map<Set<TaxValue>, Double>> taxValueMap) protected voidDefaultCalculationService.addRelativeEntryTaxValue(double entryTotal, TaxValue taxValue, Set<TaxValue> relativeEntryTaxValues, Map<TaxValue, Map<Set<TaxValue>, Double>> taxValueMap) voidDefaultAbstractOrderEntryService.addTaxValue(T entry, TaxValue taxValue) voidDefaultAbstractOrderService.addTotalTaxValue(O order, TaxValue taxValue) protected TaxValueDefaultCalculationService.applyGrossMixedRate(TaxValue unappliedTaxValue, Map<Set<TaxValue>, Double> taxGroups, int digits, double taxAdjustmentFactor) protected TaxValueDefaultCalculationService.applyNetMixedRate(TaxValue unappliedTaxValue, Map<Set<TaxValue>, Double> taxGroups, int digits, double taxAdjustmentFactor) protected TaxValueDefaultCalculationService.calculateAbsoluteTotalTaxValue(CurrencyModel curr, String currencyIso, int digits, boolean net, TaxValue taxValue, double cumulatedEntryQuantities) voidDefaultAbstractOrderEntryService.removeTaxValue(T entry, TaxValue taxValue) voidDefaultAbstractOrderService.removeTotalTaxValue(O order, TaxValue taxValue) Method parameters in de.hybris.platform.order.impl with type arguments of type TaxValueModifier and TypeMethodDescriptionprotected voidDefaultCalculationService.addAbsoluteEntryTaxValue(long entryQuantity, TaxValue taxValue, Map<TaxValue, Map<Set<TaxValue>, Double>> taxValueMap) protected voidDefaultCalculationService.addAbsoluteEntryTaxValue(long entryQuantity, TaxValue taxValue, Map<TaxValue, Map<Set<TaxValue>, Double>> taxValueMap) voidDefaultAbstractOrderEntryService.addAllTaxValues(T entry, List<TaxValue> taxValues) voidDefaultAbstractOrderService.addAllTotalTaxValues(O order, List<TaxValue> taxValues) protected voidDefaultCalculationService.addRelativeEntryTaxValue(double entryTotal, TaxValue taxValue, Set<TaxValue> relativeEntryTaxValues, Map<TaxValue, Map<Set<TaxValue>, Double>> taxValueMap) protected voidDefaultCalculationService.addRelativeEntryTaxValue(double entryTotal, TaxValue taxValue, Set<TaxValue> relativeEntryTaxValues, Map<TaxValue, Map<Set<TaxValue>, Double>> taxValueMap) protected voidDefaultCalculationService.addRelativeEntryTaxValue(double entryTotal, TaxValue taxValue, Set<TaxValue> relativeEntryTaxValues, Map<TaxValue, Map<Set<TaxValue>, Double>> taxValueMap) protected TaxValueDefaultCalculationService.applyGrossMixedRate(TaxValue unappliedTaxValue, Map<Set<TaxValue>, Double> taxGroups, int digits, double taxAdjustmentFactor) protected TaxValueDefaultCalculationService.applyNetMixedRate(TaxValue unappliedTaxValue, Map<Set<TaxValue>, Double> taxGroups, int digits, double taxAdjustmentFactor) protected voidDefaultCalculationService.calculateTotals(AbstractOrderModel order, boolean recalculate, Map<TaxValue, Map<Set<TaxValue>, Double>> taxValueMap) calculates all totals.protected voidDefaultCalculationService.calculateTotals(AbstractOrderModel order, boolean recalculate, Map<TaxValue, Map<Set<TaxValue>, Double>> taxValueMap) calculates all totals.protected doubleDefaultCalculationService.calculateTotalTaxValues(AbstractOrderModel order, boolean recalculate, int digits, double taxAdjustmentFactor, Map<TaxValue, Map<Set<TaxValue>, Double>> taxValueMap) protected doubleDefaultCalculationService.calculateTotalTaxValues(AbstractOrderModel order, boolean recalculate, int digits, double taxAdjustmentFactor, Map<TaxValue, Map<Set<TaxValue>, Double>> taxValueMap) protected doubleDefaultCalculationService.getTaxCorrectionFactor(Map<TaxValue, Map<Set<TaxValue>, Double>> taxValueMap, double subtotal, double total, AbstractOrderModel order) protected doubleDefaultCalculationService.getTaxCorrectionFactor(Map<TaxValue, Map<Set<TaxValue>, Double>> taxValueMap, double subtotal, double total, AbstractOrderModel order) DefaultCalculationService.getUnappliedRelativeTaxValues(Collection<TaxValue> allTaxValues) protected booleanDefaultCalculationService.isAllEntriesTaxed(Map<TaxValue, Map<Set<TaxValue>, Double>> taxValueMap, double subtotal, AbstractOrderModel order) protected booleanDefaultCalculationService.isAllEntriesTaxed(Map<TaxValue, Map<Set<TaxValue>, Double>> taxValueMap, double subtotal, AbstractOrderModel order) protected booleanDefaultCalculationService.mustHandleTaxFreeEntries(Map<TaxValue, Map<Set<TaxValue>, Double>> taxValueMap, double subtotal, AbstractOrderModel order) protected booleanDefaultCalculationService.mustHandleTaxFreeEntries(Map<TaxValue, Map<Set<TaxValue>, Double>> taxValueMap, double subtotal, AbstractOrderModel order) protected voidDefaultCalculationService.resetAdditionalCosts(AbstractOrderModel order, Collection<TaxValue> relativeTaxValues) -
Uses of TaxValue in de.hybris.platform.order.strategies.calculation
Methods in de.hybris.platform.order.strategies.calculation that return types with arguments of type TaxValueModifier and TypeMethodDescriptionFindTaxValuesStrategy.findTaxValues(AbstractOrderEntryModel entry) Resolves tax value for the givenAbstractOrderEntryModelbasing on the underlying implementation. -
Uses of TaxValue in de.hybris.platform.order.strategies.calculation.impl.internal
Methods in de.hybris.platform.order.strategies.calculation.impl.internal that return types with arguments of type TaxValue -
Uses of TaxValue in de.hybris.platform.order.strategies.calculation.impl.servicelayer
Methods in de.hybris.platform.order.strategies.calculation.impl.servicelayer that return types with arguments of type TaxValueModifier and TypeMethodDescriptionDefaultSLFindTaxValuesStrategy.findTaxValues(AbstractOrderEntryModel entry) Method parameters in de.hybris.platform.order.strategies.calculation.impl.servicelayer with type arguments of type TaxValueModifier and TypeMethodDescriptionvoidDefaultSLFindTaxValuesStrategy.setFindTaxValueInfoStrategy(FindPDTValueInfoStrategy<TaxValue, TaxInformation, TaxValueInfoCriteria> findTaxValueInfoStrategy) -
Uses of TaxValue in de.hybris.platform.order.strategies.calculation.pdt
Methods in de.hybris.platform.order.strategies.calculation.pdt that return types with arguments of type TaxValueModifier and TypeMethodDescriptionAbstractFindTaxValuesStrategyTest.findPDTValueInfoStrategy()DefaultFindTaxValuesServiceIntegrationTest.findPDTValueInfoStrategy()GenericFindTaxValuesStrategyTest.findPDTValueInfoStrategy() -
Uses of TaxValue in de.hybris.platform.order.strategies.calculation.pdt.converter.impl
Methods in de.hybris.platform.order.strategies.calculation.pdt.converter.impl that return TaxValueModifier and TypeMethodDescriptionDefaultTaxValueConverter.convert(TaxRowModel taxRow, TaxValueInfoCriteria criteria) -
Uses of TaxValue in de.hybris.platform.order.strategies.calculation.pdt.impl
Subclasses of TaxValue in de.hybris.platform.order.strategies.calculation.pdt.implModifier and TypeClassDescriptionprotected static classMethods in de.hybris.platform.order.strategies.calculation.pdt.impl that return types with arguments of type TaxValueModifier and TypeMethodDescriptionCachingFindTaxValueInfoStrategy.getPDTValues(TaxValueInfoCriteria criteria) DefaultFindTaxValueInfoStrategy.getPDTValues(TaxValueInfoCriteria criteria) Method parameters in de.hybris.platform.order.strategies.calculation.pdt.impl with type arguments of type TaxValueModifier and TypeMethodDescriptionvoidDefaultFindTaxValueInfoStrategy.setCachingFindTaxValueInfoStrategy(FindPDTValueInfoStrategy<TaxValue, TaxInformation, TaxValueInfoCriteria> cachingFindTaxValueInfoStrategy) -
Uses of TaxValue in de.hybris.platform.platformbackoffice.labelproviders
Methods in de.hybris.platform.platformbackoffice.labelproviders with parameters of type TaxValueModifier and TypeMethodDescriptionTaxValueLabelProvider.getDescription(TaxValue taxValue) TaxValueLabelProvider.getIconPath(TaxValue taxValue) Method parameters in de.hybris.platform.platformbackoffice.labelproviders with type arguments of type TaxValueModifier and TypeMethodDescriptionvoidTaxValueLabelProvider.setTaxValueRenderer(ValueParser<TaxValue> taxValueRenderer) -
Uses of TaxValue in de.hybris.platform.platformbackoffice.taxdiscountvalueparser
Methods in de.hybris.platform.platformbackoffice.taxdiscountvalueparser that return TaxValueMethods in de.hybris.platform.platformbackoffice.taxdiscountvalueparser with parameters of type TaxValue -
Uses of TaxValue in de.hybris.platform.util
Methods in de.hybris.platform.util that return TaxValueModifier and TypeMethodDescriptionTaxValue.apply(double quantity, double price, int digits, boolean priceIsNet, String currencyIsoCode) creates a copy of this tax value holding the applied value for a given price rounded to given digits.static TaxValueTaxValue.parseTaxValue(String str) creates a tax value object from its string representation created via @see #toString().TaxValue.unapply() -
Uses of TaxValue in de.hybris.platform.warehousing.util.builder
Method parameters in de.hybris.platform.warehousing.util.builder with type arguments of type TaxValue
TaxValuedirectly