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 |
AbstractInvoiceInput |
Modifier and Type | Method and Description |
---|---|
InvoiceInput |
AbstractInvoiceTask.getInput() |
InvoiceInput |
AbstractInvoiceOutput.getInput() |
Modifier and Type | Method and Description |
---|---|
InvoiceOutput |
InvoiceTask.execute(InvoiceInput input) |
InvoiceOutput |
AbstractInvoiceTask.execute(InvoiceInput input) |
void |
AbstractInvoiceTask.setInput(InvoiceInput input) |
void |
AbstractInvoiceOutput.setInput(InvoiceInput input) |
Constructor and Description |
---|
AbstractInvoiceOutput(InvoiceInput input) |
Modifier and Type | Class and Description |
---|---|
class |
InvoiceCreationInput |
Modifier and Type | Method and Description |
---|---|
InvoiceOutput |
InvoiceCreationTask.execute(InvoiceInput givenInput) |
Modifier and Type | Class and Description |
---|---|
class |
CreateInvoiceBasedOnOrderInput |
Modifier and Type | Class and Description |
---|---|
class |
InvoiceRenderingInput |
Modifier and Type | Method and Description |
---|---|
InvoiceOutput |
InvoiceRenderingTask.execute(InvoiceInput givenInput) |
Copyright © 2011-2013 Plain Source. All Rights Reserved.