Uses of Class
org.bhn.promotion.voucherify.model.EvaluationRequest
Packages that use EvaluationRequest
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.
Contains all of the voucherify classes which performs product related operation such as create, update and
get product details.
-
Uses of EvaluationRequest in org.bhn.promotion.bhn.engine
Methods in org.bhn.promotion.bhn.engine with parameters of type EvaluationRequestModifier and TypeMethodDescriptionBHNPromotionEngine.evaluatePromotion(EvaluationRequest input) Evaluate the promotion request -
Uses of EvaluationRequest in org.bhn.promotion.bhn.operation
Methods in org.bhn.promotion.bhn.operation with parameters of type EvaluationRequest -
Uses of EvaluationRequest in org.bhn.promotion.core.adapter
Methods in org.bhn.promotion.core.adapter that return EvaluationRequestModifier and TypeMethodDescriptionInputAdapter.convertToEvaluationRequest(org.json.JSONObject data) Convert between input json to an EvaluationRequest objectPricingServiceInputAdapter.convertToEvaluationRequest(org.json.JSONObject data) Convert between input json to an EvaluationRequest object -
Uses of EvaluationRequest in org.bhn.promotion.core.engine
Methods in org.bhn.promotion.core.engine with parameters of type EvaluationRequestModifier and TypeMethodDescriptionPromotionEngine.evaluatePromotion(EvaluationRequest input) Evaluate the promotion request -
Uses of EvaluationRequest in org.bhn.promotion.core.operation
Methods in org.bhn.promotion.core.operation with parameters of type EvaluationRequest -
Uses of EvaluationRequest in org.bhn.promotion.voucherify.engine
Methods in org.bhn.promotion.voucherify.engine with parameters of type EvaluationRequestModifier and TypeMethodDescriptionValidationEngine.evaluatePromotion(EvaluationRequest input) This method allows you to validate if promotions that are part of the cart can be appliedVoucherifyPromotionEngine.evaluatePromotion(EvaluationRequest input) Evaluate the promotion request -
Uses of EvaluationRequest in org.bhn.promotion.voucherify.operation
Methods in org.bhn.promotion.voucherify.operation with parameters of type EvaluationRequest -
Uses of EvaluationRequest in org.bhn.promotion.voucherify.service
Methods in org.bhn.promotion.voucherify.service with parameters of type EvaluationRequestModifier and TypeMethodDescriptionShippingFeePromotionService.setShippingFeeMetaData(PromotionQuoteRequest promotionQuoteRequest, EvaluationRequest evaluationRequest) Sets the shipping fee metadata for the validation request.