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 OfferCachePropertiesJpaCustomizedOfferCodeRepository.getCacheProperties()protected OfferCachePropertiesJpaCustomizedOfferRepository.getCacheProperties()Methods in com.broadleafcommerce.promotion.offer.provider.jpa.repository with parameters of type OfferCachePropertiesModifier and TypeMethodDescriptionvoidJpaCustomizedOfferCodeRepository.setCacheProperties(OfferCacheProperties cacheProperties) voidJpaCustomizedOfferRepository.setCacheProperties(OfferCacheProperties cacheProperties) -
Uses of OfferCacheProperties in com.broadleafcommerce.promotion.offer.service
Methods in com.broadleafcommerce.promotion.offer.service that return OfferCachePropertiesModifier and TypeMethodDescriptionprotected OfferCachePropertiesDefaultOfferCodeService.getCacheProperties()protected OfferCachePropertiesDefaultOfferService.getCacheProperties()protected OfferCachePropertiesDefaultOfferAndOfferCodeUsabilityService.getOfferCacheProperties()Methods in com.broadleafcommerce.promotion.offer.service with parameters of type OfferCachePropertiesModifier and TypeMethodDescriptionvoidDefaultOfferCodeService.setCacheProperties(OfferCacheProperties cacheProperties) voidDefaultOfferService.setCacheProperties(OfferCacheProperties cacheProperties) voidDefaultOfferAndOfferCodeUsabilityService.setOfferCacheProperties(OfferCacheProperties offerCacheProperties)