Uses of Class
com.broadleafcommerce.fulfillment.domain.FulfillmentDestinationDetail
Package
Description
-
Uses of FulfillmentDestinationDetail in com.broadleafcommerce.fulfillment.domain
Modifier and TypeMethodDescriptionFulfillmentDestination.getExcludedDestinations()
Specific geographic locations that are excluded and not supported by calculators using this FulfillmentDestination.FulfillmentDestination.getIncludedDestinations()
Specific geographic locations that are valid for calculators using this FulfillmentDestinationModifier and TypeMethodDescriptionvoid
FulfillmentDestination.setExcludedDestinations
(List<FulfillmentDestinationDetail> excludedDestinations) Specific geographic locations that are excluded and not supported by calculators using this FulfillmentDestination.void
FulfillmentDestination.setIncludedDestinations
(List<FulfillmentDestinationDetail> includedDestinations) Specific geographic locations that are valid for calculators using this FulfillmentDestination -
Uses of FulfillmentDestinationDetail in com.broadleafcommerce.fulfillment.provider.jpa.domain
Modifier and TypeMethodDescriptionJpaFulfillmentDestination.getExcludedDestinations()
JpaFulfillmentDestination.getIncludedDestinations()
Modifier and TypeMethodDescriptionvoid
JpaFulfillmentDestination.setExcludedDestinations
(List<FulfillmentDestinationDetail> excludedDestinations) void
JpaFulfillmentDestination.setIncludedDestinations
(List<FulfillmentDestinationDetail> includedDestinations) -
Uses of FulfillmentDestinationDetail in com.broadleafcommerce.fulfillment.service.dto.calculator
Modifier and TypeMethodDescriptionprotected boolean
DBFulfillmentCalculator.addressIsWithinRadius
(FulfillmentDestinationDetail detail, com.broadleafcommerce.fulfillment.common.domain.Address address) protected com.broadleafcommerce.fulfillment.common.domain.Address
DBFulfillmentCalculator.convertDetailToAddress
(FulfillmentDestinationDetail detail) protected boolean
DBFulfillmentCalculator.matchesDestinationDetail
(FulfillmentDestinationDetail detail, com.broadleafcommerce.fulfillment.common.domain.Address address)