Uses of Class
org.bhn.promotion.voucherify.engine.VoucherifyClient
Packages that use VoucherifyClient
Package
Description
Provides the classes which can be used to configure Voucherify attributes
Provides the classes which contains voucherify implementation of promotion engine.
Contains all of the voucherify classes which performs product related operation such as create, update and
get product details.
-
Uses of VoucherifyClient in org.bhn.promotion.voucherify.config
Methods in org.bhn.promotion.voucherify.config that return VoucherifyClientModifier and TypeMethodDescriptionVoucherifyConfiguration.voucherifyClient()Creates a VoucherifyClient instance configured with necessary API clients. -
Uses of VoucherifyClient in org.bhn.promotion.voucherify.engine
Constructors in org.bhn.promotion.voucherify.engine with parameters of type VoucherifyClientModifierConstructorDescriptionQualificationEngine(VoucherifyClient voucherifyClient) RedemptionEngine(VoucherifyClient voucherifyClient) Constructs aRedemptionEnginewith the specifiedVoucherifyClientRollbackEngine(VoucherifyClient voucherifyClient) Constructs aRollbackEnginewith the specifiedVoucherifyClientValidationEngine(VoucherifyClient voucherifyClient) -
Uses of VoucherifyClient in org.bhn.promotion.voucherify.service
Constructors in org.bhn.promotion.voucherify.service with parameters of type VoucherifyClientModifierConstructorDescriptionVoucherifyPromotionExportService(VoucherifyClient voucherifyClient, VoucherifyProxy voucherifyProxy) VoucherifyVoucherService(VoucherifyClient voucherifyClient, VoucherifyValidationService voucherifyValidationService, VoucherifyCampaignService voucherifyCampaignService, PromotionServiceProxy promotionServiceProxy)