|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractSalesOrderPosition | |
|---|---|
| org.opencrx.kernel.contract1.jmi1 | |
| Uses of AbstractSalesOrderPosition in org.opencrx.kernel.contract1.jmi1 |
|---|
| Subinterfaces of AbstractSalesOrderPosition in org.opencrx.kernel.contract1.jmi1 | |
|---|---|
interface |
SalesOrderPosition
Class SalesOrderPosition |
| Methods in org.opencrx.kernel.contract1.jmi1 with type parameters of type AbstractSalesOrderPosition | ||
|---|---|---|
|
SalesOrder.getPosition(AbstractSalesOrderPositionQuery query)
Retrieves the value for the reference position for the specified query. |
|
| Methods in org.opencrx.kernel.contract1.jmi1 that return AbstractSalesOrderPosition | |
|---|---|
AbstractSalesOrderPosition |
SalesOrder.getPosition(boolean idIsPersistent,
String id)
Retrieves the value for the reference position for the specified qualifier attribute value. |
AbstractSalesOrderPosition |
SalesOrder.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 AbstractSalesOrderPosition | |
|---|---|
void |
SalesOrder.addPosition(boolean idIsPersistent,
String id,
AbstractSalesOrderPosition position)
Adds the specified element to the set of the values for the reference position. |
void |
SalesOrder.addPosition(String id,
AbstractSalesOrderPosition position)
Adds the specified element to the set of the values for the reference position using a reassignable qualifier. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||