| Package | Description |
|---|---|
| com.tibco.aff.ope.engine | |
| com.tibco.aff.ope.types |
| Modifier and Type | Method and Description |
|---|---|
Price |
OPERequestContext.getPrice(java.lang.String priceId)
Get the price from the memory based on price Id
|
| Modifier and Type | Method and Description |
|---|---|
void |
PriceService.calculatePriceAmount(Price price,
com.tibco.aff.ope.types.CalculationPrice calculationPrice)
Calculates the price by multiplying the charge value with applicable quantity.
|
com.tibco.aff.ope.types.CalculationPriceDiscount |
PriceService.createDiscountStructure(Discount discount,
Price price,
com.tibco.aff.ope.types.CalculationPrice calculationPrice)
Creates a CalculatePriceDiscount object for every discount applicable.
|
com.tibco.aff.ope.types.CalculationPrice |
PriceService.createPriceStructure(com.tibco.aff.ope.types.PriceProduct priceProduct,
Price price) |