public interface AdvancedOfferPromotionMessageDao
| Modifier and Type | Method and Description |
|---|---|
Long |
getCurrentDateResolution()
Returns the number of milliseconds that the current date/time will be cached for queries before refreshing.
|
List<org.broadleafcommerce.core.offer.domain.Offer> |
readActiveOffersWithPromotionMessages() |
void |
setCurrentDateResolution(Long currentDateResolution)
Sets the number of milliseconds that the current date/time will be cached for queries before refreshing.
|
List<org.broadleafcommerce.core.offer.domain.Offer> readActiveOffersWithPromotionMessages()
Long getCurrentDateResolution()
void setCurrentDateResolution(Long currentDateResolution)
currentDateResolution - the milliseconds to cache the current date/timeCopyright © 2020. All rights reserved.