Uses of Interface
org.opencrx.kernel.contract1.query.LeadQuery

Packages that use LeadQuery
org.opencrx.kernel.account1.cci   
org.opencrx.kernel.account1.query   
org.opencrx.kernel.contract1.cci   
org.opencrx.kernel.contract1.jmi   
org.opencrx.kernel.forecast1.cci   
 

Uses of LeadQuery in org.opencrx.kernel.account1.cci
 

Methods in org.opencrx.kernel.account1.cci that return LeadQuery
 LeadQuery CreateLeadParamsFilterImpl.forAllBasedOn()
           
 LeadQuery CreateLeadResultFilterImpl.forAllLead()
           
 LeadQuery CreateLeadParamsFilterImpl.thereExistsBasedOn()
           
 LeadQuery CreateLeadResultFilterImpl.thereExistsLead()
           
 

Uses of LeadQuery in org.opencrx.kernel.account1.query
 

Methods in org.opencrx.kernel.account1.query that return LeadQuery
 LeadQuery CreateLeadParamsQuery.forAllBasedOn()
          Adds a constraint for the feature basedOn to the predicate.
 LeadQuery CreateLeadResultQuery.forAllLead()
          Adds a constraint for the feature lead to the predicate.
 LeadQuery CreateLeadParamsQuery.thereExistsBasedOn()
          Adds a constraint for the feature basedOn to the predicate.
 LeadQuery CreateLeadResultQuery.thereExistsLead()
          Adds a constraint for the feature lead to the predicate.
 

Uses of LeadQuery in org.opencrx.kernel.contract1.cci
 

Methods in org.opencrx.kernel.contract1.cci that return LeadQuery
 LeadQuery contract1PackageImpl.createLeadQuery()
           
 

Methods in org.opencrx.kernel.contract1.cci with parameters of type LeadQuery
 List SegmentImpl.getLead(LeadQuery query)
           
 List Segment.getLead(LeadQuery query)
          Retrieves the value for the reference lead for the specified query.
 

Uses of LeadQuery in org.opencrx.kernel.contract1.jmi
 

Methods in org.opencrx.kernel.contract1.jmi that return LeadQuery
 LeadQuery Contract1Package.createLeadQuery()
           
 

Uses of LeadQuery in org.opencrx.kernel.forecast1.cci
 

Methods in org.opencrx.kernel.forecast1.cci with parameters of type LeadQuery
 List ForecastPeriodImpl.getLead(LeadQuery query)
           
 List ForecastPeriod.getLead(LeadQuery query)
          Retrieves the value for the reference lead for the specified query.
 



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