Interface FulfillmentPricingConfigHelperService

All Known Implementing Classes:
DefaultFulfillmentPricingConfigHelperService

public interface FulfillmentPricingConfigHelperService
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    isCreateOptionsForGroup(com.broadleafcommerce.fulfillment.common.domain.FulfillmentPricingConfig config, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
     
    boolean
    isFGSortByServiceLevel(com.broadleafcommerce.fulfillment.common.domain.FulfillmentPricingConfig config, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
     
    boolean
    isPriceByGroup(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)