Uses of Class
org.openinvoice.ubl4j.util.UBL4JConfigurationBean

Packages that use UBL4JConfigurationBean
org.openinvoice.ubl4j.common Includes classes and interfaces that are used by order and invoice packages 
org.openinvoice.ubl4j.invoice.constraint Contains classes that implement constraints such as FutureIssueDateNotAllowed that can be imposed on the UBL InvoiceType
org.openinvoice.ubl4j.invoice.pu Contains classes that implement process units such as InvoiceCalculator that can be used to process the InvoiceType
org.openinvoice.ubl4j.order.constraint Contains classes that implement constraints such as SingleCurrencyConstraint that can be imposed on the UBL OrderType
org.openinvoice.ubl4j.order.pu Contains classes that implement process units such as OrderIssueTimeGenerator that can be used to post-process the OrderType
org.openinvoice.ubl4j.text Provides classes and interfaces for rendering InvoiceType elements to various output format including TeX, PDF and HTML
org.openinvoice.ubl4j.text.html Provides classes to render InvoiceType to HTML format. 
org.openinvoice.ubl4j.text.pdf Contains classes that handle the PDF output generation. 
org.openinvoice.ubl4j.text.tex Provides classes to render InvoiceType to TeX format. 
org.openinvoice.ubl4j.util Contains miscellaneous utility classes 
 

Uses of UBL4JConfigurationBean in org.openinvoice.ubl4j.common
 

Constructors in org.openinvoice.ubl4j.common with parameters of type UBL4JConfigurationBean
OrderTypeToInvoiceTypeTransformer(UBL4JConfigurationBean ubl4JConfigurationBean)
           
 

Uses of UBL4JConfigurationBean in org.openinvoice.ubl4j.invoice.constraint
 

Methods in org.openinvoice.ubl4j.invoice.constraint with parameters of type UBL4JConfigurationBean
static List<InvoiceTypeConstraint> InvoiceTypeConstraintFactory.createConstraints(UBL4JConfigurationBean ubl4JConfigurationBean)
           
 oasis.names.specification.ubl.schema.xsd.invoice_2.InvoiceType InvoiceTypeConstraintManager.process(oasis.names.specification.ubl.schema.xsd.invoice_2.InvoiceType invoiceType, UBL4JConfigurationBean ubl4JConfigurationBean)
           
 

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

Methods in org.openinvoice.ubl4j.invoice.pu with parameters of type UBL4JConfigurationBean
static List<InvoiceTypeProcessUnit> InvoiceTypeProcessUnitFactory.createInvoiceTypeProcessUnits(UBL4JConfigurationBean ubl4JConfigurationBean)
           
 oasis.names.specification.ubl.schema.xsd.invoice_2.InvoiceType PaymentTermsProcessor.process(oasis.names.specification.ubl.schema.xsd.invoice_2.InvoiceType it, UBL4JConfigurationBean ubl4JConfigurationBean)
           
 oasis.names.specification.ubl.schema.xsd.invoice_2.InvoiceType IssueTimeGenerator.process(oasis.names.specification.ubl.schema.xsd.invoice_2.InvoiceType invoiceType, UBL4JConfigurationBean ubl4JConfigurationBean)
           
 oasis.names.specification.ubl.schema.xsd.invoice_2.InvoiceType InvoiceTypeProcessUnitManager.process(oasis.names.specification.ubl.schema.xsd.invoice_2.InvoiceType invoiceType, UBL4JConfigurationBean givenConfigurationBean)
           
 oasis.names.specification.ubl.schema.xsd.invoice_2.InvoiceType InvoiceTypeProcessUnit.process(oasis.names.specification.ubl.schema.xsd.invoice_2.InvoiceType invoiceType, UBL4JConfigurationBean ubl4JConfigurationBean)
           
 oasis.names.specification.ubl.schema.xsd.invoice_2.InvoiceType InvoiceCalculator.process(oasis.names.specification.ubl.schema.xsd.invoice_2.InvoiceType it, UBL4JConfigurationBean ubl4JConfigurationBean)
           
abstract  oasis.names.specification.ubl.schema.xsd.invoice_2.InvoiceType AbstractProcessUnit.process(oasis.names.specification.ubl.schema.xsd.invoice_2.InvoiceType it, UBL4JConfigurationBean ubl4JConfigurationBean)
           
 

Uses of UBL4JConfigurationBean in org.openinvoice.ubl4j.order.constraint
 

Methods in org.openinvoice.ubl4j.order.constraint with parameters of type UBL4JConfigurationBean
static List<OrderTypeConstraint> OrderTypeConstraintFactory.createConstraints(UBL4JConfigurationBean ubl4JConfigurationBean)
           
 oasis.names.specification.ubl.schema.xsd.order_2.OrderType OrderTypeConstraintManager.process(oasis.names.specification.ubl.schema.xsd.order_2.OrderType orderType, UBL4JConfigurationBean ubl4JConfigurationBean)
           
 

Uses of UBL4JConfigurationBean in org.openinvoice.ubl4j.order.pu
 

Methods in org.openinvoice.ubl4j.order.pu with parameters of type UBL4JConfigurationBean
static List<OrderTypeProcessUnit> OrderTypeProcessUnitFactory.createOrderTypeProcessUnits(UBL4JConfigurationBean ubl4JConfigurationBean)
           
 oasis.names.specification.ubl.schema.xsd.order_2.OrderType OrderTypeProcessUnitManager.process(oasis.names.specification.ubl.schema.xsd.order_2.OrderType orderType, UBL4JConfigurationBean ubl4JConfigurationBean)
           
 

