Uses of Interface
org.openinvoice.ubl4j.order.constraint.OrderTypeConstraint

Packages that use OrderTypeConstraint
org.openinvoice.ubl4j.common Includes classes and interfaces that are used by order and invoice packages 
org.openinvoice.ubl4j.order.constraint Contains classes that implement constraints such as SingleCurrencyConstraint that can be imposed on the UBL OrderType
 

Uses of OrderTypeConstraint in org.openinvoice.ubl4j.common
 

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

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

Classes in org.openinvoice.ubl4j.order.constraint that implement OrderTypeConstraint
 class SingleCurrencyConstraint
           
 

Methods in org.openinvoice.ubl4j.order.constraint that return types with arguments of type OrderTypeConstraint
static List<OrderTypeConstraint> OrderTypeConstraintFactory.createConstraints(Properties configuration)
           
static List<OrderTypeConstraint> OrderTypeConstraintFactory.createInvoiceTypeProcessUnits()
           
 List<OrderTypeConstraint> OrderTypeConstraintManager.getConstraints()
           
 

Method parameters in org.openinvoice.ubl4j.order.constraint with type arguments of type OrderTypeConstraint
 void OrderTypeConstraintManager.setConstraints(List<OrderTypeConstraint> constraints)
           
 



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