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

Packages that use AbstractContract
org.opencrx.kernel.account1.cci2   
org.opencrx.kernel.account1.jdo2   
org.opencrx.kernel.activity1.cci2   
org.opencrx.kernel.activity1.jdo2   
org.opencrx.kernel.contract1.cci2   
org.opencrx.kernel.contract1.jdo2   
org.opencrx.kernel.contract1.jmi1   
org.opencrx.kernel.depot1.jdo2   
org.opencrx.kernel.home1.cci2   
org.opencrx.kernel.home1.jdo2   
org.opencrx.kernel.plugin.application.contract1   
org.opencrx.kernel.product1.cci2   
org.opencrx.kernel.product1.jdo2   
org.opencrx.kernel.product1.jmi1   
 

Uses of AbstractContract in org.opencrx.kernel.account1.cci2
 

Methods in org.opencrx.kernel.account1.cci2 with type parameters of type AbstractContract
<T extends AbstractContract>
Collection<T>
Account.getAssignedContract()
          Retrieves a set containing all the elements for the reference assignedContract.
 

Methods in org.opencrx.kernel.account1.cci2 that return AbstractContract
 AbstractContract Account.getAssignedContract(boolean idIsPersistent, String id)
          Retrieves the value for the reference assignedContract for the specified qualifier attribute value.
 

Uses of AbstractContract in org.opencrx.kernel.account1.jdo2
 

Methods in org.opencrx.kernel.account1.jdo2 with type parameters of type AbstractContract
<T extends AbstractContract>
Collection<T>
Account.getAssignedContract()
          Retrieves a set containing all the elements for the reference assignedContract.
 

Methods in org.opencrx.kernel.account1.jdo2 that return AbstractContract
 AbstractContract Account.getAssignedContract(boolean idIsPersistent, String id)
          Retrieves the value for the reference assignedContract for the specified qualifier attribute value.
 

Uses of AbstractContract in org.opencrx.kernel.activity1.cci2
 

Methods in org.opencrx.kernel.activity1.cci2 with type parameters of type AbstractContract
<T extends AbstractContract>
List<T>
Activity.getContract()
          Retrieves the Collection of objects referenced by contract.
 

Uses of AbstractContract in org.opencrx.kernel.activity1.jdo2
 

Methods in org.opencrx.kernel.activity1.jdo2 with type parameters of type AbstractContract
<T extends AbstractContract>
List<T>
Activity.getContract()
          Retrieves the Collection of objects referenced by contract.
 

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

Subinterfaces of AbstractContract in org.opencrx.kernel.contract1.cci2
 interface Invoice
          Class Invoice
 interface Lead
          Class Lead
 interface Opportunity
          Class Opportunity
 interface Quote
          Class Quote
 interface SalesOrder
          Class SalesOrder
 

Methods in org.opencrx.kernel.contract1.cci2 with type parameters of type AbstractContract
<T extends AbstractContract>
List<T>
ContractReferenceHolder.getContract()
          Retrieves the Collection of objects referenced by contract.
 

Methods in org.opencrx.kernel.contract1.cci2 that return AbstractContract
 AbstractContract GetContractAmountsParams.getContract()
          Retrieves the value for the structure field contract.
 AbstractContract ContractRole.getContract()
          Retrieves the value for the reference contract.
 AbstractContract AbstractContract.getOrigin()
          Retrieves the value for the reference origin.
 

Methods in org.opencrx.kernel.contract1.cci2 with parameters of type AbstractContract
 GetContractAmountsResult CalculationRule.getContractAmounts(AbstractContract contract, List<Integer> lineItemNumber, List<BigDecimal> positionAmount, List<BigDecimal> positionBaseAmount, List<BigDecimal> positionDiscountAmount, List<BigDecimal> positionTaxAmount, List<BigDecimal> salesCommission, List<Boolean> salesCommissionIsPercentage)
           
 void ContractRole.setContract(AbstractContract contract)
          Sets a new value for the reference contract.
 void AbstractContract.setOrigin(AbstractContract origin)
          Sets a new value for the reference origin.
 

