Serialized Form
-
Package com.broadleafcommerce.fulfillment.domain
-
Class com.broadleafcommerce.fulfillment.domain.FulfillmentPriceTier
class FulfillmentPriceTier extends Object implements Serializable-
Serialized Fields
-
amount
BigDecimal amount
The fulfillment price of this tier. -
minValue
@NonNull BigDecimal minValue
The banded min value. This must be less than or equal to the max value. This could be a price or a weight, depending onFulfillmentCalculatorConfig.getBandField(). -
operationType
CalculatorOperation operationType
Optional override for Operation Type to determine if this tier is applied with a fixed amount or a rate.
-
-
-
-
Package com.broadleafcommerce.fulfillment.provider.jpa.domain
-
Class com.broadleafcommerce.fulfillment.provider.jpa.domain.JpaFulfillmentCalculatorConfig
class JpaFulfillmentCalculatorConfig extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
active
boolean active
-
activeEndDate
Instant activeEndDate
-
activeStartDate
Instant activeStartDate
-
bandField
String bandField
-
calculationMethod
String calculationMethod
-
calculatorOperation
String calculatorOperation
-
contextId
String contextId
-
currency
javax.money.CurrencyUnit currency
-
destinationCountryCode
String destinationCountryCode
-
destinationType
String destinationType
-
dimensionRestriction
boolean dimensionRestriction
-
dimensionRestrictionAmount
Double dimensionRestrictionAmount
-
dimensionRestrictionUnit
String dimensionRestrictionUnit
-
estimatedMaxDaysToFulfill
Integer estimatedMaxDaysToFulfill
-
estimatedMinDaysToFulfill
Integer estimatedMinDaysToFulfill
-
fulfillmentDestination
JpaFulfillmentDestination fulfillmentDestination
-
fulfillmentOrigin
JpaFulfillmentOrigin fulfillmentOrigin
-
fulfillmentPriceTiers
List<FulfillmentPriceTier> fulfillmentPriceTiers
-
fulfillmentType
String fulfillmentType
-
inventoryLocation
String inventoryLocation
-
inventoryType
String inventoryType
-
name
String name
-
originType
String originType
-
priority
Integer priority
-
serviceLevel
String serviceLevel
-
tracking
com.broadleafcommerce.data.tracking.jpa.filtering.domain.ApplicationJpaTracking tracking
- See Also:
-
ApplicationJpaTracking
-
weightRestriction
boolean weightRestriction
-
weightRestrictionAmount
Double weightRestrictionAmount
-
weightRestrictionUnit
String weightRestrictionUnit
-
weightUnit
String weightUnit
-
-
Class com.broadleafcommerce.fulfillment.provider.jpa.domain.JpaFulfillmentDestination
class JpaFulfillmentDestination extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
contextId
String contextId
-
excludedDestinations
List<FulfillmentDestinationDetail> excludedDestinations
-
includedDestinations
List<FulfillmentDestinationDetail> includedDestinations
-
name
String name
-
tracking
com.broadleafcommerce.data.tracking.jpa.filtering.domain.ApplicationJpaTracking tracking
- See Also:
-
ApplicationJpaTracking
-
-
Class com.broadleafcommerce.fulfillment.provider.jpa.domain.JpaFulfillmentOrigin
class JpaFulfillmentOrigin extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.broadleafcommerce.fulfillment.provider.jpa.domain.JpaFulfillmentPricingConfig
class JpaFulfillmentPricingConfig extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
contextId
String contextId
-
defaultServiceLevel
String defaultServiceLevel
-
fulfillmentPricingStrategy
String fulfillmentPricingStrategy
-
supportedFulfillmentTypes
Set<String> supportedFulfillmentTypes
-
tracking
com.broadleafcommerce.data.tracking.jpa.filtering.domain.ApplicationJpaTracking tracking
- See Also:
-
ApplicationJpaTracking
-
-
-
Package com.broadleafcommerce.fulfillment.service
-
Exception com.broadleafcommerce.fulfillment.service.FulfillmentOptionException
class FulfillmentOptionException extends RuntimeException implements Serializable
-
-
Package com.broadleafcommerce.fulfillment.service.exception
-
Exception com.broadleafcommerce.fulfillment.service.exception.ReferencedEntityDeletionException
class ReferencedEntityDeletionException extends RuntimeException implements Serializable
-