Uses of Class
org.bhn.promotion.voucherify.model.EligibilityRequestDto
Packages that use EligibilityRequestDto
Package
Description
Provides the classes which contains bhn implementation of promotion engine.
Provides the classes which contains bhn implementation of promotion operation.
Provides the classes which help in converting external data from any format to an internal format
needed by the promotion sdk
Provides the classes which contain interface of promotion engine.
Provides the classes necessary to perform operation on some input data using a promotion engine
Provides the classes which contains voucherify implementation of promotion engine.
Provides the classes which contains voucherify implementation of promotion operation.
-
Uses of EligibilityRequestDto in org.bhn.promotion.bhn.engine
Methods in org.bhn.promotion.bhn.engine with parameters of type EligibilityRequestDtoModifier and TypeMethodDescriptionBHNPromotionEngine.getEligiblePromotions(EligibilityRequestDto input) Fetch eligible promotions list -
Uses of EligibilityRequestDto in org.bhn.promotion.bhn.operation
Methods in org.bhn.promotion.bhn.operation with parameters of type EligibilityRequestDto -
Uses of EligibilityRequestDto in org.bhn.promotion.core.adapter
Methods in org.bhn.promotion.core.adapter that return EligibilityRequestDtoModifier and TypeMethodDescriptionInputAdapter.convertToEligibilityRequest(org.json.JSONObject data) Convert between input json to an EligibilityRequest objectPricingServiceInputAdapter.convertToEligibilityRequest(org.json.JSONObject data) Convert between input json to an EligibilityRequest object -
Uses of EligibilityRequestDto in org.bhn.promotion.core.engine
Methods in org.bhn.promotion.core.engine with parameters of type EligibilityRequestDtoModifier and TypeMethodDescriptionPromotionEngine.getEligiblePromotions(EligibilityRequestDto input) Fetch eligible promotions list -
Uses of EligibilityRequestDto in org.bhn.promotion.core.operation
Methods in org.bhn.promotion.core.operation with parameters of type EligibilityRequestDto -
Uses of EligibilityRequestDto in org.bhn.promotion.voucherify.engine
Methods in org.bhn.promotion.voucherify.engine with parameters of type EligibilityRequestDtoModifier and TypeMethodDescriptionQualificationEngine.getEligiblePromotions(EligibilityRequestDto input) This method allows you to fetch eligible promotions that can be applied to the cartVoucherifyPromotionEngine.getEligiblePromotions(EligibilityRequestDto input) Fetch eligible promotions list -
Uses of EligibilityRequestDto in org.bhn.promotion.voucherify.operation
Methods in org.bhn.promotion.voucherify.operation with parameters of type EligibilityRequestDtoModifier and TypeMethodDescriptionVoucherifyPromotionOperation.eligible(EligibilityRequestDto input)