Uses of Enum Class
com.broadleafcommerce.fulfillment.domain.FulfillmentDestinationType
Packages that use FulfillmentDestinationType
-
Uses of FulfillmentDestinationType in com.broadleafcommerce.fulfillment.domain
Methods in com.broadleafcommerce.fulfillment.domain that return FulfillmentDestinationTypeModifier and TypeMethodDescriptionFulfillmentCalculatorConfig.getDestinationType()
Indicate how the fulfillment's destination should be determined.static FulfillmentDestinationType
Returns the enum constant of this class with the specified name.static FulfillmentDestinationType[]
FulfillmentDestinationType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.broadleafcommerce.fulfillment.domain with parameters of type FulfillmentDestinationTypeModifier and TypeMethodDescriptionvoid
FulfillmentCalculatorConfig.setDestinationType
(FulfillmentDestinationType destinationType) Indicate how the fulfillment's destination should be determined.