|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractInvoicePosition | |
|---|---|
| org.opencrx.kernel.contract1.jmi1 | |
| Uses of AbstractInvoicePosition in org.opencrx.kernel.contract1.jmi1 |
|---|
| Subinterfaces of AbstractInvoicePosition in org.opencrx.kernel.contract1.jmi1 | |
|---|---|
interface |
InvoicePosition
Class InvoicePosition |
| Methods in org.opencrx.kernel.contract1.jmi1 with type parameters of type AbstractInvoicePosition | ||
|---|---|---|
|
Invoice.getPosition(AbstractInvoicePositionQuery query)
Retrieves the value for the reference position for the specified query. |
|
| Methods in org.opencrx.kernel.contract1.jmi1 that return AbstractInvoicePosition | |
|---|---|
AbstractInvoicePosition |
Invoice.getPosition(boolean idIsPersistent,
String id)
Retrieves the value for the reference position for the specified qualifier attribute value. |
AbstractInvoicePosition |
Invoice.getPosition(String id)
Retrieves the value for the reference position for the specified qualifier attribute value. |
| Methods in org.opencrx.kernel.contract1.jmi1 with parameters of type AbstractInvoicePosition | |
|---|---|
void |
Invoice.addPosition(boolean idIsPersistent,
String id,
AbstractInvoicePosition position)
Adds the specified element to the set of the values for the reference position. |
void |
Invoice.addPosition(String id,
AbstractInvoicePosition position)
Adds the specified element to the set of the values for the reference position using a reassignable qualifier. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||