Package | Description |
---|---|
org.openinvoice.ubl4j.core.common |
Includes classes and interfaces that are used by
order and invoice packages |
org.openinvoice.ubl4j.core.invoice.pu |
Contains classes that implement process units such as
InvoiceCalculator that can be used to process the
InvoiceType . |
Modifier and Type | Method and Description |
---|---|
boolean |
OrderTypeToInvoiceTypeTransformer.addInvoiceProcessUnit(InvoiceTypeProcessUnit processUnit) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractProcessUnit |
class |
InvoiceCalculator |
class |
IssueTimeGenerator |
class |
PaymentTermsProcessor |
Modifier and Type | Method and Description |
---|---|
static List<InvoiceTypeProcessUnit> |
InvoiceTypeProcessUnitFactory.createInvoiceTypeProcessUnits() |
static List<InvoiceTypeProcessUnit> |
InvoiceTypeProcessUnitFactory.createInvoiceTypeProcessUnits(UBL4JConfigurationBean ubl4JConfigurationBean) |
List<InvoiceTypeProcessUnit> |
InvoiceTypeProcessUnitManager.getProcessUnits() |
Modifier and Type | Method and Description |
---|---|
boolean |
InvoiceTypeProcessUnitManager.addProcessUnit(InvoiceTypeProcessUnit pu) |
boolean |
InvoiceTypeProcessUnitManager.removeProcessUnit(InvoiceTypeProcessUnit pu) |
protected String |
AbstractProcessUnit.toString(InvoiceTypeProcessUnit pu) |
Modifier and Type | Method and Description |
---|---|
void |
InvoiceTypeProcessUnitManager.setProcessUnits(List<InvoiceTypeProcessUnit> processUnits) |
Copyright © 2011-2013 Plain Source. All Rights Reserved.