Uses of Interface
org.opencrx.kernel.contract1.query.InvoiceQuery

Packages that use InvoiceQuery
org.opencrx.kernel.account1.cci   
org.opencrx.kernel.account1.query   
org.opencrx.kernel.contract1.cci   
org.opencrx.kernel.contract1.jmi   
org.opencrx.kernel.contract1.query   
 

Uses of InvoiceQuery in org.opencrx.kernel.account1.cci
 

Methods in org.opencrx.kernel.account1.cci that return InvoiceQuery
 InvoiceQuery CreateInvoiceParamsFilterImpl.forAllBasedOn()
           
 InvoiceQuery CreateInvoiceResultFilterImpl.forAllInvoice()
           
 InvoiceQuery CreateInvoiceParamsFilterImpl.thereExistsBasedOn()
           
 InvoiceQuery CreateInvoiceResultFilterImpl.thereExistsInvoice()
           
 

Uses of InvoiceQuery in org.opencrx.kernel.account1.query
 

Methods in org.opencrx.kernel.account1.query that return InvoiceQuery
 InvoiceQuery CreateInvoiceParamsQuery.forAllBasedOn()
          Adds a constraint for the feature basedOn to the predicate.
 InvoiceQuery CreateInvoiceResultQuery.forAllInvoice()
          Adds a constraint for the feature invoice to the predicate.
 InvoiceQuery CreateInvoiceParamsQuery.thereExistsBasedOn()
          Adds a constraint for the feature basedOn to the predicate.
 InvoiceQuery CreateInvoiceResultQuery.thereExistsInvoice()
          Adds a constraint for the feature invoice to the predicate.
 

Uses of InvoiceQuery in org.opencrx.kernel.contract1.cci
 

Methods in org.opencrx.kernel.contract1.cci that return InvoiceQuery
 InvoiceQuery contract1PackageImpl.createInvoiceQuery()
           
 InvoiceQuery SalesOrderFilterImpl.forAllInvoice()
           
 InvoiceQuery SalesOrderCreateInvoiceResultFilterImpl.invoice()
           
 InvoiceQuery SalesOrderFilterImpl.thereExistsInvoice()
           
 

Methods in org.opencrx.kernel.contract1.cci with parameters of type InvoiceQuery
 List SegmentImpl.getInvoice(InvoiceQuery query)
           
 List Segment.getInvoice(InvoiceQuery query)
          Retrieves the value for the reference invoice for the specified query.
 

Uses of InvoiceQuery in org.opencrx.kernel.contract1.jmi
 

Methods in org.opencrx.kernel.contract1.jmi that return InvoiceQuery
 InvoiceQuery Contract1Package.createInvoiceQuery()
           
 

Uses of InvoiceQuery in org.opencrx.kernel.contract1.query
 

Methods in org.opencrx.kernel.contract1.query that return InvoiceQuery
 InvoiceQuery SalesOrderQuery.forAllInvoice()
          Adds a constraint for the feature invoice to the predicate.
 InvoiceQuery SalesOrderCreateInvoiceResultQuery.invoice()
           
 InvoiceQuery SalesOrderQuery.thereExistsInvoice()
          Adds a constraint for the feature invoice to the predicate.
 



This software is published under the BSD license. Copyright © 2003-2007, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.