Uses of Interface
org.opencrx.kernel.account1.cci2.CompetitorQuery

Packages that use CompetitorQuery
org.opencrx.kernel.account1.jmi1   
org.opencrx.kernel.activity1.cci2   
org.opencrx.kernel.contract1.cci2   
 

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

Methods in org.opencrx.kernel.account1.jmi1 that return CompetitorQuery
 CompetitorQuery Account1Package.createCompetitorQuery()
           
 

Methods in org.opencrx.kernel.account1.jmi1 with parameters of type CompetitorQuery
<T extends Competitor>
List<T>
Segment.getCompetitor(CompetitorQuery query)
          Retrieves the value for the reference competitor for the specified query.
 

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

Methods in org.opencrx.kernel.activity1.cci2 that return CompetitorQuery
 CompetitorQuery SalesVisitQuery.forAllCompetitor()
          Adds a condition for the feature competitor to the predicate for SalesVisit, which evaluates to false unless the value of the feature competitor satisfies the given condition.
 CompetitorQuery SalesVisitQuery.thereExistsCompetitor()
          Adds a condition for the feature competitor to the predicate for SalesVisit, which evaluates to false unless the value of the feature competitor satisfies the given condition.
 

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

Methods in org.opencrx.kernel.contract1.cci2 that return CompetitorQuery
 CompetitorQuery AbstractContractQuery.forAllCompetitor()
          Adds a condition for the feature competitor to the predicate for AbstractContract, which evaluates to false unless the value of the feature competitor satisfies the given condition.
 CompetitorQuery AbstractContractQuery.thereExistsCompetitor()
          Adds a condition for the feature competitor to the predicate for AbstractContract, which evaluates to false unless the value of the feature competitor satisfies the given condition.
 



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