Uses of Interface
org.openinvoice.ubl4j.invoice.constraint.InvoiceTypeConstraint

Packages that use InvoiceTypeConstraint
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
 

Uses of InvoiceTypeConstraint in org.openinvoice.ubl4j.common
 

Methods in org.openinvoice.ubl4j.common with parameters of type InvoiceTypeConstraint
 boolean OrderTypeToInvoiceTypeTransformer.addInvoiceConstraint(InvoiceTypeConstraint constraint)
           
 

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

Classes in org.openinvoice.ubl4j.invoice.constraint that implement InvoiceTypeConstraint
 class FutureIssueDateNotAllowed
           
 

Methods in org.openinvoice.ubl4j.invoice.constraint that return types with arguments of type InvoiceTypeConstraint
static List<InvoiceTypeConstraint> InvoiceTypeConstraintFactory.createConstraints(Properties configuration)
           
static List<InvoiceTypeConstraint> InvoiceTypeConstraintFactory.createInvoiceTypeProcessUnits()
           
 List<InvoiceTypeConstraint> InvoiceTypeConstraintManager.getConstraints()
           
 

Method parameters in org.openinvoice.ubl4j.invoice.constraint with type arguments of type InvoiceTypeConstraint
 void InvoiceTypeConstraintManager.setConstraints(List<InvoiceTypeConstraint> constraints)
           
 



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