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

Packages that use AbstractQuotePosition
org.opencrx.kernel.contract1.jmi1   
 

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

Subinterfaces of AbstractQuotePosition in org.opencrx.kernel.contract1.jmi1
 interface QuotePosition
          Class QuotePosition
 

Methods in org.opencrx.kernel.contract1.jmi1 with type parameters of type AbstractQuotePosition
<T extends AbstractQuotePosition>
List<T>
Quote.getPosition(AbstractQuotePositionQuery query)
          Retrieves the value for the reference position for the specified query.
 

Methods in org.opencrx.kernel.contract1.jmi1 that return AbstractQuotePosition
 AbstractQuotePosition Quote.getPosition(boolean idIsPersistent, String id)
          Retrieves the value for the reference position for the specified qualifier attribute value.
 AbstractQuotePosition Quote.getPosition(String id)
          Retrieves the value for the reference position for the specified qualifier attribute value.
 

Methods in org.opencrx.kernel.contract1.jmi1 with parameters of type AbstractQuotePosition
 void Quote.addPosition(boolean idIsPersistent, String id, AbstractQuotePosition position)
          Adds the specified element to the set of the values for the reference position.
 void Quote.addPosition(String id, AbstractQuotePosition position)
          Adds the specified element to the set of the values for the reference position using a reassignable qualifier.
 



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