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

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

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

Methods in org.opencrx.kernel.account1.cci2 that return QuoteQuery
 QuoteQuery CreateQuoteParamsQuery.forAllBasedOn()
          Adds a condition for the feature basedOn to the predicate for CreateQuoteParams, which evaluates to false unless the value of the feature basedOn satisfies the given condition.
 QuoteQuery CreateQuoteResultQuery.forAllQuote()
          Adds a condition for the feature quote to the predicate for CreateQuoteResult, which evaluates to false unless the value of the feature quote satisfies the given condition.
 QuoteQuery CreateQuoteParamsQuery.thereExistsBasedOn()
          Adds a condition for the feature basedOn to the predicate for CreateQuoteParams, which evaluates to false unless the value of the feature basedOn satisfies the given condition.
 QuoteQuery CreateQuoteResultQuery.thereExistsQuote()
          Adds a condition for the feature quote to the predicate for CreateQuoteResult, which evaluates to false unless the value of the feature quote satisfies the given condition.
 

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

Methods in org.opencrx.kernel.contract1.cci2 that return QuoteQuery
 QuoteQuery OpportunityQuery.forAllQuote()
          Adds a condition for the feature quote to the predicate for Opportunity, which evaluates to false unless the value of the feature quote satisfies the given condition.
 QuoteQuery OpportunityCreateQuoteResultQuery.quote()
           
 QuoteQuery OpportunityQuery.thereExistsQuote()
          Adds a condition for the feature quote to the predicate for Opportunity, which evaluates to false unless the value of the feature quote satisfies the given condition.
 

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

Methods in org.opencrx.kernel.contract1.jmi1 that return QuoteQuery
 QuoteQuery Contract1Package.createQuoteQuery()
           
 

Methods in org.opencrx.kernel.contract1.jmi1 with parameters of type QuoteQuery
<T extends Quote>
List<T>
Segment.getQuote(QuoteQuery query)
          Retrieves the value for the reference quote for the specified query.
 



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