Uses of Enum Class
com.broadleafcommerce.fulfillment.domain.FulfillmentOriginType
Packages that use FulfillmentOriginType
-
Uses of FulfillmentOriginType in com.broadleafcommerce.fulfillment.domain
Methods in com.broadleafcommerce.fulfillment.domain that return FulfillmentOriginTypeModifier and TypeMethodDescriptionFulfillmentCalculatorConfig.getOriginType()
Indicate how the fulfillment's origination location should be determined.static FulfillmentOriginType
Returns the enum constant of this class with the specified name.static FulfillmentOriginType[]
FulfillmentOriginType.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 FulfillmentOriginTypeModifier and TypeMethodDescriptionvoid
FulfillmentCalculatorConfig.setOriginType
(FulfillmentOriginType originType) Indicate how the fulfillment's origination location should be determined.