Uses of Interface
org.opencrx.kernel.contract1.jmi1.Quote

Packages that use Quote
org.opencrx.kernel.account1.jmi1   
org.opencrx.kernel.backend   
org.opencrx.kernel.contract1.jmi1   
org.opencrx.kernel.plugin.application.contract1   
 

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

Methods in org.opencrx.kernel.account1.jmi1 that return Quote
 Quote CreateQuoteParams.getBasedOn()
          Retrieves the value for the optional structure field basedOn.
 Quote CreateQuoteResult.getQuote()
          Retrieves the value for the optional structure field quote.
 

Methods in org.opencrx.kernel.account1.jmi1 with parameters of type Quote
 CreateQuoteParams Account1Package.createCreateQuoteParams(Quote basedOn, String description, String name)
           
 CreateQuoteResult Account1Package.createCreateQuoteResult(Quote quote)
           
 

Uses of Quote in org.opencrx.kernel.backend
 

Methods in org.opencrx.kernel.backend that return Quote
 Quote Contracts.createQuote(org.openmdx.base.naming.Path opportunityIdentity)
           
 Quote Accounts.createQuote(org.openmdx.base.naming.Path accountIdentity, String name, String description, String nextStep, org.openmdx.base.naming.Path basedOnIdentity)
           
 

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

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

Methods in org.opencrx.kernel.contract1.jmi1 that return Quote
 Quote QuoteClass.createQuote()
          Creates an instance of class Quote.
 Quote OpportunityCreateQuoteResult.getQuote()
          Retrieves the value for the structure field quote.
 Quote Segment.getQuote(boolean idIsPersistent, String id)
          Retrieves the value for the reference quote for the specified qualifier attribute value.
 Quote QuoteClass.getQuote(Object object)
          Creates an instance of class Quote based on the specified Object instance.
 Quote Segment.getQuote(String id)
          Retrieves the value for the reference quote for the specified qualifier attribute value.
 

Methods in org.opencrx.kernel.contract1.jmi1 with parameters of type Quote
 void Segment.addQuote(boolean idIsPersistent, String id, Quote quote)
          Adds the specified element to the set of the values for the reference quote.
 void Segment.addQuote(String id, Quote quote)
          Adds the specified element to the set of the values for the reference quote using a reassignable qualifier.
 OpportunityCreateQuoteResult Contract1Package.createOpportunityCreateQuoteResult(Quote quote)
           
 

Uses of Quote in org.opencrx.kernel.plugin.application.contract1
 

Fields in org.opencrx.kernel.plugin.application.contract1 declared as Quote
protected  Quote QuoteImpl.current
           
 

Constructors in org.opencrx.kernel.plugin.application.contract1 with parameters of type Quote
QuoteImpl(Quote current, Quote next)
           
 



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