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

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

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

Methods in org.opencrx.kernel.account1.jmi1 that return Invoice
 Invoice CreateInvoiceParams.getBasedOn()
          Retrieves the value for the optional structure field basedOn.
 Invoice CreateInvoiceResult.getInvoice()
          Retrieves the value for the optional structure field invoice.
 

Methods in org.opencrx.kernel.account1.jmi1 with parameters of type Invoice
 CreateInvoiceParams Account1Package.createCreateInvoiceParams(Invoice basedOn, String description, String name)
           
 CreateInvoiceResult Account1Package.createCreateInvoiceResult(Invoice invoice)
           
 

Uses of Invoice in org.opencrx.kernel.backend
 

Methods in org.opencrx.kernel.backend that return Invoice
 Invoice Contracts.createInvoice(Path salesOrderIdentity)
           
 Invoice Accounts.createInvoice(Path accountIdentity, String name, String description, String nextStep, Path basedOnIdentity)
           
 

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

Methods in org.opencrx.kernel.contract1.jmi1 with type parameters of type Invoice
<T extends Invoice>
List<T>
Segment.getInvoice(InvoiceQuery query)
          Retrieves the value for the reference invoice for the specified query.
 

Methods in org.opencrx.kernel.contract1.jmi1 that return Invoice
 Invoice InvoiceClass.createInvoice()
          Creates an instance of class Invoice.
 Invoice SalesOrderCreateInvoiceResult.getInvoice()
          Retrieves the value for the structure field invoice.
 Invoice Segment.getInvoice(boolean idIsPersistent, String id)
          Retrieves the value for the reference invoice for the specified qualifier attribute value.
 Invoice InvoiceClass.getInvoice(Object object)
          Creates an instance of class Invoice based on the specified Object instance.
 Invoice Segment.getInvoice(String id)
          Retrieves the value for the reference invoice for the specified qualifier attribute value.
 

Methods in org.opencrx.kernel.contract1.jmi1 with parameters of type Invoice
 void Segment.addInvoice(boolean idIsPersistent, String id, Invoice invoice)
          Adds the specified element to the set of the values for the reference invoice.
 void Segment.addInvoice(String id, Invoice invoice)
          Adds the specified element to the set of the values for the reference invoice using a reassignable qualifier.
 SalesOrderCreateInvoiceResult Contract1Package.createSalesOrderCreateInvoiceResult(Invoice invoice)
           
 

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

Fields in org.opencrx.kernel.plugin.application.contract1 declared as Invoice
protected  Invoice InvoiceImpl.current
           
 

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



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