Uses of Interface
org.opencrx.kernel.product1.jmi1.PricingRule

Packages that use PricingRule
org.opencrx.kernel.backend   
org.opencrx.kernel.contract1.jmi1   
org.opencrx.kernel.plugin.application.product1   
org.opencrx.kernel.product1.jmi1   
 

Uses of PricingRule in org.opencrx.kernel.backend
 

Methods in org.opencrx.kernel.backend that return PricingRule
static PricingRule Products.findPricingRule(String name, Segment segment, javax.jdo.PersistenceManager pm)
           
static PricingRule Products.initPricingRule(String pricingRuleName, String description, String getPriceLevelScript, javax.jdo.PersistenceManager pm, String providerName, String segmentName)
           
 

Methods in org.opencrx.kernel.backend with parameters of type PricingRule
static GetPriceLevelResult Products.getLowestPricePriceLevel(RefPackage_1_0 rootPkg, PricingRule pricingRule, AbstractContract contract, AbstractProduct product, Uom priceUom, BigDecimal quantity, Date pricingDate)
           
 GetPriceLevelResult Products.getPriceLevel(PricingRule pricingRule, AbstractContract contract, AbstractProduct product, Uom priceUom, BigDecimal quantity, Date pricingDate)
           
 

Uses of PricingRule in org.opencrx.kernel.contract1.jmi1
 

Methods in org.opencrx.kernel.contract1.jmi1 that return PricingRule
 PricingRule CreatePositionParams.getPricingRule()
          Retrieves the value for the structure field pricingRule.
 PricingRule ContractPosition.getPricingRule()
          Retrieves the value for the reference pricingRule.
 PricingRule AbstractContract.getPricingRule()
          Retrieves the value for the reference pricingRule.
 

Methods in org.opencrx.kernel.contract1.jmi1 with parameters of type PricingRule
 CreatePositionParams Contract1Package.createCreatePositionParams(Boolean ignoreProductConfiguration, String name, Uom priceUom, Date pricingDate, PricingRule pricingRule, Product product, BigDecimal quantity, Uom uom)
           
 

Uses of PricingRule in org.opencrx.kernel.plugin.application.product1
 

Fields in org.opencrx.kernel.plugin.application.product1 declared as PricingRule
protected  PricingRule PricingRuleImpl.current
           
 

Constructors in org.opencrx.kernel.plugin.application.product1 with parameters of type PricingRule
PricingRuleImpl(PricingRule current, PricingRule next)
           
 

Uses of PricingRule in org.opencrx.kernel.product1.jmi1
 

Methods in org.opencrx.kernel.product1.jmi1 with type parameters of type PricingRule
<T extends PricingRule>
List<T>
Segment.getPricingRule(PricingRuleQuery query)
          Retrieves the value for the reference pricingRule for the specified query.
 

Methods in org.opencrx.kernel.product1.jmi1 that return PricingRule
 PricingRule PricingRuleClass.createPricingRule()
          Creates an instance of class PricingRule.
 PricingRule Segment.getPricingRule(boolean idIsPersistent, String id)
          Retrieves the value for the reference pricingRule for the specified qualifier attribute value.
 PricingRule PricingRuleClass.getPricingRule(Object object)
          Creates an instance of class PricingRule based on the specified Object instance.
 PricingRule Segment.getPricingRule(String id)
          Retrieves the value for the reference pricingRule for the specified qualifier attribute value.
 

Methods in org.opencrx.kernel.product1.jmi1 with parameters of type PricingRule
 void Segment.addPricingRule(boolean idIsPersistent, String id, PricingRule pricingRule)
          Adds the specified element to the set of the values for the reference pricingRule.
 void Segment.addPricingRule(String id, PricingRule pricingRule)
          Adds the specified element to the set of the values for the reference pricingRule using a reassignable qualifier.
 



This software is published under the BSD license. Copyright © 2003-2008, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.