Uses of AbstractContract in org.opencrx.kernel.contract1.jdo2
 

Classes in org.opencrx.kernel.contract1.jdo2 that implement AbstractContract
 class Invoice
          Class Invoice
 class Lead
          Class Lead
 class Opportunity
          Class Opportunity
 class Quote
          Class Quote
 class SalesOrder
          Class SalesOrder
 

Methods in org.opencrx.kernel.contract1.jdo2 that return AbstractContract
 AbstractContract ContractRole.getContract()
          Retrieves the value for the reference contract.
 AbstractContract SalesOrder.getOrigin()
          Retrieves the value for the reference origin.
 AbstractContract Quote.getOrigin()
          Retrieves the value for the reference origin.
 AbstractContract Opportunity.getOrigin()
          Retrieves the value for the reference origin.
 AbstractContract Lead.getOrigin()
          Retrieves the value for the reference origin.
 AbstractContract Invoice.getOrigin()
          Retrieves the value for the reference origin.
 

Methods in org.opencrx.kernel.contract1.jdo2 with parameters of type AbstractContract
 void PositionModification.addToContract(AbstractContract contract)
          Sets a new value for the reference contract.
 void AbstractRemovedPosition.addToContract(AbstractContract contract)
          Sets a new value for the reference contract.
 void PositionModification.addToContract(AbstractContract contract, boolean idIsPersistent, String id)
          Set the object's composite association org:opencrx:kernel:contract1:ContractContainsPositionModification.
 void AbstractRemovedPosition.addToContract(AbstractContract contract, boolean idIsPersistent, String id)
          Set the object's composite association org:opencrx:kernel:contract1:ContractContainsRemovedPosition.
 GetContractAmountsResult CalculationRule.getContractAmounts(AbstractContract contract, List<Integer> lineItemNumber, List<BigDecimal> positionAmount, List<BigDecimal> positionBaseAmount, List<BigDecimal> positionDiscountAmount, List<BigDecimal> positionTaxAmount, List<BigDecimal> salesCommission, List<Boolean> salesCommissionIsPercentage)
           
static CloseableCollection<PositionModification> PositionModification.openmdxjdoGetObjectsByParent(AbstractContract contract)
          Navigate through an object's composite association
static CloseableCollection<AbstractRemovedPosition> AbstractRemovedPosition.openmdxjdoGetObjectsByParent(AbstractContract contract)
          Navigate through an object's composite association
 void ContractRole.setContract(AbstractContract contract)
          Sets a new value for the reference contract.
 void SalesOrder.setOrigin(AbstractContract origin)
          Sets a new value for the reference origin.
 void Quote.setOrigin(AbstractContract origin)
          Sets a new value for the reference origin.
 void Opportunity.setOrigin(AbstractContract origin)
          Sets a new value for the reference origin.
 void Lead.setOrigin(AbstractContract origin)
          Sets a new value for the reference origin.
 void Invoice.setOrigin(AbstractContract origin)
          Sets a new value for the reference origin.
 

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

Subinterfaces of AbstractContract in org.opencrx.kernel.contract1.jmi1
 interface AbstractContract
          Abstract class AbstractContract
 

Methods in org.opencrx.kernel.contract1.jmi1 with parameters of type AbstractContract
 GetContractAmountsParams Contract1Package.createGetContractAmountsParams(AbstractContract contract, List<Integer> lineItemNumber, List<BigDecimal> positionAmount, List<BigDecimal> positionBaseAmount, List<BigDecimal> positionDiscountAmount, List<BigDecimal> positionTaxAmount, List<BigDecimal> salesCommission, List<Boolean> salesCommissionIsPercentage)
           
 GetContractAmountsResult CalculationRule.getContractAmounts(AbstractContract contract, List<Integer> lineItemNumber, List<BigDecimal> positionAmount, List<BigDecimal> positionBaseAmount, List<BigDecimal> positionDiscountAmount, List<BigDecimal> positionTaxAmount, List<BigDecimal> salesCommission, List<Boolean> salesCommissionIsPercentage)
           
 void ContractRole.setContract(AbstractContract contract)
          Sets a new value for the reference contract.
 void AbstractContract.setOrigin(AbstractContract origin)
          Sets a new value for the reference origin.
 

