Class SkuActiveDateConsiderationContext

java.lang.Object
org.broadleafcommerce.core.catalog.service.dynamic.SkuActiveDateConsiderationContext

public class SkuActiveDateConsiderationContext extends Object
Convenient place to store the active date context and the related service on thread local.
Author:
jfischer
  • Field Details

  • Constructor Details

    • SkuActiveDateConsiderationContext

      public SkuActiveDateConsiderationContext()
  • Method Details

    • getSkuActiveDateConsiderationContext

      public static HashMap getSkuActiveDateConsiderationContext()
    • setSkuActiveDateConsiderationContext

      public static void setSkuActiveDateConsiderationContext(HashMap skuPricingConsiderations)
    • getSkuActiveDatesService

      public static DynamicSkuActiveDatesService getSkuActiveDatesService()
    • setSkuActiveDatesService

      public static void setSkuActiveDatesService(DynamicSkuActiveDatesService skuPricingService)
    • hasDynamicActiveDates

      public static boolean hasDynamicActiveDates()