Uses of Class
de.hybris.platform.util.TaxValue
-
-
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 TaxValue Modifier and Type Method Description Populator<Tax,java.util.Collection<TaxValue>>
DefaultOrderEntryOverridingPopulator. getTaxValuePopulator()
Populator<Tax,java.util.Collection<TaxValue>>
DefaultOrderRequestCartPopulator. getTaxValuePopulator()
Method parameters in de.hybris.platform.b2b.punchout.populators.impl with type arguments of type TaxValue Modifier and Type Method Description void
DefaultTaxValuePopulator. populate(Tax source, java.util.Collection<TaxValue> target)
void
DefaultOrderEntryOverridingPopulator. setTaxValuePopulator(Populator<Tax,java.util.Collection<TaxValue>> taxValuePopulator)
void
DefaultOrderRequestCartPopulator. setTaxValuePopulator(Populator<Tax,java.util.Collection<TaxValue>> taxValuePopulator)
protected java.lang.Double
DefaultOrderRequestCartPopulator. sumUpAllTaxes(java.util.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 TaxValue Modifier and Type Method Description java.util.Collection<TaxValue>
AbstractOrderEntryModel. getTaxValues()
Generated method - Getter of theAbstractOrderEntry.taxValues
dynamic attribute defined at extensioncore
.java.util.Collection<TaxValue>
AbstractOrderModel. getTotalTaxValues()
Generated method - Getter of theAbstractOrder.totalTaxValues
dynamic attribute defined at extensioncore
.Method parameters in de.hybris.platform.core.model.order with type arguments of type TaxValue Modifier and Type Method Description void
AbstractOrderEntryModel. setTaxValues(java.util.Collection<TaxValue> value)
Generated method - Setter ofAbstractOrderEntry.taxValues
dynamic attribute defined at extensioncore
.void
AbstractOrderModel. setTotalTaxValues(java.util.Collection<TaxValue> value)
Generated method - Setter ofAbstractOrder.totalTaxValues
dynamic attribute defined at extensioncore
. -
Uses of TaxValue in de.hybris.platform.europe1.jalo
Subclasses of TaxValue in de.hybris.platform.europe1.jalo Modifier and Type Class Description protected static class
Europe1PriceFactory.CachedTaxValue
Methods in de.hybris.platform.europe1.jalo that return TaxValue Modifier and Type Method Description static TaxValue
Europe1TaxInformation. createTaxValue(TaxRow taxRow)
Constructors in de.hybris.platform.europe1.jalo with parameters of type TaxValue Constructor Description Europe1TaxInformation(TaxValue taxValue, PK rowPK)
-
Uses of TaxValue in de.hybris.platform.externaltax
Methods in de.hybris.platform.externaltax that return types with arguments of type TaxValue Modifier and Type Method Description java.util.Map<java.lang.Integer,java.util.List<TaxValue>>
ExternalTaxDocument. getAllTaxes()
java.util.List<TaxValue>
ExternalTaxDocument. getShippingCostTaxes()
java.util.List<TaxValue>
ExternalTaxDocument. getTaxesForOrderEntry(int entryNumber)
protected java.util.Map<java.lang.Integer,java.util.List<TaxValue>>
ExternalTaxDocument. getTaxesMap(boolean createIfAbsent)
Methods in de.hybris.platform.externaltax with parameters of type TaxValue Modifier and Type Method Description void
ExternalTaxDocument. setShippingCostTaxes(TaxValue... shippingCostTaxes)
void
ExternalTaxDocument. setTaxesForOrderEntry(int entryNumber, TaxValue... taxes)
Method parameters in de.hybris.platform.externaltax with type arguments of type TaxValue Modifier and Type Method Description void
ExternalTaxDocument. setShippingCostTaxes(java.util.List<TaxValue> shippingCostTaxes)
void
ExternalTaxDocument. setTaxesForOrderEntry(int entryNumber, java.util.List<TaxValue> taxes)
-
Uses of TaxValue in de.hybris.platform.externaltax.impl
Methods in de.hybris.platform.externaltax.impl with parameters of type TaxValue Modifier and Type Method Description protected void
DefaultApplyExternalTaxesStrategy. assertValidTaxValue(AbstractOrderModel order, TaxValue value)
-
Uses of TaxValue in de.hybris.platform.integration.cis.tax.service
Methods in de.hybris.platform.integration.cis.tax.service that return types with arguments of type TaxValue Modifier and Type Method Description java.util.List<TaxValue>
TaxValueConversionService. getLineTaxValues(java.util.List<CisTaxValue> taxLines, java.lang.String currencyCode)
java.util.List<TaxValue>
TaxValueConversionService. getShippingTaxes(java.util.List<CisTaxLine> taxLines, java.lang.String currencyCode, boolean shippingIncluded)
-
Uses of TaxValue in de.hybris.platform.integration.cis.tax.service.impl
Methods in de.hybris.platform.integration.cis.tax.service.impl that return types with arguments of type TaxValue Modifier and Type Method Description java.util.List<TaxValue>
DefaultTaxValueConversionService. getLineTaxValues(java.util.List<CisTaxValue> taxLines, java.lang.String currencyCode)
java.util.List<TaxValue>
DefaultTaxValueConversionService. getShippingTaxes(java.util.List<CisTaxLine> taxLines, java.lang.String currencyCode, boolean shippingIncluded)
-
Uses of TaxValue in de.hybris.platform.integration.commons.services
Method parameters in de.hybris.platform.integration.commons.services with type arguments of type TaxValue Modifier and Type Method Description java.math.BigDecimal
OndemandTaxCalculationService. calculatePreciseUnitTax(java.util.Collection<TaxValue> taxValues, double quantity, boolean isNet)
-
Uses of TaxValue in de.hybris.platform.integration.commons.services.impl
Fields in de.hybris.platform.integration.commons.services.impl with type parameters of type TaxValue Modifier and Type Field Description java.util.List<TaxValue>
DefaultOndemandPromotionServiceTest. taxValuesGross
java.util.List<TaxValue>
DefaultOndemandTaxCalculationServiceTest. taxValuesGross
java.util.List<TaxValue>
DefaultOndemandTaxCalculationServiceTest. taxValuesNet
Method parameters in de.hybris.platform.integration.commons.services.impl with type arguments of type TaxValue Modifier and Type Method Description java.math.BigDecimal
DefaultOndemandTaxCalculationService. calculatePreciseUnitTax(java.util.Collection<TaxValue> taxValues, double quantity, boolean isNet)
Calculate the unit tax to send with a precision of 2. -
Uses of TaxValue in de.hybris.platform.jalo.order
Methods in de.hybris.platform.jalo.order that return TaxValue Modifier and Type Method Description protected TaxValue
AbstractOrder. calculateAbsoluteTotalTaxValue(Currency curr, java.lang.String currencyIso, int digits, boolean net, TaxValue taxValue, double cumulatedEntryQuantities)
TaxValue
OrderManager. createTaxValue(java.lang.String code, double value, boolean absolute, Tax tax)
Deprecated.since ages - just instantiateTaxValue
directlyMethods in de.hybris.platform.jalo.order that return types with arguments of type TaxValue Modifier and Type Method Description protected java.util.Map<TaxValue,java.util.Map<java.util.Set<TaxValue>,java.lang.Double>>
AbstractOrder. calculateSubtotal(boolean recalculate)
Calculates this order's subtotal and returns a total tax value map.protected java.util.Map<TaxValue,java.util.Map<java.util.Set<TaxValue>,java.lang.Double>>
AbstractOrder. calculateSubtotal(boolean recalculate)
Calculates this order's subtotal and returns a total tax value map.java.util.Collection<TaxValue>
AbstractOrderTaxValuesAttributeHandler. get(AbstractOrderEntryModel model)
java.util.Collection<TaxValue>
TotalTaxValuesAttributeHandler. get(AbstractOrderModel model)
Methods in de.hybris.platform.jalo.order with parameters of type TaxValue Modifier and Type Method Description protected void
AbstractOrder. addAbsoluteEntryTaxValue(long entryQuantity, TaxValue taxValue, java.util.Map<TaxValue,java.util.Map<java.util.Set<TaxValue>,java.lang.Double>> taxValueMap)
protected void
AbstractOrder. addRelativeEntryTaxValue(double entryTotal, TaxValue taxValue, java.util.Set<TaxValue> relativeEntryTaxValues, java.util.Map<TaxValue,java.util.Map<java.util.Set<TaxValue>,java.lang.Double>> taxValueMap)
void
AbstractOrderEntry. addTaxValue(SessionContext ctx, TaxValue taxValue)
Deprecated.since ages - Use OrderEntryService.addTaxValue(de.hybris.platform.core.model.order.AbstractOrderEntryModel, TaxValue) instead.void
AbstractOrderEntry. addTaxValue(TaxValue taxValue)
Deprecated.since ages - Use OrderEntryService.addTaxValue(de.hybris.platform.core.model.order.AbstractOrderEntryModel, TaxValue) instead.void
AbstractOrder. addTotalTaxValue(SessionContext ctx, TaxValue taxValue)
Deprecated.since ages - Use OrderService.addTotalTaxValue(de.hybris.platform.core.model.order.AbstractOrderModel, TaxValue) instead.void
AbstractOrder. addTotalTaxValue(TaxValue taxValue)
Deprecated.since ages - Use OrderService.addTotalTaxValue(de.hybris.platform.core.model.order.AbstractOrderModel, TaxValue) instead.protected TaxValue
AbstractOrder. calculateAbsoluteTotalTaxValue(Currency curr, java.lang.String currencyIso, int digits, boolean net, TaxValue taxValue, double cumulatedEntryQuantities)
void
AbstractOrderEntry. removeTaxValue(SessionContext ctx, TaxValue taxValue)
Deprecated.since ages - Use OrderEntryService.removeTaxValue(de.hybris.platform.core.model.order.AbstractOrderEntryModel, TaxValue) instead.void
AbstractOrderEntry. removeTaxValue(TaxValue taxValue)
Deprecated.since ages - Use OrderEntryService.removeTaxValue(de.hybris.platform.core.model.order.AbstractOrderEntryModel, TaxValue) instead.void
AbstractOrder. removeTotalTaxValue(SessionContext ctx, TaxValue taxValue)
Deprecated.since ages - Use OrderService.removeTotalTaxValue(de.hybris.platform.core.model.order.AbstractOrderModel, TaxValue) instead.void
AbstractOrder. 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 TaxValue Modifier and Type Method Description protected void
AbstractOrder. addAbsoluteEntryTaxValue(long entryQuantity, TaxValue taxValue, java.util.Map<TaxValue,java.util.Map<java.util.Set<TaxValue>,java.lang.Double>> taxValueMap)
protected void
AbstractOrder. addAbsoluteEntryTaxValue(long entryQuantity, TaxValue taxValue, java.util.Map<TaxValue,java.util.Map<java.util.Set<TaxValue>,java.lang.Double>> taxValueMap)
protected void
AbstractOrder. addRelativeEntryTaxValue(double entryTotal, TaxValue taxValue, java.util.Set<TaxValue> relativeEntryTaxValues, java.util.Map<TaxValue,java.util.Map<java.util.Set<TaxValue>,java.lang.Double>> taxValueMap)
protected void
AbstractOrder. addRelativeEntryTaxValue(double entryTotal, TaxValue taxValue, java.util.Set<TaxValue> relativeEntryTaxValues, java.util.Map<TaxValue,java.util.Map<java.util.Set<TaxValue>,java.lang.Double>> taxValueMap)
protected void
AbstractOrder. addRelativeEntryTaxValue(double entryTotal, TaxValue taxValue, java.util.Set<TaxValue> relativeEntryTaxValues, java.util.Map<TaxValue,java.util.Map<java.util.Set<TaxValue>,java.lang.Double>> taxValueMap)
protected void
AbstractOrder. calculateTotals(boolean recalculate, java.util.Map<TaxValue,java.util.Map<java.util.Set<TaxValue>,java.lang.Double>> taxValueMap)
calculates all totals.protected void
AbstractOrder. calculateTotals(boolean recalculate, java.util.Map<TaxValue,java.util.Map<java.util.Set<TaxValue>,java.lang.Double>> taxValueMap)
calculates all totals.protected double
AbstractOrder. calculateTotalTaxValues(boolean recalculate, int digits, double taxAdjustmentFactor, java.util.Map<TaxValue,java.util.Map<java.util.Set<TaxValue>,java.lang.Double>> taxValueMap)
protected double
AbstractOrder. calculateTotalTaxValues(boolean recalculate, int digits, double taxAdjustmentFactor, java.util.Map<TaxValue,java.util.Map<java.util.Set<TaxValue>,java.lang.Double>> taxValueMap)
protected void
AbstractOrder. resetAdditionalCosts(java.util.Collection<TaxValue> relativeTaxValues)
void
AbstractOrderTaxValuesAttributeHandler. set(AbstractOrderEntryModel model, java.util.Collection<TaxValue> discountValues)
void
TotalTaxValuesAttributeHandler. set(AbstractOrderModel model, java.util.Collection<TaxValue> discountValues)
-
Uses of TaxValue in de.hybris.platform.jalo.order.price
Methods in de.hybris.platform.jalo.order.price that return TaxValue Modifier and Type Method Description TaxValue
TaxInformation. getTaxValue()
TaxValue
TaxInformation. getValue()
Constructors in de.hybris.platform.jalo.order.price with parameters of type TaxValue Constructor Description TaxInformation(TaxValue taxValue)
TaxInformation(java.util.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 TaxValue Modifier and Type Method Description java.util.Collection<TaxValue>
TestPriceFactory. findTaxValues(AbstractOrderEntryModel entry)
Methods in de.hybris.platform.order with parameters of type TaxValue Modifier and Type Method Description void
AbstractOrderEntryService. addTaxValue(E entry, TaxValue taxValue)
Adds a new tax value into given entry.void
AbstractOrderService. addTotalTaxValue(O order, TaxValue taxValue)
Convenience method to add aTaxValue
to the given order.void
AbstractOrderEntryService. removeTaxValue(E entry, TaxValue taxValue)
Removes given tax value from the given entry.void
AbstractOrderService. removeTotalTaxValue(O order, TaxValue taxValue)
Removes a tax value from the given order.void
TestPriceFactory. setTaxes(AbstractOrderEntry entry, TaxValue... taxValues)
Method parameters in de.hybris.platform.order with type arguments of type TaxValue Modifier and Type Method Description void
AbstractOrderEntryService. addAllTaxValues(E entry, java.util.List<TaxValue> taxValues)
Adds a collection of tax values into given entry.void
AbstractOrderService. addAllTotalTaxValues(O order, java.util.List<TaxValue> taxValues)
Adds a collection of tax values into given order.void
TestPriceFactory. setTaxes(AbstractOrderEntry entry, java.util.List<TaxValue> taxValues)
void
TestPriceFactory. setTaxes(Product product, java.util.List<TaxValue> taxValues)
-
Uses of TaxValue in de.hybris.platform.order.impl
Methods in de.hybris.platform.order.impl that return TaxValue Modifier and Type Method Description protected TaxValue
DefaultCalculationService. applyGrossMixedRate(TaxValue unappliedTaxValue, java.util.Map<java.util.Set<TaxValue>,java.lang.Double> taxGroups, int digits, double taxAdjustmentFactor)
protected TaxValue
DefaultCalculationService. applyNetMixedRate(TaxValue unappliedTaxValue, java.util.Map<java.util.Set<TaxValue>,java.lang.Double> taxGroups, int digits, double taxAdjustmentFactor)
protected TaxValue
DefaultCalculationService. calculateAbsoluteTotalTaxValue(CurrencyModel curr, java.lang.String currencyIso, int digits, boolean net, TaxValue taxValue, double cumulatedEntryQuantities)
Methods in de.hybris.platform.order.impl that return types with arguments of type TaxValue Modifier and Type Method Description protected java.util.Map<TaxValue,java.util.Map<java.util.Set<TaxValue>,java.lang.Double>>
DefaultCalculationService. calculateSubtotal(AbstractOrderModel order, boolean recalculate)
protected java.util.Map<TaxValue,java.util.Map<java.util.Set<TaxValue>,java.lang.Double>>
DefaultCalculationService. calculateSubtotal(AbstractOrderModel order, boolean recalculate)
protected java.util.Collection<TaxValue>
DefaultCalculationService. findTaxValues(AbstractOrderEntryModel entry)
protected java.util.Set<TaxValue>
DefaultCalculationService. getUnappliedRelativeTaxValues(java.util.Collection<TaxValue> allTaxValues)
Methods in de.hybris.platform.order.impl with parameters of type TaxValue Modifier and Type Method Description protected void
DefaultCalculationService. addAbsoluteEntryTaxValue(long entryQuantity, TaxValue taxValue, java.util.Map<TaxValue,java.util.Map<java.util.Set<TaxValue>,java.lang.Double>> taxValueMap)
protected void
DefaultCalculationService. addRelativeEntryTaxValue(double entryTotal, TaxValue taxValue, java.util.Set<TaxValue> relativeEntryTaxValues, java.util.Map<TaxValue,java.util.Map<java.util.Set<TaxValue>,java.lang.Double>> taxValueMap)
void
DefaultAbstractOrderEntryService. addTaxValue(T entry, TaxValue taxValue)
void
DefaultAbstractOrderService. addTotalTaxValue(O order, TaxValue taxValue)
protected TaxValue
DefaultCalculationService. applyGrossMixedRate(TaxValue unappliedTaxValue, java.util.Map<java.util.Set<TaxValue>,java.lang.Double> taxGroups, int digits, double taxAdjustmentFactor)
protected TaxValue
DefaultCalculationService. applyNetMixedRate(TaxValue unappliedTaxValue, java.util.Map<java.util.Set<TaxValue>,java.lang.Double> taxGroups, int digits, double taxAdjustmentFactor)
protected TaxValue
DefaultCalculationService. calculateAbsoluteTotalTaxValue(CurrencyModel curr, java.lang.String currencyIso, int digits, boolean net, TaxValue taxValue, double cumulatedEntryQuantities)
void
DefaultAbstractOrderEntryService. removeTaxValue(T entry, TaxValue taxValue)
void
DefaultAbstractOrderService. removeTotalTaxValue(O order, TaxValue taxValue)
Method parameters in de.hybris.platform.order.impl with type arguments of type TaxValue Modifier and Type Method Description protected void
DefaultCalculationService. addAbsoluteEntryTaxValue(long entryQuantity, TaxValue taxValue, java.util.Map<TaxValue,java.util.Map<java.util.Set<TaxValue>,java.lang.Double>> taxValueMap)
protected void
DefaultCalculationService. addAbsoluteEntryTaxValue(long entryQuantity, TaxValue taxValue, java.util.Map<TaxValue,java.util.Map<java.util.Set<TaxValue>,java.lang.Double>> taxValueMap)
void
DefaultAbstractOrderEntryService. addAllTaxValues(T entry, java.util.List<TaxValue> taxValues)
void
DefaultAbstractOrderService. addAllTotalTaxValues(O order, java.util.List<TaxValue> taxValues)
protected void
DefaultCalculationService. addRelativeEntryTaxValue(double entryTotal, TaxValue taxValue, java.util.Set<TaxValue> relativeEntryTaxValues, java.util.Map<TaxValue,java.util.Map<java.util.Set<TaxValue>,java.lang.Double>> taxValueMap)
protected void
DefaultCalculationService. addRelativeEntryTaxValue(double entryTotal, TaxValue taxValue, java.util.Set<TaxValue> relativeEntryTaxValues, java.util.Map<TaxValue,java.util.Map<java.util.Set<TaxValue>,java.lang.Double>> taxValueMap)
protected void
DefaultCalculationService. addRelativeEntryTaxValue(double entryTotal, TaxValue taxValue, java.util.Set<TaxValue> relativeEntryTaxValues, java.util.Map<TaxValue,java.util.Map<java.util.Set<TaxValue>,java.lang.Double>> taxValueMap)
protected TaxValue
DefaultCalculationService. applyGrossMixedRate(TaxValue unappliedTaxValue, java.util.Map<java.util.Set<TaxValue>,java.lang.Double> taxGroups, int digits, double taxAdjustmentFactor)
protected TaxValue
DefaultCalculationService. applyNetMixedRate(TaxValue unappliedTaxValue, java.util.Map<java.util.Set<TaxValue>,java.lang.Double> taxGroups, int digits, double taxAdjustmentFactor)
protected void
DefaultCalculationService. calculateTotals(AbstractOrderModel order, boolean recalculate, java.util.Map<TaxValue,java.util.Map<java.util.Set<TaxValue>,java.lang.Double>> taxValueMap)
calculates all totals.protected void
DefaultCalculationService. calculateTotals(AbstractOrderModel order, boolean recalculate, java.util.Map<TaxValue,java.util.Map<java.util.Set<TaxValue>,java.lang.Double>> taxValueMap)
calculates all totals.protected double
DefaultCalculationService. calculateTotalTaxValues(AbstractOrderModel order, boolean recalculate, int digits, double taxAdjustmentFactor, java.util.Map<TaxValue,java.util.Map<java.util.Set<TaxValue>,java.lang.Double>> taxValueMap)
protected double
DefaultCalculationService. calculateTotalTaxValues(AbstractOrderModel order, boolean recalculate, int digits, double taxAdjustmentFactor, java.util.Map<TaxValue,java.util.Map<java.util.Set<TaxValue>,java.lang.Double>> taxValueMap)
protected double
DefaultCalculationService. getTaxCorrectionFactor(java.util.Map<TaxValue,java.util.Map<java.util.Set<TaxValue>,java.lang.Double>> taxValueMap, double subtotal, double total, AbstractOrderModel order)
protected double
DefaultCalculationService. getTaxCorrectionFactor(java.util.Map<TaxValue,java.util.Map<java.util.Set<TaxValue>,java.lang.Double>> taxValueMap, double subtotal, double total, AbstractOrderModel order)
protected java.util.Set<TaxValue>
DefaultCalculationService. getUnappliedRelativeTaxValues(java.util.Collection<TaxValue> allTaxValues)
protected boolean
DefaultCalculationService. isAllEntriesTaxed(java.util.Map<TaxValue,java.util.Map<java.util.Set<TaxValue>,java.lang.Double>> taxValueMap, double subtotal, AbstractOrderModel order)
protected boolean
DefaultCalculationService. isAllEntriesTaxed(java.util.Map<TaxValue,java.util.Map<java.util.Set<TaxValue>,java.lang.Double>> taxValueMap, double subtotal, AbstractOrderModel order)
protected boolean
DefaultCalculationService. mustHandleTaxFreeEntries(java.util.Map<TaxValue,java.util.Map<java.util.Set<TaxValue>,java.lang.Double>> taxValueMap, double subtotal, AbstractOrderModel order)
protected boolean
DefaultCalculationService. mustHandleTaxFreeEntries(java.util.Map<TaxValue,java.util.Map<java.util.Set<TaxValue>,java.lang.Double>> taxValueMap, double subtotal, AbstractOrderModel order)
protected void
DefaultCalculationService. resetAdditionalCosts(AbstractOrderModel order, java.util.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 TaxValue Modifier and Type Method Description java.util.Collection<TaxValue>
FindTaxValuesStrategy. findTaxValues(AbstractOrderEntryModel entry)
Resolves tax value for the givenAbstractOrderEntryModel
basing 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 Modifier and Type Method Description java.util.Collection<TaxValue>
PriceFactorySwitcher. getTaxValues(AbstractOrderEntry entry)
-
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 TaxValue Modifier and Type Method Description java.util.Collection<TaxValue>
DefaultSLFindTaxValuesStrategy. findTaxValues(AbstractOrderEntryModel entry)
Method parameters in de.hybris.platform.order.strategies.calculation.impl.servicelayer with type arguments of type TaxValue Modifier and Type Method Description void
DefaultSLFindTaxValuesStrategy. 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 TaxValue Modifier and Type Method Description abstract FindPDTValueInfoStrategy<TaxValue,TaxInformation,TaxValueInfoCriteria>
AbstractFindTaxValuesStrategyTest. findPDTValueInfoStrategy()
FindPDTValueInfoStrategy<TaxValue,TaxInformation,TaxValueInfoCriteria>
DefaultFindTaxValuesServiceIntegrationTest. findPDTValueInfoStrategy()
FindPDTValueInfoStrategy<TaxValue,TaxInformation,TaxValueInfoCriteria>
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 TaxValue Modifier and Type Method Description TaxValue
DefaultTaxValueConverter. 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.impl Modifier and Type Class Description protected static class
CachingFindTaxValueInfoStrategy.CachedTaxValue
Methods in de.hybris.platform.order.strategies.calculation.pdt.impl that return types with arguments of type TaxValue Modifier and Type Method Description java.util.List<TaxValue>
CachingFindTaxValueInfoStrategy. getPDTValues(TaxValueInfoCriteria criteria)
java.util.List<TaxValue>
DefaultFindTaxValueInfoStrategy. getPDTValues(TaxValueInfoCriteria criteria)
Method parameters in de.hybris.platform.order.strategies.calculation.pdt.impl with type arguments of type TaxValue Modifier and Type Method Description void
DefaultFindTaxValueInfoStrategy. 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 TaxValue Modifier and Type Method Description java.lang.String
TaxValueLabelProvider. getDescription(TaxValue taxValue)
java.lang.String
TaxValueLabelProvider. getIconPath(TaxValue taxValue)
java.lang.String
TaxValueLabelProvider. getLabel(TaxValue taxValue)
Method parameters in de.hybris.platform.platformbackoffice.labelproviders with type arguments of type TaxValue Modifier and Type Method Description void
TaxValueLabelProvider. setTaxValueRenderer(ValueParser<TaxValue> taxValueRenderer)
-
Uses of TaxValue in de.hybris.platform.platformbackoffice.taxdiscountvalueparser
Methods in de.hybris.platform.platformbackoffice.taxdiscountvalueparser that return TaxValue Modifier and Type Method Description TaxValue
TaxValueParser. parse(java.lang.String stringValue)
TaxValue
TaxOrDiscount. toTaxValue()
Methods in de.hybris.platform.platformbackoffice.taxdiscountvalueparser with parameters of type TaxValue Modifier and Type Method Description java.lang.String
TaxValueParser. render(TaxValue taxValue)
-
Uses of TaxValue in de.hybris.platform.sap.c4c.order.impl
Method parameters in de.hybris.platform.sap.c4c.order.impl with type arguments of type TaxValue Modifier and Type Method Description protected void
DefaultC4CCalculationService. calculateTotals(AbstractOrderModel order, boolean recalculate, java.util.Map<TaxValue,java.util.Map<java.util.Set<TaxValue>,java.lang.Double>> taxValueMap)
protected void
DefaultC4CCalculationService. calculateTotals(AbstractOrderModel order, boolean recalculate, java.util.Map<TaxValue,java.util.Map<java.util.Set<TaxValue>,java.lang.Double>> taxValueMap)
-
Uses of TaxValue in de.hybris.platform.sap.sappricing.services.impl
Method parameters in de.hybris.platform.sap.sappricing.services.impl with type arguments of type TaxValue Modifier and Type Method Description protected void
SapCartCalculationService. resetAdditionalCosts(AbstractOrderModel order, java.util.Collection<TaxValue> relativeTaxValues)
-
Uses of TaxValue in de.hybris.platform.util
Methods in de.hybris.platform.util that return TaxValue Modifier and Type Method Description TaxValue
TaxValue. apply(double quantity, double price, int digits, boolean priceIsNet, java.lang.String currencyIsoCode)
creates a copy of this tax value holding the applied value for a given price rounded to given digits.static TaxValue
TaxValue. parseTaxValue(java.lang.String str)
creates a tax value object from its string representation created via @see #toString().TaxValue
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 Modifier and Type Method Description OrderEntryModelBuilder
OrderEntryModelBuilder. withTaxes(java.util.Collection<TaxValue> taxes)
-