org.broadleafcommerce.core.catalog.service.dynamic
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
- See Also:
SkuImpl#getActiveStartDate()},
SkuImpl#getActiveEndDate()}
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SkuActiveDateConsiderationContext
public SkuActiveDateConsiderationContext()
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.