Uses of Interface
org.opencrx.kernel.contract1.cci2.CalculationRule

Packages that use CalculationRule
org.opencrx.kernel.contract1.aop2   
org.opencrx.kernel.contract1.cci2   
org.opencrx.kernel.contract1.jmi1   
org.opencrx.kernel.contract1.jpa3   
 

Uses of CalculationRule in org.opencrx.kernel.contract1.aop2
 

Classes in org.opencrx.kernel.contract1.aop2 with type parameters of type CalculationRule
 class CalculationRuleImpl<S extends CalculationRule,N extends CalculationRule,C extends Void>
           
 

Uses of CalculationRule in org.opencrx.kernel.contract1.cci2
 

Methods in org.opencrx.kernel.contract1.cci2 with type parameters of type CalculationRule
<T extends CalculationRule>
SegmentContainsPositionCalculationRule.CalculationRule<T>
Segment.getCalculationRule()
          Retrieves a set containing all the elements for the reference calculationRule.
 

Methods in org.opencrx.kernel.contract1.cci2 that return CalculationRule
 CalculationRule SalesContract.getCalcRule()
          Retrieves the value for the reference calcRule.
 CalculationRule SalesContractPosition.getCalcRule()
          Retrieves the value for the reference calcRule.
 CalculationRule SalesContractCreator.getCalcRule()
          Retrieves the value for the reference calcRule.
 

Methods in org.opencrx.kernel.contract1.cci2 with parameters of type CalculationRule
 void SalesContract.setCalcRule(CalculationRule calcRule)
          Sets a new value for the reference calcRule.
 void SalesContractPosition.setCalcRule(CalculationRule calcRule)
          Sets a new value for the reference calcRule.
 void SalesContractCreator.setCalcRule(CalculationRule calcRule)
          Sets a new value for the reference calcRule.
 

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

Subinterfaces of CalculationRule in org.opencrx.kernel.contract1.jmi1
 interface CalculationRule
          Class CalculationRule
 

Methods in org.opencrx.kernel.contract1.jmi1 with parameters of type CalculationRule
 void SalesContract.setCalcRule(CalculationRule calcRule)
          Sets a new value for the reference calcRule.
 void SalesContractPosition.setCalcRule(CalculationRule calcRule)
          Sets a new value for the reference calcRule.
 void SalesContractCreator.setCalcRule(CalculationRule calcRule)
          Sets a new value for the reference calcRule.
 

Uses of CalculationRule in org.opencrx.kernel.contract1.jpa3
 

Classes in org.opencrx.kernel.contract1.jpa3 that implement CalculationRule
 class CalculationRule
          Class CalculationRule
 

Methods in org.opencrx.kernel.contract1.jpa3 with type parameters of type CalculationRule
<T extends CalculationRule>
SegmentContainsPositionCalculationRule.CalculationRule<T>
Segment.getCalculationRule()
          Retrieves a set containing all the elements for the reference calculationRule.
 

Methods in org.opencrx.kernel.contract1.jpa3 that return CalculationRule
 CalculationRule AbstractSalesOrderPosition.getCalcRule()
          Retrieves the value for the reference calcRule.
 CalculationRule AbstractOpportunityPosition.getCalcRule()
          Retrieves the value for the reference calcRule.
 CalculationRule AbstractInvoicePosition.getCalcRule()
          Retrieves the value for the reference calcRule.
 CalculationRule SalesContract.getCalcRule()
          Retrieves the value for the reference calcRule.
 CalculationRule AbstractQuotePosition.getCalcRule()
          Retrieves the value for the reference calcRule.
 CalculationRule SalesContractCreator.getCalcRule()
          Retrieves the value for the reference calcRule.
 CalculationRule AbstractRemovedPosition.getCalcRule()
          Retrieves the value for the reference calcRule.
 

Methods in org.opencrx.kernel.contract1.jpa3 with parameters of type CalculationRule
 void AbstractSalesOrderPosition.setCalcRule(CalculationRule calcRule)
          Sets a new value for the reference calcRule.
 void AbstractOpportunityPosition.setCalcRule(CalculationRule calcRule)
          Sets a new value for the reference calcRule.
 void AbstractInvoicePosition.setCalcRule(CalculationRule calcRule)
          Sets a new value for the reference calcRule.
 void SalesContract.setCalcRule(CalculationRule calcRule)
          Sets a new value for the reference calcRule.
 void AbstractQuotePosition.setCalcRule(CalculationRule calcRule)
          Sets a new value for the reference calcRule.
 void SalesContractCreator.setCalcRule(CalculationRule calcRule)
          Sets a new value for the reference calcRule.
 void AbstractRemovedPosition.setCalcRule(CalculationRule calcRule)
          Sets a new value for the reference calcRule.
 



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