Uses of Interface
org.openinvoice.ubl4j.invoice.pu.InvoiceTypeProcessUnit

Packages that use InvoiceTypeProcessUnit
org.openinvoice.ubl4j.common Includes classes and interfaces that are used by order and invoice packages 
org.openinvoice.ubl4j.invoice.pu Contains classes that implement process units such as InvoiceCalculator that can be used to process the InvoiceType
 

Uses of InvoiceTypeProcessUnit in org.openinvoice.ubl4j.common
 

Methods in org.openinvoice.ubl4j.common with parameters of type InvoiceTypeProcessUnit
 boolean OrderTypeToInvoiceTypeTransformer.addInvoiceProcessUnit(InvoiceTypeProcessUnit processUnit)
           
 

Uses of InvoiceTypeProcessUnit in org.openinvoice.ubl4j.invoice.pu
 

Classes in org.openinvoice.ubl4j.invoice.pu that implement InvoiceTypeProcessUnit
 class AbstractProcessUnit
           
 class InvoiceCalculator
           
 class IssueTimeGenerator
           
 class PaymentTermsProcessor
           
 

Methods in org.openinvoice.ubl4j.invoice.pu that return types with arguments of type InvoiceTypeProcessUnit
static List<InvoiceTypeProcessUnit> InvoiceTypeProcessUnitFactory.createInvoiceTypeProcessUnits()
           
static List<InvoiceTypeProcessUnit> InvoiceTypeProcessUnitFactory.createInvoiceTypeProcessUnits(Properties configuration)
           
 List<InvoiceTypeProcessUnit> InvoiceTypeProcessUnitManager.getProcessUnits()
           
 

Methods in org.openinvoice.ubl4j.invoice.pu with parameters of type InvoiceTypeProcessUnit
 boolean InvoiceTypeProcessUnitManager.addProcessUnit(InvoiceTypeProcessUnit pu)
           
 boolean InvoiceTypeProcessUnitManager.removeProcessUnit(InvoiceTypeProcessUnit pu)
           
protected  String AbstractProcessUnit.toString(InvoiceTypeProcessUnit pu)
           
 

Method parameters in org.openinvoice.ubl4j.invoice.pu with type arguments of type InvoiceTypeProcessUnit
 void InvoiceTypeProcessUnitManager.setProcessUnits(List<InvoiceTypeProcessUnit> processUnits)
           
 



Copyright © 2011-2012 Plain Source. All Rights Reserved.