Uses of Class
com.broadleafcommerce.promotion.offer.cache.OfferCacheProperties
Packages that use OfferCacheProperties
Package
Description
-
Uses of OfferCacheProperties in com.broadleafcommerce.promotion.offer.autoconfigure
Methods in com.broadleafcommerce.promotion.offer.autoconfigure with parameters of type OfferCachePropertiesModifier and TypeMethodDescriptionorg.springframework.boot.autoconfigure.cache.CacheManagerCustomizer<org.apache.ignite.cache.spring.SpringCacheManager>
OfferCacheAutoConfiguration.offerCacheManagerCustomizer
(com.broadleafcommerce.common.extension.autoconfigure.IgniteConfigurers.BasicIgniteConfigurer configurer, OfferCacheProperties offerCacheProperties) -
Uses of OfferCacheProperties in com.broadleafcommerce.promotion.offer.provider.jpa.repository
Methods in com.broadleafcommerce.promotion.offer.provider.jpa.repository that return OfferCachePropertiesModifier and TypeMethodDescriptionprotected OfferCacheProperties
JpaCustomizedOfferCodeRepository.getCacheProperties()
protected OfferCacheProperties
JpaCustomizedOfferRepository.getCacheProperties()
Methods in com.broadleafcommerce.promotion.offer.provider.jpa.repository with parameters of type OfferCachePropertiesModifier and TypeMethodDescriptionvoid
JpaCustomizedOfferCodeRepository.setCacheProperties
(OfferCacheProperties cacheProperties) void
JpaCustomizedOfferRepository.setCacheProperties
(OfferCacheProperties cacheProperties) -
Uses of OfferCacheProperties in com.broadleafcommerce.promotion.offer.service
Methods in com.broadleafcommerce.promotion.offer.service that return OfferCachePropertiesModifier and TypeMethodDescriptionprotected OfferCacheProperties
DefaultOfferCodeService.getCacheProperties()
protected OfferCacheProperties
DefaultOfferService.getCacheProperties()
protected OfferCacheProperties
DefaultOfferAndOfferCodeUsabilityService.getOfferCacheProperties()
Methods in com.broadleafcommerce.promotion.offer.service with parameters of type OfferCachePropertiesModifier and TypeMethodDescriptionvoid
DefaultOfferCodeService.setCacheProperties
(OfferCacheProperties cacheProperties) void
DefaultOfferService.setCacheProperties
(OfferCacheProperties cacheProperties) void
DefaultOfferAndOfferCodeUsabilityService.setOfferCacheProperties
(OfferCacheProperties offerCacheProperties)