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

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

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

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

Methods in org.opencrx.kernel.contract1.cci2 with type parameters of type AbstractInvoicePosition
<T extends AbstractInvoicePosition>
Collection<T>
Invoice.getPosition()
          Retrieves a set containing all the elements for the reference position.
 

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

Methods in org.opencrx.kernel.contract1.cci2 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.
 

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

Classes in org.opencrx.kernel.contract1.jdo2 that implement AbstractInvoicePosition
 class AbstractInvoicePosition
          Abstract class AbstractInvoicePosition
 class InvoicePosition
          Class InvoicePosition
 

Methods in org.opencrx.kernel.contract1.jdo2 with type parameters of type AbstractInvoicePosition
<T extends AbstractInvoicePosition>
Collection<T>
Invoice.getPosition()
          Retrieves a set containing all the elements for the reference position.
 

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

Methods in org.opencrx.kernel.contract1.jdo2 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.
 

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

Subinterfaces of AbstractInvoicePosition in org.opencrx.kernel.contract1.jmi1
 interface AbstractInvoicePosition
          Abstract class AbstractInvoicePosition
 



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