Package | Description |
---|---|
org.openinvoice.ubl4j.task |
Contains classes that implements invoice creation task.
|
org.openinvoice.ubl4j.task.create |
Contains classes that define and implement UBL4J common tasks, such as creating and rendering an invoice.
|
org.openinvoice.ubl4j.task.create.order |
Contains classes that implements invoice creation task based on an UBL order.
|
org.openinvoice.ubl4j.task.render |
Contains classes that implements invoice rendering task.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractInvoiceOutput |
Modifier and Type | Method and Description |
---|---|
InvoiceOutput |
InvoiceTask.execute(InvoiceInput input) |
InvoiceOutput |
AbstractInvoiceTask.execute(InvoiceInput input) |
InvoiceOutput |
AbstractInvoiceTask.getOutput() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractInvoiceTask.setOutput(InvoiceOutput output) |
Modifier and Type | Class and Description |
---|---|
class |
InvoiceCreationOutput |
Modifier and Type | Method and Description |
---|---|
InvoiceOutput |
InvoiceCreationTask.execute(InvoiceInput givenInput) |
Modifier and Type | Class and Description |
---|---|
class |
CreateInvoiceBasedOnOrderOutput |
Modifier and Type | Class and Description |
---|---|
class |
InvoiceRenderingOutput |
Modifier and Type | Method and Description |
---|---|
InvoiceOutput |
InvoiceRenderingTask.execute(InvoiceInput givenInput) |
Copyright © 2011-2013 Plain Source. All Rights Reserved.