|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Invoice | |
---|---|
org.opencrx.application.shop1.datatypes | |
org.opencrx.application.shop1.service | |
org.opencrx.kernel.backend | |
org.opencrx.kernel.contract1.aop2 | |
org.opencrx.kernel.contract1.jmi1 |
Uses of Invoice in org.opencrx.application.shop1.datatypes |
---|
Methods in org.opencrx.application.shop1.datatypes with parameters of type Invoice | |
---|---|
Date |
InvoiceFieldMapper.getPaymentDate(Invoice invoice)
|
Date |
InvoiceFieldMapper.getRenewalNotificationDate(Invoice invoice)
|
Boolean |
InvoiceFieldMapper.isVoucher(Invoice invoice)
|
InvoiceT |
DatatypeMappers.mapInvoice(Invoice invoice)
|
void |
DatatypeMappers.mapInvoice(Invoice invoice,
SalesContract origin,
Account customer,
String invoiceNumber,
Boolean isVoucher,
InvoiceState invoiceState,
PricingRule defaultPricingRule)
|
void |
InvoiceFieldMapper.setIsVoucher(Invoice invoice,
Boolean newValue)
|
void |
InvoiceFieldMapper.setPaymentDate(Invoice invoice,
Date newValue)
|
void |
InvoiceFieldMapper.setRenewalNotificationDate(Invoice invoice,
Date newValue)
|
Uses of Invoice in org.opencrx.application.shop1.service |
---|
Methods in org.opencrx.application.shop1.service that return Invoice | |
---|---|
Invoice |
ShopServiceImpl.findInvoice(String invoiceNumber)
|
Uses of Invoice in org.opencrx.kernel.backend |
---|
Methods in org.opencrx.kernel.backend that return Invoice | |
---|---|
Invoice |
Accounts.createInvoice(Account account,
String name,
String description,
Invoice basedOn)
Deprecated. use contract creators instead |
Invoice |
Contracts.createInvoice(SalesOrder salesOrder)
|
Methods in org.opencrx.kernel.backend with parameters of type Invoice | |
---|---|
Invoice |
Accounts.createInvoice(Account account,
String name,
String description,
Invoice basedOn)
Deprecated. use contract creators instead |
Uses of Invoice in org.opencrx.kernel.contract1.aop2 |
---|
Classes in org.opencrx.kernel.contract1.aop2 with type parameters of type Invoice | |
---|---|
class |
InvoiceImpl<S extends Invoice,N extends Invoice,C extends Void>
|
Methods in org.opencrx.kernel.contract1.aop2 that return types with arguments of type Invoice | |
---|---|
List<Invoice> |
SalesOrderImpl.getInvoice()
|
Uses of Invoice in org.opencrx.kernel.contract1.jmi1 |
---|
Methods in org.opencrx.kernel.contract1.jmi1 with type parameters of type Invoice | ||
---|---|---|
|
Segment.getInvoice(InvoiceQuery query)
Retrieves the value for the reference invoice for the specified query. |
Methods in org.opencrx.kernel.contract1.jmi1 that return Invoice | |
---|---|
Invoice |
InvoiceClass.createInvoice()
Creates an instance of class Invoice . |
Invoice |
SalesOrderCreateInvoiceResult.getInvoice()
Retrieves the value for the structure field invoice . |
Invoice |
Segment.getInvoice(boolean idIsPersistent,
String id)
Retrieves the value for the reference invoice for the specified qualifier attribute value. |
Invoice |
InvoiceClass.getInvoice(Object object)
Creates an instance of class Invoice based on the specified Object instance. |
Invoice |
Segment.getInvoice(String id)
Retrieves the value for the reference invoice for the specified qualifier attribute value. |
Methods in org.opencrx.kernel.contract1.jmi1 with parameters of type Invoice | |
---|---|
void |
Segment.addInvoice(boolean idIsPersistent,
String id,
Invoice invoice)
Adds the specified element to the set of the values for the reference invoice . |
void |
Segment.addInvoice(Invoice invoice)
Adds the specified element to the set of the values for the reference invoice using an implementation-specific, reassignable qualifier. |
void |
Segment.addInvoice(String id,
Invoice invoice)
Adds the specified element to the set of the values for the reference invoice using a reassignable qualifier. |
SalesOrderCreateInvoiceResult |
Contract1Package.createSalesOrderCreateInvoiceResult(Invoice invoice)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |