Uses of Class
com.bhn.csp.pricing.common.enums.PricingEngine
-
Packages that use PricingEngine Package Description com.bhn.csp.pricing.common.enums com.bhn.csp.pricing.service -
-
Uses of PricingEngine in com.bhn.csp.pricing.common.enums
Methods in com.bhn.csp.pricing.common.enums that return PricingEngine Modifier and Type Method Description static PricingEnginePricingEngine. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PricingEngine[]PricingEngine. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of PricingEngine in com.bhn.csp.pricing.service
Methods in com.bhn.csp.pricing.service with parameters of type PricingEngine Modifier and Type Method Description QuoteResponseIQuoteService. quoteOrder(QuoteRequest quoteRequest, PricingEngine pricingEngine, PricingMode pricingMode)quoteOrder.QuoteResponseQuoteService. quoteOrder(QuoteRequest quoteRequest, PricingEngine pricingEngine, PricingMode pricingMode)quoteOrder.IPricingHandlerPricingHandlerFactory. resolvePricingEngine(PricingEngine engine)resolvePricingEngine.
-