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