Uses of Class
com.broadleafcommerce.billing.domain.BillingEventAddress
Packages that use BillingEventAddress
Package
Description
-
Uses of BillingEventAddress in com.broadleafcommerce.billing.domain
Methods in com.broadleafcommerce.billing.domain that return BillingEventAddressModifier and TypeMethodDescriptionBillingEventDTO.getBillingEventAddress()A billing address associated to the primary Wallet used for the paymentMethods in com.broadleafcommerce.billing.domain with parameters of type BillingEventAddressModifier and TypeMethodDescriptionvoidBillingEventDTO.setBillingEventAddress(BillingEventAddress billingEventAddress) A billing address associated to the primary Wallet used for the paymentConstructors in com.broadleafcommerce.billing.domain with parameters of type BillingEventAddressModifierConstructorDescriptionBillingEventDTO(BillingEvent billingEvent, List<BillingEventPaymentWithTransaction> billingEventPaymentsWithTransactions, List<BillingEventItemWithTaxDetails> billingEventItemsWithTaxDetails, BillingEventAddress billingEventAddress, List<BillingEventAdjustment> billingEventAdjustments) -
Uses of BillingEventAddress in com.broadleafcommerce.billing.job.domain
Methods in com.broadleafcommerce.billing.job.domain that return BillingEventAddressModifier and TypeMethodDescriptionBillingProcessingRequestWithBillingEventDTO.getBillingEventAddress() -
Uses of BillingEventAddress in com.broadleafcommerce.billing.job.module
Fields in com.broadleafcommerce.billing.job.module with type parameters of type BillingEventAddressModifier and TypeFieldDescriptionprotected BillingEventAddressService<BillingEventAddress>BillingProcessingRequestInitializer.billingEventAddressServiceMethods in com.broadleafcommerce.billing.job.module that return BillingEventAddressModifier and TypeMethodDescriptionprotected BillingEventAddressBillingProcessingRequestInitializer.getBillingEventAddress(PaymentAccount paymentAccount) -
Uses of BillingEventAddress in com.broadleafcommerce.billing.job.service.impl
Fields in com.broadleafcommerce.billing.job.service.impl with type parameters of type BillingEventAddressModifier and TypeFieldDescriptionprotected BillingEventAddressService<BillingEventAddress>DefaultTaxCalculationHandlerService.billingEventAddressServiceMethods in com.broadleafcommerce.billing.job.service.impl that return BillingEventAddressModifier and TypeMethodDescriptionprotected BillingEventAddressDefaultTaxCalculationHandlerService.createBillingEventAddress(BillingEventAddress billingEventAddress, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Methods in com.broadleafcommerce.billing.job.service.impl with parameters of type BillingEventAddressModifier and TypeMethodDescriptionprotected booleanDefaultDelegatingTaxService.billingEventAddressHasSufficientData(BillingEventAddress billingEventAddress, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) protected com.broadleafcommerce.tax.domain.TaxAddressDefaultDelegatingTaxService.buildTaxAddress(BillingEventAddress billingEventAddress) protected com.broadleafcommerce.tax.domain.TaxCalculationGroupDefaultDelegatingTaxService.buildTaxCalculationGroup(BillingEvent billingEvent, BillingEventAddress billingEventAddress, @NonNull List<com.broadleafcommerce.tax.domain.TaxItem> taxItems, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Builds aTaxCalculationGroup, which is used to calculate taxes for a group of items being shipped to or fulfilled at a particular Address.protected List<com.broadleafcommerce.tax.domain.TaxCalculationGroup>DefaultDelegatingTaxService.buildTaxCalculationGroups(BillingEvent billingEvent, BillingEventAddress billingEventAddress, List<com.broadleafcommerce.tax.domain.TaxItem> taxItems, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Builds a list ofgroups, which is used to calculate taxes for a group of items being shipped to or fulfilled at a particular Address.protected booleanDefaultDelegatingTaxService.canCalculateTaxes(BillingEvent billingEvent, @NonNull List<P> billingEventItems, BillingEventAddress billingEventAddress, javax.money.CurrencyUnit expectedCurrency, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) protected BillingEventAddressDefaultTaxCalculationHandlerService.createBillingEventAddress(BillingEventAddress billingEventAddress, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) protected com.broadleafcommerce.tax.domain.TaxCalculationRequestDefaultDelegatingTaxService.createRequest(BillingEvent billingEvent, List<P> billingEventItems, Map<P, List<BillingEventItemAdjustment>> billingEventItemsWithAdjustments, BillingEventAddress billingEventAddress, javax.money.CurrencyUnit expectedCurrency, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) protected StringDefaultDelegatingTaxService.determinePreferredProviderId(BillingEvent billingEvent, List<P> billingEventItems, BillingEventAddress billingEventAddress, boolean estimate, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) This method returns the "preferred"Tax Provider ID, which is determined byTaxProvider.getProviderId(). -
Uses of BillingEventAddress in com.broadleafcommerce.billing.service
Classes in com.broadleafcommerce.billing.service with type parameters of type BillingEventAddressModifier and TypeInterfaceDescriptioninterfaceBillingEventAddressService<P extends BillingEventAddress> -
Uses of BillingEventAddress in com.broadleafcommerce.billing.service.autoconfigure
Methods in com.broadleafcommerce.billing.service.autoconfigure that return types with arguments of type BillingEventAddressModifier and TypeMethodDescriptionBillingServiceAutoConfiguration.billingEventAddressService(BillingEventAddressRepository<com.broadleafcommerce.data.tracking.core.Trackable> repo, com.broadleafcommerce.data.tracking.core.service.CrudEntityHelper helper) -
Uses of BillingEventAddress in com.broadleafcommerce.billing.service.impl
Classes in com.broadleafcommerce.billing.service.impl with type parameters of type BillingEventAddressModifier and TypeClassDescriptionclassFields in com.broadleafcommerce.billing.service.impl with type parameters of type BillingEventAddressModifier and TypeFieldDescriptionprotected BillingEventAddressService<BillingEventAddress>DefaultBillingEventPaymentService.billingEventAddressServiceprotected BillingEventAddressService<BillingEventAddress>DefaultBillingEventService.billingEventAddressService -
Uses of BillingEventAddress in com.broadleafcommerce.billing.web.endpoint.domain
Methods in com.broadleafcommerce.billing.web.endpoint.domain that return BillingEventAddressModifier and TypeMethodDescriptionCreateBillingEventRequest.getBillingEventAddress()A billing address associated to be the primary billing address used for the paymentsMethods in com.broadleafcommerce.billing.web.endpoint.domain with parameters of type BillingEventAddressModifier and TypeMethodDescriptionvoidCreateBillingEventRequest.setBillingEventAddress(BillingEventAddress billingEventAddress) A billing address associated to be the primary billing address used for the paymentsConstructors in com.broadleafcommerce.billing.web.endpoint.domain with parameters of type BillingEventAddressModifierConstructorDescriptionCreateBillingEventRequest(BillingEvent billingEvent, List<BillingEventPaymentWithTransaction> billingEventPaymentsWithTransactions, List<BillingEventItemWithTaxDetails> billingEventItemsWithTaxDetails, BillingEventAddress billingEventAddress, List<BillingEventAdjustment> billingEventAdjustments)