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

Packages that use AbstractContractQuery
org.opencrx.kernel.account1.jmi1   
org.opencrx.kernel.activity1.cci2   
org.opencrx.kernel.contract1.cci2   
org.opencrx.kernel.contract1.jmi1   
org.opencrx.kernel.home1.jmi1   
org.opencrx.kernel.product1.cci2   
 

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

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

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

Methods in org.opencrx.kernel.activity1.cci2 that return AbstractContractQuery
 AbstractContractQuery ActivityQuery.forAllContract()
          Adds a condition for the feature contract to the predicate for Activity, which evaluates to false unless the value of the feature contract satisfies the given condition.
 AbstractContractQuery ActivityQuery.thereExistsContract()
          Adds a condition for the feature contract to the predicate for Activity, which evaluates to false unless the value of the feature contract satisfies the given condition.
 

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

Subinterfaces of AbstractContractQuery in org.opencrx.kernel.contract1.cci2
 interface InvoiceQuery
           
 interface LeadQuery
           
 interface OpportunityQuery
           
 interface QuoteQuery
           
 interface SalesOrderQuery
           
 

Methods in org.opencrx.kernel.contract1.cci2 that return AbstractContractQuery
 AbstractContractQuery GetContractAmountsParamsQuery.contract()
           
 AbstractContractQuery ContractRoleQuery.forAllContract()
          Adds a condition for the feature contract to the predicate for ContractRole, which evaluates to false unless the value of the feature contract satisfies the given condition.
 AbstractContractQuery ContractReferenceHolderQuery.forAllContract()
          Adds a condition for the feature contract to the predicate for ContractReferenceHolder, which evaluates to false unless the value of the feature contract satisfies the given condition.
 AbstractContractQuery AbstractContractQuery.forAllOrigin()
          Adds a condition for the feature origin to the predicate for AbstractContract, which evaluates to false unless the value of the feature origin satisfies the given condition.
 AbstractContractQuery ContractRoleQuery.thereExistsContract()
          Adds a condition for the feature contract to the predicate for ContractRole, which evaluates to false unless the value of the feature contract satisfies the given condition.
 AbstractContractQuery ContractReferenceHolderQuery.thereExistsContract()
          Adds a condition for the feature contract to the predicate for ContractReferenceHolder, which evaluates to false unless the value of the feature contract satisfies the given condition.
 AbstractContractQuery AbstractContractQuery.thereExistsOrigin()
          Adds a condition for the feature origin to the predicate for AbstractContract, which evaluates to false unless the value of the feature origin satisfies the given condition.
 

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

Methods in org.opencrx.kernel.contract1.jmi1 that return AbstractContractQuery
 AbstractContractQuery Contract1Package.createAbstractContractQuery()
           
 

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

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

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

Methods in org.opencrx.kernel.product1.cci2 that return AbstractContractQuery
 AbstractContractQuery GetPriceLevelParamsQuery.contract()
           
 



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