Package | Description |
---|---|
org.openinvoice.ubl4j.core.common |
Includes classes and interfaces that are used by
order and invoice packages |
org.openinvoice.ubl4j.core.invoice.constraint |
Contains classes that implement constraints such as
FutureIssueDateNotAllowed that can be imposed on
the UBL InvoiceType . |
Modifier and Type | Method and Description |
---|---|
boolean |
OrderTypeToInvoiceTypeTransformer.addInvoiceConstraint(InvoiceTypeConstraint constraint) |
Modifier and Type | Class and Description |
---|---|
class |
FutureIssueDateNotAllowed |
Modifier and Type | Method and Description |
---|---|
static List<InvoiceTypeConstraint> |
InvoiceTypeConstraintFactory.createConstraints(UBL4JConfigurationBean ubl4JConfigurationBean) |
static List<InvoiceTypeConstraint> |
InvoiceTypeConstraintFactory.createInvoiceTypeProcessUnits() |
List<InvoiceTypeConstraint> |
InvoiceTypeConstraintManager.getConstraints() |
Modifier and Type | Method and Description |
---|---|
void |
InvoiceTypeConstraintManager.setConstraints(List<InvoiceTypeConstraint> constraints) |
Copyright © 2011-2013 Plain Source. All Rights Reserved.