| Package | Description |
|---|---|
| org.opencrx.kernel.backend | |
| org.opencrx.kernel.contract1.aop2 | |
| org.opencrx.kernel.contract1.jmi1 |
| Modifier and Type | Method and Description |
|---|---|
Invoice |
Accounts.createInvoice(Account account,
String name,
String description,
Invoice basedOn)
Deprecated.
use contract creators instead
|
Invoice |
Contracts.createInvoice(SalesOrder salesOrder) |
| Modifier and Type | Method and Description |
|---|---|
Invoice |
Accounts.createInvoice(Account account,
String name,
String description,
Invoice basedOn)
Deprecated.
use contract creators instead
|
| Modifier and Type | Class and Description |
|---|---|
class |
InvoiceImpl<S extends Invoice,N extends Invoice,C extends Void> |
| Modifier and Type | Method and Description |
|---|---|
List<Invoice> |
SalesOrderImpl.getInvoice() |
| Modifier and Type | Method and Description |
|---|---|
<T extends Invoice> |
Segment.getInvoice(InvoiceQuery query)
Retrieves the value for the reference
invoice for the specified query. |
| Modifier and Type | Method and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
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(Invoice invoice)
Adds the specified element to the set of the values for the reference
invoice using an implementation-specific, reassignable qualifier. |
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) |
This software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.