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

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

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

Subinterfaces of AbstractInvoicePosition in org.opencrx.kernel.contract1.jmi1
 interface InvoicePosition
          Class InvoicePosition
 

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

Methods in org.opencrx.kernel.contract1.jmi1 that return AbstractInvoicePosition
 AbstractInvoicePosition Invoice.getPosition(boolean idIsPersistent, String id)
          Retrieves the value for the reference position for the specified qualifier attribute value.
 AbstractInvoicePosition Invoice.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 AbstractInvoicePosition
 void Invoice.addPosition(boolean idIsPersistent, String id, AbstractInvoicePosition position)
          Adds the specified element to the set of the values for the reference position.
 void Invoice.addPosition(String id, AbstractInvoicePosition 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.