Package | Description |
---|---|
org.openinvoice.ubl4j.core.order.pu |
Contains classes that implement process units such as
OrderIssueTimeGenerator that can be used to
post-process the OrderType . |
Modifier and Type | Class and Description |
---|---|
class |
OrderIssueTimeGenerator |
Modifier and Type | Method and Description |
---|---|
static List<OrderTypeProcessUnit> |
OrderTypeProcessUnitFactory.createOrderTypeProcessUnits() |
static List<OrderTypeProcessUnit> |
OrderTypeProcessUnitFactory.createOrderTypeProcessUnits(UBL4JConfigurationBean ubl4JConfigurationBean) |
List<OrderTypeProcessUnit> |
OrderTypeProcessUnitManager.getProcessUnits() |
Modifier and Type | Method and Description |
---|---|
boolean |
OrderTypeProcessUnitManager.addProcessUnit(OrderTypeProcessUnit pu) |
boolean |
OrderTypeProcessUnitManager.removeProcessUnit(OrderTypeProcessUnit pu) |
Modifier and Type | Method and Description |
---|---|
void |
OrderTypeProcessUnitManager.setProcessUnits(List<OrderTypeProcessUnit> processUnits) |
Copyright © 2011-2013 Plain Source. All Rights Reserved.