@Component(value="blFulfillmentVariableExpression") @ConditionalOnTemplating public class FulfillmentVariableExpression extends Object implements BroadleafVariableExpression
| Modifier and Type | Field and Description |
|---|---|
protected CartStateService |
cartStateService |
protected FulfillmentGroupService |
fulfillmentGroupService |
protected FulfillmentOptionService |
fulfillmentOptionService |
protected FulfillmentPricingService |
fulfillmentPricingService |
protected OrderMultishipOptionService |
orderMultishipOptionService |
| Constructor and Description |
|---|
FulfillmentVariableExpression() |
| Modifier and Type | Method and Description |
|---|---|
FulfillmentEstimationResponse |
getFulfillmentEstimateResponse() |
List<FulfillmentOption> |
getFulfillmentOptions() |
List<OrderMultishipOption> |
getMultiShipOptions() |
String |
getName() |
int |
getNumShippableFulfillmentGroups() |
protected boolean |
isNullOrder(Order cart) |
protected CartStateService cartStateService
protected FulfillmentGroupService fulfillmentGroupService
protected FulfillmentOptionService fulfillmentOptionService
protected FulfillmentPricingService fulfillmentPricingService
protected OrderMultishipOptionService orderMultishipOptionService
public String getName()
getName in interface BroadleafVariableExpressionpublic int getNumShippableFulfillmentGroups()
public List<FulfillmentOption> getFulfillmentOptions()
public List<OrderMultishipOption> getMultiShipOptions()
public FulfillmentEstimationResponse getFulfillmentEstimateResponse()
protected boolean isNullOrder(Order cart)
Copyright © 2025. All rights reserved.