|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OrderTypeProcessUnit | |
---|---|
org.openinvoice.ubl4j.order.pu |
Contains classes that implement process units such as OrderIssueTimeGenerator that can be used to
post-process the OrderType . |
Uses of OrderTypeProcessUnit in org.openinvoice.ubl4j.order.pu |
---|
Classes in org.openinvoice.ubl4j.order.pu that implement OrderTypeProcessUnit | |
---|---|
class |
OrderIssueTimeGenerator
|
Methods in org.openinvoice.ubl4j.order.pu that return types with arguments of type OrderTypeProcessUnit | |
---|---|
static List<OrderTypeProcessUnit> |
OrderTypeProcessUnitFactory.createOrderTypeProcessUnits()
|
static List<OrderTypeProcessUnit> |
OrderTypeProcessUnitFactory.createOrderTypeProcessUnits(Properties configuration)
|
List<OrderTypeProcessUnit> |
OrderTypeProcessUnitManager.getProcessUnits()
|
Methods in org.openinvoice.ubl4j.order.pu with parameters of type OrderTypeProcessUnit | |
---|---|
boolean |
OrderTypeProcessUnitManager.addProcessUnit(OrderTypeProcessUnit pu)
|
boolean |
OrderTypeProcessUnitManager.removeProcessUnit(OrderTypeProcessUnit pu)
|
Method parameters in org.openinvoice.ubl4j.order.pu with type arguments of type OrderTypeProcessUnit | |
---|---|
void |
OrderTypeProcessUnitManager.setProcessUnits(List<OrderTypeProcessUnit> processUnits)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |