Oracle Configuration Interface Object API Specification
Version: 11.5.10.23.13
Part No: B14186-01

Uses of Class
oracle.apps.cz.cio.PricingUnavailableException

Packages that use PricingUnavailableException
oracle.apps.cz.cio Provides classes used to create, save and restore configurations.  

 

Uses of PricingUnavailableException in oracle.apps.cz.cio

 

Methods in oracle.apps.cz.cio that throw PricingUnavailableException
 void Configuration.calculateListPrices()
          Calculates list prices of all IPrice nodes within configuration.
 void Configuration.calculateListPrices(com.sun.java.util.collections.List nodeList)
          Calculates list prices of the given IPrice nodes within configuration.
 double Configuration.getTotalListPrice()
          Returns rolled up list price of the configuration.
 double Configuration.getTotalDiscountedPrice()
          Returns rolled up discounted price of the configuration.
 double IBasicPrice.getListPrice()
          Gets list price of item on price list specified in initParameters.
 void IBasicPricingEngine.initialize(oracle.apps.cz.cio.IPricedConfiguration iPricedConfig)
          Called by CIO when the first request for pricing is made CIO should call this method before making any other pricing call
 double IPrice.getDiscountedPrice()
          Gets discounted price of item based on adjustments associated with price list specified in initParameters.
 double IPrice.getExtendedPrice()
          Calculates extended price of item (quantity * discounted price).
 double PricedNode.getListPrice()
           
 double PricedNode.getDiscountedPrice()
           
 double PricedNode.getExtendedPrice()
           

 


Oracle Configuration Interface Object API Specification
Version: 11.5.10.23.13
Part No: B14186-01

Copyright © 1999, 2004, Oracle. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.