Uses of Class
com.broadleafcommerce.fulfillment.domain.FulfillmentDestinationDetail
Packages that use FulfillmentDestinationDetail
Package
Description
-
Uses of FulfillmentDestinationDetail in com.broadleafcommerce.fulfillment.domain
Methods in com.broadleafcommerce.fulfillment.domain that return types with arguments of type FulfillmentDestinationDetailModifier 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 FulfillmentDestinationMethod parameters in com.broadleafcommerce.fulfillment.domain with type arguments of type FulfillmentDestinationDetailModifier 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
Methods in com.broadleafcommerce.fulfillment.provider.jpa.domain that return types with arguments of type FulfillmentDestinationDetailModifier and TypeMethodDescriptionJpaFulfillmentDestination.getExcludedDestinations()
JpaFulfillmentDestination.getIncludedDestinations()
Method parameters in com.broadleafcommerce.fulfillment.provider.jpa.domain with type arguments of type FulfillmentDestinationDetailModifier and TypeMethodDescriptionvoid
JpaFulfillmentDestination.setExcludedDestinations
(List<FulfillmentDestinationDetail> excludedDestinations) void
JpaFulfillmentDestination.setIncludedDestinations
(List<FulfillmentDestinationDetail> includedDestinations)