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

Packages that use LeadQuery
org.opencrx.kernel.account1.cci2   
org.opencrx.kernel.contract1.jmi1   
 

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

Methods in org.opencrx.kernel.account1.cci2 that return LeadQuery
 LeadQuery CreateLeadParamsQuery.forAllBasedOn()
          Adds a condition for the feature basedOn to the predicate for CreateLeadParams, which evaluates to false unless the value of the feature basedOn satisfies the given condition.
 LeadQuery CreateLeadResultQuery.forAllLead()
          Adds a condition for the feature lead to the predicate for CreateLeadResult, which evaluates to false unless the value of the feature lead satisfies the given condition.
 LeadQuery CreateLeadParamsQuery.thereExistsBasedOn()
          Adds a condition for the feature basedOn to the predicate for CreateLeadParams, which evaluates to false unless the value of the feature basedOn satisfies the given condition.
 LeadQuery CreateLeadResultQuery.thereExistsLead()
          Adds a condition for the feature lead to the predicate for CreateLeadResult, which evaluates to false unless the value of the feature lead satisfies the given condition.
 

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

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

Methods in org.opencrx.kernel.contract1.jmi1 with parameters of type LeadQuery
<T extends Lead>
List<T>
Segment.getLead(LeadQuery query)
          Retrieves the value for the reference lead for the specified query.
 



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