Uses of AbstractContract in org.opencrx.kernel.depot1.jdo2
 

Methods in org.opencrx.kernel.depot1.jdo2 with type parameters of type AbstractContract
<T extends AbstractContract>
List<T>
DepotHolder.getContract()
          Retrieves the Collection of objects referenced by contract.
<T extends AbstractContract>
List<T>
DepotGroup.getContract()
          Retrieves the Collection of objects referenced by contract.
<T extends AbstractContract>
List<T>
Depot.getContract()
          Retrieves the Collection of objects referenced by contract.
 

Uses of AbstractContract in org.opencrx.kernel.home1.cci2
 

Methods in org.opencrx.kernel.home1.cci2 with type parameters of type AbstractContract
<T extends AbstractContract>
Collection<T>
UserHome.getAssignedContract()
          Retrieves a set containing all the elements for the reference assignedContract.
 

Methods in org.opencrx.kernel.home1.cci2 that return AbstractContract
 AbstractContract UserHome.getAssignedContract(boolean idIsPersistent, String id)
          Retrieves the value for the reference assignedContract for the specified qualifier attribute value.
 

Uses of AbstractContract in org.opencrx.kernel.home1.jdo2
 

Methods in org.opencrx.kernel.home1.jdo2 with type parameters of type AbstractContract
<T extends AbstractContract>
Collection<T>
UserHome.getAssignedContract()
          Retrieves a set containing all the elements for the reference assignedContract.
 

Methods in org.opencrx.kernel.home1.jdo2 that return AbstractContract
 AbstractContract UserHome.getAssignedContract(boolean idIsPersistent, String id)
          Retrieves the value for the reference assignedContract for the specified qualifier attribute value.
 

Uses of AbstractContract in org.opencrx.kernel.plugin.application.contract1
 

Fields in org.opencrx.kernel.plugin.application.contract1 declared as AbstractContract
protected  AbstractContract AbstractContractImpl.next
           
 

Constructors in org.opencrx.kernel.plugin.application.contract1 with parameters of type AbstractContract
AbstractContractImpl(AbstractContract current, AbstractContract next)
           
 

Uses of AbstractContract in org.opencrx.kernel.product1.cci2
 

Methods in org.opencrx.kernel.product1.cci2 that return AbstractContract
 AbstractContract GetPriceLevelParams.getContract()
          Retrieves the value for the structure field contract.
 

Methods in org.opencrx.kernel.product1.cci2 with parameters of type AbstractContract
 GetPriceLevelResult PricingRule.getPriceLevel(AbstractContract contract, Uom priceUom, Date pricingDate, AbstractProduct product, BigDecimal quantity)
           
 

Uses of AbstractContract in org.opencrx.kernel.product1.jdo2
 

Methods in org.opencrx.kernel.product1.jdo2 with parameters of type AbstractContract
 GetPriceLevelResult PricingRule.getPriceLevel(AbstractContract contract, Uom priceUom, Date pricingDate, AbstractProduct product, BigDecimal quantity)
           
 

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

Methods in org.opencrx.kernel.product1.jmi1 with parameters of type AbstractContract
 GetPriceLevelParams Product1Package.createGetPriceLevelParams(AbstractContract contract, Uom priceUom, Date pricingDate, AbstractProduct product, BigDecimal quantity)
           
 GetPriceLevelResult PricingRule.getPriceLevel(AbstractContract contract, Uom priceUom, Date pricingDate, AbstractProduct product, BigDecimal quantity)
           
 



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