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 |
service
protected DynamicSkuActiveDatesService service
considerations
protected HashMap considerations
SkuActiveDateConsiderationContext
public SkuActiveDateConsiderationContext()
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()
Copyright © 2013. All Rights Reserved.