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