Uses of Class
com.broadleafcommerce.fulfillment.domain.FulfillmentDestination
Packages that use FulfillmentDestination
Package
Description
-
Uses of FulfillmentDestination in com.broadleafcommerce.fulfillment.domain
Methods in com.broadleafcommerce.fulfillment.domain that return FulfillmentDestinationModifier and TypeMethodDescriptionFulfillmentCalculatorConfig.getFulfillmentDestination()
Indicates geographic zones for destinations that this configuration can handle.Methods in com.broadleafcommerce.fulfillment.domain with parameters of type FulfillmentDestinationModifier and TypeMethodDescriptionvoid
FulfillmentCalculatorConfig.setFulfillmentDestination
(FulfillmentDestination fulfillmentDestination) Indicates geographic zones for destinations that this configuration can handle. -
Uses of FulfillmentDestination in com.broadleafcommerce.fulfillment.service
Classes in com.broadleafcommerce.fulfillment.service with type parameters of type FulfillmentDestinationModifier and TypeClassDescriptionclass
interface
-
Uses of FulfillmentDestination in com.broadleafcommerce.fulfillment.service.autoconfigure
Methods in com.broadleafcommerce.fulfillment.service.autoconfigure that return types with arguments of type FulfillmentDestinationModifier and TypeMethodDescriptionFulfillmentServicesAutoConfiguration.fulfillmentDestinationService
(FulfillmentDestinationRepository<com.broadleafcommerce.data.tracking.core.Trackable> repository, com.broadleafcommerce.data.tracking.core.service.RsqlCrudEntityHelper helper) -
Uses of FulfillmentDestination in com.broadleafcommerce.fulfillment.service.dto.calculator
Methods in com.broadleafcommerce.fulfillment.service.dto.calculator with parameters of type FulfillmentDestinationModifier and TypeMethodDescriptionprotected boolean
DBFulfillmentCalculator.matchesDestination
(FulfillmentDestination destination, com.broadleafcommerce.fulfillment.common.domain.Address address) -
Uses of FulfillmentDestination in com.broadleafcommerce.fulfillment.web.endpoint
Methods in com.broadleafcommerce.fulfillment.web.endpoint that return FulfillmentDestinationModifier and TypeMethodDescriptionFulfillmentDestinationEndpoint.addDestination
(FulfillmentDestination destination, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) FulfillmentDestinationEndpoint.readSingleDestination
(String destinationId, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) FulfillmentDestinationEndpoint.updateDestination
(String destinationId, FulfillmentDestination destination, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Methods in com.broadleafcommerce.fulfillment.web.endpoint that return types with arguments of type FulfillmentDestinationModifier and TypeMethodDescriptionFulfillmentDestinationEndpoint.getFulfillmentDestinationService()
FulfillmentDestinationEndpoint.readAllDestinations
(com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Methods in com.broadleafcommerce.fulfillment.web.endpoint with parameters of type FulfillmentDestinationModifier and TypeMethodDescriptionFulfillmentDestinationEndpoint.addDestination
(FulfillmentDestination destination, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) protected void
FulfillmentDestinationEndpoint.clearUnnecessaryFields
(FulfillmentDestination destination) FulfillmentDestinationEndpoint.updateDestination
(String destinationId, FulfillmentDestination destination, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Constructor parameters in com.broadleafcommerce.fulfillment.web.endpoint with type arguments of type FulfillmentDestinationModifierConstructorDescriptionFulfillmentDestinationEndpoint
(FulfillmentDestinationService<FulfillmentDestination> fulfillmentDestinationService)