org.broadleafcommerce.core.catalog.service.dynamic
Class SkuActiveDateConsiderationContext

java.lang.Object
  extended by 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
See Also:
SkuImpl#getActiveStartDate()}, SkuImpl#getActiveEndDate()}

Constructor Summary
SkuActiveDateConsiderationContext()
           
 
Method Summary
static HashMap getSkuActiveDatesConsiderationContext()
           
static DynamicSkuActiveDatesService getSkuActiveDatesService()
           
static boolean hasDynamicActiveDates()
           
static void setSkuActiveDatesConsiderationContext(HashMap skuActiveDatesConsiderationContext)
           
static void setSkuActiveDatesService(DynamicSkuActiveDatesService skuActiveDatesService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SkuActiveDateConsiderationContext

public SkuActiveDateConsiderationContext()
Method Detail

getSkuActiveDatesConsiderationContext

public static HashMap getSkuActiveDatesConsiderationContext()

setSkuActiveDatesConsiderationContext

public static void setSkuActiveDatesConsiderationContext(HashMap skuActiveDatesConsiderationContext)

getSkuActiveDatesService

public static DynamicSkuActiveDatesService getSkuActiveDatesService()

setSkuActiveDatesService

public static void setSkuActiveDatesService(DynamicSkuActiveDatesService skuActiveDatesService)

hasDynamicActiveDates

public static boolean hasDynamicActiveDates()


Copyright © 2013. All Rights Reserved.