Uses of UBL4JConfigurationBean in org.openinvoice.ubl4j.text
 

Methods in org.openinvoice.ubl4j.text with parameters of type UBL4JConfigurationBean
static QuantityConverter DefaultInvoiceRenderer.convertInvoiceQuantityIfRequired(oasis.names.specification.ubl.schema.xsd.commonbasiccomponents_2.InvoicedQuantityType quantity, oasis.names.specification.ubl.schema.xsd.commonaggregatecomponents_2.PriceType price, Locale locale, UBL4JConfigurationBean ubl4JConfigurationBean)
           
 InvoiceRenderer InvoiceRendererFactory.createInvoiceRenderer(oasis.names.specification.ubl.schema.xsd.invoice_2.InvoiceType invoiceType, com.plainsource.commons.text.template.Template template, UBL4JConfigurationBean ubl4JConfigurationBean)
           
 

Constructors in org.openinvoice.ubl4j.text with parameters of type UBL4JConfigurationBean
DefaultInvoiceRenderer(oasis.names.specification.ubl.schema.xsd.invoice_2.InvoiceType invoiceType, com.plainsource.commons.text.template.Template template, UBL4JConfigurationBean ubl4JConfigurationBean)
           
DefaultInvoiceRenderer(oasis.names.specification.ubl.schema.xsd.invoice_2.InvoiceType invoiceType, UBL4JConfigurationBean ubl4JConfigurationBean)
           
 

Uses of UBL4JConfigurationBean in org.openinvoice.ubl4j.text.html
 

Methods in org.openinvoice.ubl4j.text.html with parameters of type UBL4JConfigurationBean
 InvoiceRenderer HtmlInvoiceRendererFactory.createInvoiceRenderer(oasis.names.specification.ubl.schema.xsd.invoice_2.InvoiceType invoiceType, com.plainsource.commons.text.template.Template template, UBL4JConfigurationBean ubl4JConfigurationBean)
           
 

Constructors in org.openinvoice.ubl4j.text.html with parameters of type UBL4JConfigurationBean
HtmlInvoiceRenderer(oasis.names.specification.ubl.schema.xsd.invoice_2.InvoiceType invoiceType, com.plainsource.commons.text.template.Template htmlTemplate, UBL4JConfigurationBean ubl4JConfigurationBean)
           
HtmlInvoiceRenderer(oasis.names.specification.ubl.schema.xsd.invoice_2.InvoiceType invoiceType, UBL4JConfigurationBean ubl4JConfigurationBean)
           
 

Uses of UBL4JConfigurationBean in org.openinvoice.ubl4j.text.pdf
 

Methods in org.openinvoice.ubl4j.text.pdf that return UBL4JConfigurationBean
 UBL4JConfigurationBean PDFInvoiceRenderer.getUbl4JConfigurationBean()
           
 

Methods in org.openinvoice.ubl4j.text.pdf with parameters of type UBL4JConfigurationBean
 InvoiceRenderer PDFInvoiceRendererFactory.createInvoiceRenderer(oasis.names.specification.ubl.schema.xsd.invoice_2.InvoiceType invoiceType, com.plainsource.commons.text.template.Template template, UBL4JConfigurationBean ubl4JConfigurationBean)
           
 void PDFInvoiceRenderer.setUbl4JConfigurationBean(UBL4JConfigurationBean ubl4JConfigurationBean)
           
 

Constructors in org.openinvoice.ubl4j.text.pdf with parameters of type UBL4JConfigurationBean
PDFInvoiceRenderer(oasis.names.specification.ubl.schema.xsd.invoice_2.InvoiceType invoiceType, PDFInvoiceRendererBean invoiceRendererBean, UBL4JConfigurationBean ubl4JConfigurationBean)
           
 

Uses of UBL4JConfigurationBean in org.openinvoice.ubl4j.text.tex
 

Methods in org.openinvoice.ubl4j.text.tex with parameters of type UBL4JConfigurationBean
 InvoiceRenderer TexInvoiceRendererFactory.createInvoiceRenderer(oasis.names.specification.ubl.schema.xsd.invoice_2.InvoiceType invoiceType, com.plainsource.commons.text.template.Template template, UBL4JConfigurationBean ubl4JConfigurationBean)
           
 

Constructors in org.openinvoice.ubl4j.text.tex with parameters of type UBL4JConfigurationBean
TexInvoiceRenderer(oasis.names.specification.ubl.schema.xsd.invoice_2.InvoiceType invoiceType, com.plainsource.commons.text.template.Template texTemplate, UBL4JConfigurationBean ubl4JConfigurationBean)
           
TexInvoiceRenderer(oasis.names.specification.ubl.schema.xsd.invoice_2.InvoiceType invoiceType, UBL4JConfigurationBean ubl4JConfigurationBean)
           
 

Uses of UBL4JConfigurationBean in org.openinvoice.ubl4j.util
 

Methods in org.openinvoice.ubl4j.util that return UBL4JConfigurationBean
static UBL4JConfigurationBean UBL4JConfigurationBeanBuilder.getInstance()
           
 



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