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 voidDefaultTaxValuePopulator. populate(Tax source, java.util.Collection<TaxValue> target)voidDefaultOrderEntryOverridingPopulator. setTaxValuePopulator(Populator<Tax,java.util.Collection<TaxValue>> taxValuePopulator)voidDefaultOrderRequestCartPopulator. setTaxValuePopulator(Populator<Tax,java.util.Collection<TaxValue>> taxValuePopulator)protected java.lang.DoubleDefaultOrderRequestCartPopulator. 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.taxValuesdynamic attribute defined at extensioncore.java.util.Collection<TaxValue>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 TaxValue Modifier and Type Method Description voidAbstractOrderEntryModel. setTaxValues(java.util.Collection<TaxValue> value)Generated method - Setter ofAbstractOrderEntry.taxValuesdynamic attribute defined at extensioncore.voidAbstractOrderModel. setTotalTaxValues(java.util.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.jalo Modifier and Type Class Description protected static classEurope1PriceFactory.CachedTaxValueMethods in de.hybris.platform.europe1.jalo that return TaxValue Modifier and Type Method Description static TaxValueEurope1TaxInformation. 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 voidExternalTaxDocument. setShippingCostTaxes(TaxValue... shippingCostTaxes)voidExternalTaxDocument. setTaxesForOrderEntry(int entryNumber, TaxValue... taxes)Method parameters in de.hybris.platform.externaltax with type arguments of type TaxValue Modifier and Type Method Description voidExternalTaxDocument. setShippingCostTaxes(java.util.List<TaxValue> shippingCostTaxes)voidExternalTaxDocument. 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 voidDefaultApplyExternalTaxesStrategy. 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.BigDecimalOndemandTaxCalculationService. 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. taxValuesGrossjava.util.List<TaxValue>DefaultOndemandTaxCalculationServiceTest. taxValuesGrossjava.util.List<TaxValue>DefaultOndemandTaxCalculationServiceTest. taxValuesNetMethod parameters in de.hybris.platform.integration.commons.services.impl with type arguments of type TaxValue Modifier and Type Method Description java.math.BigDecimalDefaultOndemandTaxCalculationService. 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 TaxValueAbstractOrder. calculateAbsoluteTotalTaxValue(Currency curr, java.lang.String currencyIso, int digits, boolean net, TaxValue taxValue, double cumulatedEntryQuantities)TaxValueOrderManager. createTaxValue(java.lang.String code, double value, boolean absolute, Tax tax)Deprecated.since ages - just instantiateTaxValuedirectlyMethods 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 voidAbstractOrder. addAbsoluteEntryTaxValue(long entryQuantity, TaxValue taxValue, java.util.Map<TaxValue,java.util.Map<java.util.Set<TaxValue>,java.lang.Double>> taxValueMap)protected voidAbstractOrder. 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)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, java.lang.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 TaxValue Modifier and Type Method Description protected voidAbstractOrder. addAbsoluteEntryTaxValue(long entryQuantity, TaxValue taxValue, java.util.Map<TaxValue,java.util.Map<java.util.Set<TaxValue>,java.lang.Double>> taxValueMap)protected voidAbstractOrder. addAbsoluteEntryTaxValue(long entryQuantity, TaxValue taxValue, java.util.Map<TaxValue,java.util.Map<java.util.Set<TaxValue>,java.lang.Double>> taxValueMap)protected voidAbstractOrder. 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 voidAbstractOrder. 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 voidAbstractOrder. 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 voidAbstractOrder. calculateTotals(boolean recalculate, java.util.Map<TaxValue,java.util.Map<java.util.Set<TaxValue>,java.lang.Double>> taxValueMap)calculates all totals.protected voidAbstractOrder. calculateTotals(boolean recalculate, java.util.Map<TaxValue,java.util.Map<java.util.Set<TaxValue>,java.lang.Double>> taxValueMap)calculates all totals.protected doubleAbstractOrder. calculateTotalTaxValues(boolean recalculate, int digits, double taxAdjustmentFactor, java.util.Map<TaxValue,java.util.Map<java.util.Set<TaxValue>,java.lang.Double>> taxValueMap)protected doubleAbstractOrder. calculateTotalTaxValues(boolean recalculate, int digits, double taxAdjustmentFactor, java.util.Map<TaxValue,java.util.Map<java.util.Set<TaxValue>,java.lang.Double>> taxValueMap)protected voidAbstractOrder. resetAdditionalCosts(java.util.Collection<TaxValue> relativeTaxValues)voidAbstractOrderTaxValuesAttributeHandler. set(AbstractOrderEntryModel model, java.util.Collection<TaxValue> discountValues)voidTotalTaxValuesAttributeHandler. 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 TaxValueTaxInformation. getTaxValue()TaxValueTaxInformation. 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 voidAbstractOrderEntryService. 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 TaxValue Modifier and Type Method Description voidAbstractOrderEntryService. addAllTaxValues(E entry, java.util.List<TaxValue> taxValues)Adds a collection of tax values into given entry.voidAbstractOrderService. addAllTotalTaxValues(O order, java.util.List<TaxValue> taxValues)Adds a collection of tax values into given order.voidTestPriceFactory. setTaxes(AbstractOrderEntry entry, java.util.List<TaxValue> taxValues)voidTestPriceFactory. 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 TaxValueDefaultCalculationService. applyGrossMixedRate(TaxValue unappliedTaxValue, java.util.Map<java.util.Set<TaxValue>,java.lang.Double> taxGroups, int digits, double taxAdjustmentFactor)protected TaxValueDefaultCalculationService. applyNetMixedRate(TaxValue unappliedTaxValue, java.util.Map<java.util.Set<TaxValue>,java.lang.Double> taxGroups, int digits, double taxAdjustmentFactor)protected TaxValueDefaultCalculationService. 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 voidDefaultCalculationService. addAbsoluteEntryTaxValue(long entryQuantity, TaxValue taxValue, java.util.Map<TaxValue,java.util.Map<java.util.Set<TaxValue>,java.lang.Double>> taxValueMap)protected voidDefaultCalculationService. 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)voidDefaultAbstractOrderEntryService. addTaxValue(T entry, TaxValue taxValue)voidDefaultAbstractOrderService. addTotalTaxValue(O order, TaxValue taxValue)protected TaxValueDefaultCalculationService. applyGrossMixedRate(TaxValue unappliedTaxValue, java.util.Map<java.util.Set<TaxValue>,java.lang.Double> taxGroups, int digits, double taxAdjustmentFactor)protected TaxValueDefaultCalculationService. applyNetMixedRate(TaxValue unappliedTaxValue, java.util.Map<java.util.Set<TaxValue>,java.lang.Double> taxGroups, int digits, double taxAdjustmentFactor)protected TaxValueDefaultCalculationService. calculateAbsoluteTotalTaxValue(CurrencyModel curr, java.lang.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 TaxValue Modifier and Type Method Description protected voidDefaultCalculationService. addAbsoluteEntryTaxValue(long entryQuantity, TaxValue taxValue, java.util.Map<TaxValue,java.util.Map<java.util.Set<TaxValue>,java.lang.Double>> taxValueMap)protected voidDefaultCalculationService. addAbsoluteEntryTaxValue(long entryQuantity, TaxValue taxValue, java.util.Map<TaxValue,java.util.Map<java.util.Set<TaxValue>,java.lang.Double>> taxValueMap)voidDefaultAbstractOrderEntryService. addAllTaxValues(T entry, java.util.List<TaxValue> taxValues)voidDefaultAbstractOrderService. addAllTotalTaxValues(O order, java.util.List<TaxValue> taxValues)protected voidDefaultCalculationService. 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 voidDefaultCalculationService. 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 voidDefaultCalculationService. 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 TaxValueDefaultCalculationService. applyGrossMixedRate(TaxValue unappliedTaxValue, java.util.Map<java.util.Set<TaxValue>,java.lang.Double> taxGroups, int digits, double taxAdjustmentFactor)protected TaxValueDefaultCalculationService. applyNetMixedRate(TaxValue unappliedTaxValue, java.util.Map<java.util.Set<TaxValue>,java.lang.Double> taxGroups, int digits, double taxAdjustmentFactor)protected voidDefaultCalculationService. calculateTotals(AbstractOrderModel order, boolean recalculate, java.util.Map<TaxValue,java.util.Map<java.util.Set<TaxValue>,java.lang.Double>> taxValueMap)calculates all totals.protected voidDefaultCalculationService. calculateTotals(AbstractOrderModel order, boolean recalculate, java.util.Map<TaxValue,java.util.Map<java.util.Set<TaxValue>,java.lang.Double>> taxValueMap)calculates all totals.protected doubleDefaultCalculationService. 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 doubleDefaultCalculationService. 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 doubleDefaultCalculationService. getTaxCorrectionFactor(java.util.Map<TaxValue,java.util.Map<java.util.Set<TaxValue>,java.lang.Double>> taxValueMap, double subtotal, double total, AbstractOrderModel order)protected doubleDefaultCalculationService. 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 booleanDefaultCalculationService. isAllEntriesTaxed(java.util.Map<TaxValue,java.util.Map<java.util.Set<TaxValue>,java.lang.Double>> taxValueMap, double subtotal, AbstractOrderModel order)protected booleanDefaultCalculationService. isAllEntriesTaxed(java.util.Map<TaxValue,java.util.Map<java.util.Set<TaxValue>,java.lang.Double>> taxValueMap, double subtotal, AbstractOrderModel order)protected booleanDefaultCalculationService. mustHandleTaxFreeEntries(java.util.Map<TaxValue,java.util.Map<java.util.Set<TaxValue>,java.lang.Double>> taxValueMap, double subtotal, AbstractOrderModel order)protected booleanDefaultCalculationService. mustHandleTaxFreeEntries(java.util.Map<TaxValue,java.util.Map<java.util.Set<TaxValue>,java.lang.Double>> taxValueMap, double subtotal, AbstractOrderModel order)protected voidDefaultCalculationService. 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 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 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 voidDefaultSLFindTaxValuesStrategy. 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 TaxValueDefaultTaxValueConverter. 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 classCachingFindTaxValueInfoStrategy.CachedTaxValueMethods 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 voidDefaultFindTaxValueInfoStrategy. 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.StringTaxValueLabelProvider. getDescription(TaxValue taxValue)java.lang.StringTaxValueLabelProvider. getIconPath(TaxValue taxValue)java.lang.StringTaxValueLabelProvider. getLabel(TaxValue taxValue)Method parameters in de.hybris.platform.platformbackoffice.labelproviders with type arguments of type TaxValue Modifier and Type Method Description voidTaxValueLabelProvider. 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 TaxValueTaxValueParser. parse(java.lang.String stringValue)TaxValueTaxOrDiscount. toTaxValue()Methods in de.hybris.platform.platformbackoffice.taxdiscountvalueparser with parameters of type TaxValue Modifier and Type Method Description java.lang.StringTaxValueParser. render(TaxValue taxValue) -
Uses of TaxValue in de.hybris.platform.util
Methods in de.hybris.platform.util that return TaxValue Modifier and Type Method Description TaxValueTaxValue. 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 TaxValueTaxValue. parseTaxValue(java.lang.String str)creates a tax value object from its string representation created via @see #toString().TaxValueTaxValue. 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 OrderEntryModelBuilderOrderEntryModelBuilder. withTaxes(java.util.Collection<TaxValue> taxes)
-