Interface FulfillmentPricingConfigHelperService
- All Known Implementing Classes:
DefaultFulfillmentPricingConfigHelperService
public interface FulfillmentPricingConfigHelperService
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisCreateOptionsForGroup(com.broadleafcommerce.fulfillment.common.domain.FulfillmentPricingConfig config, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) booleanisFGSortByServiceLevel(com.broadleafcommerce.fulfillment.common.domain.FulfillmentPricingConfig config, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) booleanisPriceByGroup(com.broadleafcommerce.fulfillment.common.domain.FulfillmentPricingConfig config, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
-
Method Details
-
isPriceByGroup
boolean isPriceByGroup(com.broadleafcommerce.fulfillment.common.domain.FulfillmentPricingConfig config, @Nullable com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) -
isCreateOptionsForGroup
boolean isCreateOptionsForGroup(com.broadleafcommerce.fulfillment.common.domain.FulfillmentPricingConfig config, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) -
isFGSortByServiceLevel
boolean isFGSortByServiceLevel(com.broadleafcommerce.fulfillment.common.domain.FulfillmentPricingConfig config, @Nullable com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
-