Uses of Interface
org.broadleafcommerce.core.order.domain.TaxDetail
Packages that use TaxDetail
Package
Description
-
Uses of TaxDetail in org.broadleafcommerce.core.order.domain
Classes in org.broadleafcommerce.core.order.domain that implement TaxDetailFields in org.broadleafcommerce.core.order.domain with type parameters of type TaxDetailModifier and TypeFieldDescriptionFulfillmentGroupFeeImpl.taxesFulfillmentGroupImpl.taxesFulfillmentGroupItemImpl.taxesMethods in org.broadleafcommerce.core.order.domain that return types with arguments of type TaxDetailModifier and TypeMethodDescriptionorg.broadleafcommerce.common.copy.CreateResponse<TaxDetail>TaxDetailImpl.createOrRetrieveCopyInstance(org.broadleafcommerce.common.copy.MultiTenantCopyContext context) FulfillmentGroup.getTaxes()Gets a list of TaxDetail objects, which are taxes that apply directly to this fulfillment group.FulfillmentGroupFee.getTaxes()Gets a list of TaxDetail objects, which are taxes that apply directly to this fee.FulfillmentGroupFeeImpl.getTaxes()FulfillmentGroupImpl.getTaxes()FulfillmentGroupItem.getTaxes()Gets a list of TaxDetail objects, which are taxes that apply directly to this item.FulfillmentGroupItemImpl.getTaxes()Method parameters in org.broadleafcommerce.core.order.domain with type arguments of type TaxDetailModifier and TypeMethodDescriptionvoidGets the list of TaxDetail objects, which are taxes that apply directly to this fulfillment group.voidSets the list of TaxDetail objects, which are taxes that apply directly to this fee.voidvoidvoidSets the list of TaxDetail objects, which are taxes that apply directly to this item.void -
Uses of TaxDetail in org.broadleafcommerce.core.pricing.service.tax.provider
Methods in org.broadleafcommerce.core.pricing.service.tax.provider that return TaxDetailModifier and TypeMethodDescriptionprotected TaxDetailSimpleTaxProvider.findExistingTaxDetail(List<TaxDetail> taxes) Method parameters in org.broadleafcommerce.core.pricing.service.tax.provider with type arguments of type TaxDetailModifier and TypeMethodDescriptionprotected voidSimpleTaxProvider.applyTaxFactor(List<TaxDetail> taxes, BigDecimal taxFactor, org.broadleafcommerce.common.money.Money taxMultiplier) protected TaxDetailSimpleTaxProvider.findExistingTaxDetail(List<TaxDetail> taxes)