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

Packages that use AbstractContract
org.opencrx.kernel.account1.jmi1   
org.opencrx.kernel.backend   
org.opencrx.kernel.contract1.jmi1   
org.opencrx.kernel.home1.jmi1   
org.opencrx.kernel.plugin.application.contract1   
org.opencrx.kernel.product1.jmi1   
 

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

Methods in org.opencrx.kernel.account1.jmi1 with type parameters of type AbstractContract
<T extends AbstractContract>
List<T>
Account.getAssignedContract(AbstractContractQuery query)
          Retrieves the value for the reference assignedContract for the specified query.
 

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

Uses of AbstractContract in org.opencrx.kernel.backend
 

Methods in org.opencrx.kernel.backend that return AbstractContract
 AbstractContract Accounts.createContract(Path accountIdentity, DataproviderObject newContract, String name, String description, String nextStep, Path basedOnIdentity)
           
 

Methods in org.opencrx.kernel.backend with parameters of type AbstractContract
 GetContractAmountsResult Contracts.getContractAmounts(CalculationRule calculationRule, AbstractContract contract, List<?> lineItemNumbers, List<?> positionBaseAmounts, List<?> positionDiscountAmounts, List<?> positionTaxAmounts, List<?> positionAmounts, List<?> salesCommissions, List<?> salesCommissionIsPercentages)
           
static GetContractAmountsResult Contracts.getContractAmounts(RefPackage_1_0 rootPkg, CalculationRule calculationRule, AbstractContract contract, Integer[] lineItemNumbers, BigDecimal[] positionBaseAmounts, BigDecimal[] positionDiscountAmounts, BigDecimal[] positionTaxAmounts, BigDecimal[] positionAmounts, BigDecimal[] salesCommissions, Boolean[] salesCommissionIsPercentages)
           
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 AbstractContract in org.opencrx.kernel.contract1.jmi1
 

Subinterfaces of AbstractContract in org.opencrx.kernel.contract1.jmi1
 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.jmi1 with type parameters of type AbstractContract
<T extends AbstractContract>
List<T>
AbstractFilterContract.getFilteredContract(AbstractContractQuery query)
          Retrieves the value for the reference filteredContract for the specified query.
 

Methods in org.opencrx.kernel.contract1.jmi1 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 AbstractFilterContract.getFilteredContract(boolean idIsPersistent, String id)
          Retrieves the value for the reference filteredContract for the specified qualifier attribute value.
 AbstractContract AbstractFilterContract.getFilteredContract(String id)
          Retrieves the value for the reference filteredContract for the specified qualifier attribute value.
 AbstractContract ContractLinkFrom.getLinkFrom()
          Retrieves the value for the reference linkFrom.
 AbstractContract ContractLinkTo.getLinkTo()
          Retrieves the value for the reference linkTo.
 AbstractContract AbstractContract.getOrigin()
          Retrieves the value for the reference origin.
 

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)
           
 

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

Methods in org.opencrx.kernel.home1.jmi1 with type parameters of type AbstractContract
<T extends AbstractContract>
List<T>
UserHome.getAssignedContract(AbstractContractQuery query)
          Retrieves the value for the reference assignedContract for the specified query.
 

Methods in org.opencrx.kernel.home1.jmi1 that return AbstractContract
 AbstractContract UserHome.getAssignedContract(boolean idIsPersistent, String id)
          Retrieves the value for the reference assignedContract for the specified qualifier attribute value.
 AbstractContract UserHome.getAssignedContract(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.current
           
 

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.jmi1
 

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

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)
           
 



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