Uses of Class
org.bhn.promotion.core.proxy.PromotionServiceProxy
Packages that use PromotionServiceProxy
Package
Description
Provides the classes which can be used to configure internal application attributes
Provides the classes which can be used to configure Voucherify attributes
Contains all of the voucherify classes which performs product related operation such as create, update and
get product details.
-
Uses of PromotionServiceProxy in org.bhn.promotion.core.config
Methods in org.bhn.promotion.core.config with parameters of type PromotionServiceProxyModifier and TypeMethodDescriptionPromotionConfiguration.orderStorageService(PromotionServiceProxy promotionServiceProxy, RollbackService rollbackService, AWSSqsMessageService awsSqsMessageService) Creates and returns an instance ofOrderStorageService. -
Uses of PromotionServiceProxy in org.bhn.promotion.voucherify.config
Methods in org.bhn.promotion.voucherify.config that return PromotionServiceProxyModifier and TypeMethodDescriptionVoucherifyConfiguration.promotionServiceProxy()Creates aPromotionServiceProxybean that acts as a proxy for interacting with the Promotion Service. -
Uses of PromotionServiceProxy in org.bhn.promotion.voucherify.service
Constructors in org.bhn.promotion.voucherify.service with parameters of type PromotionServiceProxyModifierConstructorDescriptionVoucherifyVoucherService(VoucherifyClient voucherifyClient, VoucherifyValidationService voucherifyValidationService, VoucherifyCampaignService voucherifyCampaignService, PromotionServiceProxy promotionServiceProxy)